Loading a surface fit in a GUI

조회 수: 2 (최근 30일)
Ahmed
Ahmed 2013년 4월 6일
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