Feeds
질문
Plotting for a wide range of values and Log-Log Scale
Hello! Here is my code, for dt = 1:10 x=5; x_arr=[]; x_arr(1)=x; for i=1:10/dt xnew=x*dt; ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to run a loop with different values and plot the result?
Hello, Here is my code, clear; clc; x=5; Difference=[]; x_arr=[]; x_arr(1)=x; dt=1; for i=1:10/dt xn...
6년 초과 전 | 답변 수: 1 | 0

