Feeds
回答済み
I got different error messages each time I run the code
Thank you all for responds. First of all; I want to find values of l(i) which is a vector, then take the sum of that vector....
I got different error messages each time I run the code
Thank you all for responds. First of all; I want to find values of l(i) which is a vector, then take the sum of that vector....
8年以上 前 | 0
質問
I got different error messages each time I run the code
Here is the code and hopefully someone could help. l_0=1.5; l_1=1.6; Lambda_min=2*(1+1)*l_0; Lambda_max=2*(1+...
8年以上 前 | 2 件の回答 | 0
2
回答質問
How can I fix this problem
I am trying to get a normalized matrix. A=[1 1 2 4 7 1;0 2 2 1 3 9; 1 2 1 1 1 9;1 3 0 1 4 1]; R=size (A,1); % Row C=...
8年以上 前 | 1 件の回答 | 0
1
回答質問
How can I fix this problem?
I'm trying to run my script, but I do not get my result. It seems to my Matlab does not execute my code. How can I fix this pr...
9年弱 前 | 1 件の回答 | 0
1
回答回答済み
How can I solve the max iterations exceeded?
Thank you very much. As I go smaller and smaller for r, I got more n_iter. Thank you again.
How can I solve the max iterations exceeded?
Thank you very much. As I go smaller and smaller for r, I got more n_iter. Thank you again.
9年弱 前 | 0
質問
How can I solve the max iterations exceeded?
I'm trying to solve root finding problem by using Newton method when I run the code I got this message. How can I avoid this mes...
9年弱 前 | 3 件の回答 | 0
3
回答回答済み
Subscript indices must either be real positive integers or logicals how can I fix it?
Thank you very much for a quick respond and clear explanation.
Subscript indices must either be real positive integers or logicals how can I fix it?
Thank you very much for a quick respond and clear explanation.
9年弱 前 | 0
質問
Subscript indices must either be real positive integers or logicals how can I fix it?
I am trying to plot this equation but I get error message. K=9*10^9; e= 1.6*10^-19; p=0.33*10^-10; Alpha=1.09*10^3; ...
9年弱 前 | 2 件の回答 | 0
