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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
