Recent content by NJP
-
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...- NJP
- Post #5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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...- NJP
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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...- NJP
- Thread
- For loops Function Loops Matlab
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX