필터 지우기
필터 지우기

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