필터 지우기
필터 지우기

Opinion simulink

조회 수: 1 (최근 30일)
Nuno
Nuno 2011년 3월 16일
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
Kaustubha Govind 2011년 3월 16일
It's difficult to say without knowing what kind of calculations, but these are the general options available:
  1. Create a subsystem consisting of Simulink blocks (if your functionality can be achieved with library blocks)
  2. MATLAB Fcn block - doesn't support code generation
  3. Embedded MATLAB Fcn block
  4. S-Functions

Nuno
Nuno 2011년 3월 16일
I thought these assumptions but had difficulties in implementing all ... Embedded MATLAB Fcn block seems the best option... The code is used is in matlab?
  댓글 수: 1
Kaustubha Govind
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
Guy Rouleau 2011년 3월 18일
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.

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by