Error msg- Warning

1 次查看(过去 30 天)
alexis
alexis 2012-2-24
Hi eveyone,
I have create using surface fitting tool a sfit object.
In my main code i load it and it works perfectly.
I convert my m-file to standalone mode. After deployment, and when i run the .exe file i have this message:
Waring: Variable 'k1_fittedmodel'originally saved as a sfit cannot be instantiated as an object and will be read in a unit32.
Subscript indices must either be real positive integers or logicals
Can you help me please?
  1 个评论
Jan
Jan 2012-2-24
Is it possible to find out, which command causes this message?

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2012-2-24
The class definition for sfit has to be included in the executable.
You might need to use the %#function pragma

类别

Help CenterFile Exchange 中查找有关 Specifying Target for Graphics Output 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by