Haseeb Ahmed Janjua
Followers: 0 Following: 0
Statistik
RANG
97.143
of 295.569
REPUTATION
0
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I have created code for banded gauss elimination method but on running it gives an error of index exceeds matrix dimensions
function x = gauss_elimination(K,M); ln = length(M); x = zeros(ln,1); for n=1:ln-1 for i=n+1:ln ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why im getting a sparse error in line 4 in editor, actually my cursor is red
function c = bisection(a,b,tolb) while (b-a)/2> tolb midp=a+b/2; if pb(midp)=0 ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
index exceeds matrix dimension
whenever I create this function in editor function r = Ymaxfinal(p,q) r = ((-1000*p*q)/(27*(30*10^6)*0.163*(p+q)))*(...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortIndex exceeds matrix dimensions
whenever I create this function in editor function r = Ymaxfinal(p,q) r = ((-1000*p*q)/(27*(30*10^6)*0.163*(p+q)))*(p+(2*q...
etwa 7 Jahre vor | 0