![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1713943_1555236152908_DEF.jpg)
wang zhiming
Followers: 0 Following: 0
Feeds
답변 있음
Plot a 3D matrix for a three-dimensional object
rng(9,'twister') data = rand(10,10,10); data = smooth3(data,'box',5); patch(isocaps(data,.5),... 'FaceColor','interp',...
Plot a 3D matrix for a three-dimensional object
rng(9,'twister') data = rand(10,10,10); data = smooth3(data,'box',5); patch(isocaps(data,.5),... 'FaceColor','interp',...
거의 2년 전 | 1
답변 있음
How to plot system of fractional delay differential equations
The alpha value is the order of your equations. About the matlab code you can read the paper: A PREDICTOR-CORRECTOR SCHEME FOR ...
How to plot system of fractional delay differential equations
The alpha value is the order of your equations. About the matlab code you can read the paper: A PREDICTOR-CORRECTOR SCHEME FOR ...
5년 초과 전 | 0
답변 있음
How to plot system of fractional delay differential equations
I set a=1, k=2, b=0.5, c=1.5, d=1.2, and alpha=0.95, then get the following plot. Is it right?
How to plot system of fractional delay differential equations
I set a=1, k=2, b=0.5, c=1.5, d=1.2, and alpha=0.95, then get the following plot. Is it right?
5년 초과 전 | 2