Loading a surface fit in a GUI

2 次查看(过去 30 天)
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

采纳的回答

Ahmed
Ahmed 2013-4-8
the solution is to type
%#function sfit
before loading the file

更多回答(1 个)

Laurine
Laurine 2013-8-29
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?

类别

Help CenterFile Exchange 中查找有关 Fit Postprocessing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by