Feeds
提问
Y axis in two 3d plot are not same
i use same data of Y axis(1*196), and i need the range of Y axis is 0 to 100ms, how can i change it? X = zeros(196,1); Y = 0:0...
7 years 前 | 1 个回答 | 0
1
个回答提问
how to have a line marking in 3d image?
have done a 3d plot, and want to get a line marking to mark a specific plot? which code can i use?
7 years 前 | 1 个回答 | 0
1
个回答提问
how to set a specific value for x axis in 3d plot?
X = 0:195; X_40 = 40; X_100 = 100; Y = time_ms; Z_40 = data40kA_mm; Z_100 = d; figure plot3(X,Y,Z_40,X,Y,Z_100); i ...
7 years 前 | 1 个回答 | 0
1
个回答提问
how to create a surface plot?
to generate a surface plot where two horizontial axes are time (0:0.51:0.51*195), and lightning current between 0 to 150kA, and ...
7 years 前 | 1 个回答 | 0
1
个回答提问
how to use the 'least square fit'?
i have a function: f(t)=Asin(Bt^C+D)e^(-Et)+F and starting point values: A = -6, B = 1, C = 1, D = 0, E = 0, F = 0. and xda...
7 years 前 | 1 个回答 | 1
1
个回答提问
how to create a black image?
how can i create a black image, not a gray one?
7 years 前 | 1 个回答 | 0

