xiaoshu liu
Followers: 0 Following: 0
Feeds
已回答
Plotting 4 dimensions in 1 graph (4th D being color)
scatter3(x,y,z,5,c,'filled'); where 5 is the size of your marker c is automatically linearly mapped to the colormap.
Plotting 4 dimensions in 1 graph (4th D being color)
scatter3(x,y,z,5,c,'filled'); where 5 is the size of your marker c is automatically linearly mapped to the colormap.
4 years 前 | 0
已回答
Solving ODE's with time-dependent variation in inputs using ode45
I remember Matlab staff replying to another post that ODE can't take a varying input. The work around is to use interp1. You'd...
Solving ODE's with time-dependent variation in inputs using ode45
I remember Matlab staff replying to another post that ODE can't take a varying input. The work around is to use interp1. You'd...
4 years 前 | 0