Feeds
提问
plotting with Displayname in a for loop
this is my code. U_sin_2D is a function that I would like to plot for every t. But it gives me an error if i put 't = ' before s...
2 years 前 | 1 个回答 | 0
1
个回答提问
Trying to get S(100) value several times
clc T = 1; S(1) = 3400; sigma = 0.0003; L = 10; delta_t = T/L; n = linspace(0,L,L^2); mu = 0; y = randn(1,L^2); M = 10;...
4 years 前 | 2 个回答 | 0
