Filter löschen
Filter löschen

i need to change a mathematical formula inside a function from a script

2 Ansichten (letzte 30 Tage)
Kobi
Kobi am 4 Mär. 2014
Beantwortet: Walter Roberson am 5 Mär. 2014
hi, i need to change a mathematical formula inside a function from a script. i think i shuld use a syms, so far i haven't realized how to do so,
clc
syms x
variable=x;
x=sym(variable);
a=cos(x);
a=subs(a,x,2)
this is my code above for a simple example, after substitute the x to 2 using subs i need to find a way to place this "new" formula in a function, matlab identify a as a 1x1 sym
any suggestions?

Antworten (1)

Walter Roberson
Walter Roberson am 5 Mär. 2014
Try matlabFunction()

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by