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
