Clear Filters
Clear Filters

symbol function and nomal function

2 views (last 30 days)
zilai si
zilai si on 10 May 2019
Answered: KSSV on 10 May 2019
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?

Accepted Answer

KSSV
KSSV on 10 May 2019
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.

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!