problem when i starting simulink

조회 수: 30 (최근 30일)
123123
123123 2013년 8월 4일
i made some mini model and put there blocks off :MATLAB FUNCTION,AUDIO RECIVE
and in the matlab function i wrote:
function y = fcn(u)
%#codegen
y = u;
a=wavread('moho.wav');
wavplay=(a);
end
that mean that i trying to active this file that make sound
and when i start to code to c its write this problem:*_
The specified code generation target for model 'untitled' cannot be used with a variable-step solver. You must either configure the solver options for a fixed-step solver with an appropriate integration algorithm, or select a target that supports a variable-step solver, such as rsim.tlc. Click Open to launch the configuration dialog. Modify either the solver options on the Solver page or the system target file on the Code Generation page.

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 4일
That means, you should change the step time of your solver from variable step to fixed step (in configuration parameters)
  댓글 수: 2
Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 4일
123123 commented
yes i did this and then when i was trying to start : code->c/c++ code-
>build model its write to me : Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler.
Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 4일
Then, in Matlab windows command type
mex -setup
and choose your compiler

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by