9 lines
177 B
Matlab
Executable File
9 lines
177 B
Matlab
Executable File
function f = myfuncB(x1)
|
|
%MYFUNCB
|
|
% F = MYFUNCB(X1)
|
|
|
|
% This function was generated by the Symbolic Math Toolbox version 5.8.
|
|
% 15-Jan-2013 23:41:51
|
|
|
|
f = x1.^2;
|