furkan aktürk
Followers: 0 Following: 0
Feeds
提问
how can i bring 2 figures together?
clc clear x = [0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5]; y = 2+exp((-x).^3); plot(x,y) clc clear x (1)= 0; y (1)=...
3 years 前 | 2 个回答 | 0
2
个回答提问
how can i fix this error?
clc clear x (1)= 0; y (1)= 3; h = 0.05; for i = 1:10 y (i+1)= y(i)+(6*x^2-3*x^2*y); x (i+1)= x(i)+h; end plot(x...
3 years 前 | 1 个回答 | 0