symbol function and nomal function

2 次查看(过去 30 天)
Hello everyone, we can define a funciton using
function [y1,...,yN] = myfun(x1,...,xM)
and also define a symbol functioon using
syms y(x)
y(x) =
But I wonder what's the difference between the two definations and which is better for a certain condition?

采纳的回答

KSSV
KSSV 2019-5-10
syms stands for symbolic function......this is a kind of analytical way of solving the function. Where as other function is to make a part of code into a function.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by