Compiling symbolic computations Matlab 2016a

2 ビュー (過去 30 日間)
Rodrigo Valdés-Pineda
Rodrigo Valdés-Pineda 2016 年 9 月 14 日
Hello All,
does anybody know how can I compile a GUI using the following symbolic computation:
syms I D T; % Define symbolic variables
Model = (k*T^a/D^b); % Create symbolic equation
fprintf('The Model is I = %s = (mm/min)\n',char(Model));
Plot_Str = latex(I == (k*T^a) / (D^b));
handles.Plot_Str = ['$$' Plot_Str '$$'];
however, I am getting the following error:
undefined function or variable syms matlab gui
is there any alternative way to do this in Matlab R2016a? ... without using the symbolic math toolbox,
thanks in advance !
Rodrigo

回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by