Error msg- Warning
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuestas (1)
Walter Roberson
el 24 de Feb. de 2012
The class definition for sfit has to be included in the executable.
0 comentarios
Ver también
Categorías
Más información sobre Specifying Target for Graphics Output en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!