Recent content by NJP

  1. N

    MATLAB Matlab solve function in for loops

    It gives me the below errors, :( ?? Error using ==> mupadmex Error in MuPAD command: Invalid index [list]; during evaluation of 'matchNonSingletonLHS' Error in ==> sym.sym>sym.subsasgn at 1420 C = mupadmex('mllib::subsasgn',A.s,B.s,inds{:}); Error in ==> Untitled2 at 9...
  2. N

    MATLAB Matlab solve function in for loops

    Thanks for the reply. Like I said y here is just a random matrix. My actual problem needs to be solved for voltage angle difference between busbars and contains a 96by10 matrix. However the the matrix I need to solve is quite similar to 'y'. But each element contains larger first order...
  3. N

    MATLAB Matlab solve function in for loops

    Matlab "solve" function in "for" loops I need to solve a similar problem like shown in the below codes for a larger matrix, The 'x' here needs to be solved for each y(a,b). Each of this y(a,b) is equal to zero and 'x' will vary accordingly , so it will give a 2by 2 matrix for 'x' as well...
Back
Top