Chris Verhoek
Followers: 0 Following: 0
PhD student in Control
Feeds
已提交
Euler Spiral plotter
Plots a discrete time Euler spiral for a number of iterations, which results in a beautiful fractal-like plot.
3 years 前 | 1 次下载 |
已提交
tightfig
subtitle fix for the tightfig function from Richard Crozier ('Remove excess margins from figures.)
3 years 前 | 7 次下载 |
已回答
Convert simscape model in Windows to Mac
It is quite easy, actually. The parameter name is of the simulink block is "ExtGeomFileName" load_model('simulinkmodel1') % ...
Convert simscape model in Windows to Mac
It is quite easy, actually. The parameter name is of the simulink block is "ExtGeomFileName" load_model('simulinkmodel1') % ...
4 years 前 | 0
| 已接受
提问
Convert simscape model in Windows to Mac
I'm working together with someone that involves a SimScape model of a system. The thing is that he is using windows, and I'm usi...
4 years 前 | 1 个回答 | 0
1
个回答已提交
leafpile3D -- minor mods
Added some modifications to the code by https://en.mathworks.com/matlabcentral/fileexchange/79727-leafpile3d, which is a super-f...
4 years 前 | 1 次下载 |
提问
Using a function_handle 'variable' from workspace in simulink
I have a script where I define a function as e.g. f = @(x) 16*sin(3*x).*exp(-x.^2)+atan(x+1); Here f is now a function handle ...
4 years 前 | 1 个回答 | 1