Haseeb Ahmed Janjua
Followers: 0 Following: 0
Statistica
RANK
97.143
of 295.569
REPUTAZIONE
0
CONTRIBUTI
3 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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)))*(...
circa 7 anni fa | 1 risposta | 0
1
rispostaIndex 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...
circa 7 anni fa | 0