Borrar filtros
Borrar filtros

Loading a surface fit in a GUI

2 visualizaciones (últimos 30 días)
Ahmed
Ahmed el 6 de Abr. de 2013
I have a little problem with this code, it runs without any problems before compiling it using the deploy tol but when i compile it an error massage came which means that
%fit33 is originally a sfit and cant be treated as an object
and error using feval
here is the code
load fit33
SPS=feval(fit33,0.6,1);
i am Asking if there is any method to load fit33 and treat it as a surface fit then use feval, or is there is any other function rather than feval to evaluate the surface fit at this point
Thanks in Advance

Respuesta aceptada

Ahmed
Ahmed el 8 de Abr. de 2013
the solution is to type
%#function sfit
before loading the file

Más respuestas (1)

Laurine
Laurine el 29 de Ag. de 2013
Hi,
I am having the same issue, but then using a LinearModel.fit. My GUI runs fine using Matlab, but on a computer without Matlab, the GUI is not able to load the LinearModel.fit. Is there a command to put in the GUI so my GUI will load the LinearModel?

Categorías

Más información sobre Fit Postprocessing 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!

Translated by