Is there a function similar to matlabFunction() of MATLAB? Or how to do this in R ?
The function in MATLAB.
syms x
dados = inputdlg({'P(x): ', 'Q(x): ', 'R(x): ', 'N: '},'Dados');
P = matlabFunction(sym(dados{1}),'vars',x,'file...
asked by
29.10.2014 / 02:44