Error due to variable size data in Simulink Matlab function block

9 ビュー (過去 30 日間)
Mehrdad
Mehrdad 2015 年 8 月 14 日
編集済み: Mehrdad 2015 年 8 月 14 日
Hi all, I have a similar problem due to variable size data in Simulink Matlab function block. As a simple test, I tried to run the following code (as it is already suggested) but it doesn't work either in R2013b or R2014b version. Is there any suggestion for me?
function y = myfun(n)
coder.varsize('y', [1 100]); %n must never exceed 100
y = zeros(1,n);

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by