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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

질문:

2019년 5월 10일

답변:

2019년 5월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by