photo

Haseeb Ahmed Janjua


Attivo dal 2017

Followers: 0   Following: 0

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

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

quasi 7 anni fa | 0