Jun Young Choi
Followers: 0 Following: 0
Feeds
질문
Plot Graph with different b Values
b = [1/4, 1/2, 1, 2]; figure; for i=1:b M = 1/((1-r.^2).^2+b^2*r.^2); plot(r,M);hold on; end I want to plot a gr...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
Graph Multiple Functions in MATLAB
rr=140*(1-(0.02/r)^2)+140*(1-4*(0.02/r)^2+3*(0.02/r)^4)*cosd(2*theta); As for the equation above, I want to plot a graph for th...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
How do we plot differential Equation
With theta1(0)=0.1, theta2(0)=0.3, theta3(0)=0.2 , I have to plot the solution in the range of [0.1] all in one graph. I have...
대략 4년 전 | 답변 수: 1 | 0