Feeds
質問
Subscripted assignment dimension mismatch.
I am working on modeling a physical pendulum using the 4th order Runge-Kutta method and I don't understand why I am getting this...
約11年 前 | 1 件の回答 | 0
1
回答質問
Index must be a positive integer or logical
I'm am working on modeling the physical pendulum using 4th Runge-Kutta Method and and getting the error "Attempted to acce...
約11年 前 | 2 件の回答 | 0
2
回答質問
How to call a Bisect M file.
I was given a M-file with the algorithm for the bisection method and am having issues calling the file correctly.this is some of...
11年以上 前 | 0 件の回答 | 0
0
回答回答済み
How to plot a function is equal to a constant?
I got it to work by using ezplot('(log(x.^2)-0.7)'). Thank you though!
How to plot a function is equal to a constant?
I got it to work by using ezplot('(log(x.^2)-0.7)'). Thank you though!
11年以上 前 | 0
質問
How to plot a function is equal to a constant?
I am new to MATLAB and am trying to graph ln(x^2)=0.7 to find the roots graphically. I have tried to following. x=-5:5; ...
11年以上 前 | 2 件の回答 | 0
