Opinion simulink
显示 更早的评论
Hi people... I need contruct the this circuit: http://img827.imageshack.us/img827/9840/fig1.png
I wonder know what type of block used to build Isc, Tref, etc? In this blocks i need make calculations... what kind of block advise me?
回答(3 个)
Kaustubha Govind
2011-3-16
0 个投票
It's difficult to say without knowing what kind of calculations, but these are the general options available:
- Create a subsystem consisting of Simulink blocks (if your functionality can be achieved with library blocks)
- MATLAB Fcn block - doesn't support code generation
- Embedded MATLAB Fcn block
- S-Functions
Nuno
2011-3-16
0 个投票
1 个评论
Kaustubha Govind
2011-3-18
Yes, but note that Embedded MATLAB only supports a subset of MATLAB functionality: http://www.mathworks.com/help/toolbox/eml/ug/bq1h2z5-1.html
Guy Rouleau
2011-3-18
0 个投票
In your image, lsc and Tref and sources, very likely Constant blocks!
When you create a simulation, you need to know that number you want to put in.
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!