symbol function and nomal function

2 ビュー (過去 30 日間)
zilai si
zilai si 2019 年 5 月 10 日
回答済み: KSSV 2019 年 5 月 10 日
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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by