photo

Haseeb Ahmed Janjua


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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 ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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)))*(...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Index 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...

casi 7 años hace | 0