symbol function and nomal function

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?

 Respuesta aceptada

KSSV
KSSV el 10 de Mayo de 2019

0 votos

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.

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 10 de Mayo de 2019

Respondida:

el 10 de Mayo de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by