Convert inline to symbolic
This program converts an inline expression into a symbolic expression, so you can use it on many Matlab operators that inline expression dosen't
work.
Usage:
Inputs:
fi=an inline function made with different names for each variable
Output:
f0=the same function fi, but converted into a symbolic function
Example:
Create an inline object that can't be simbolic differenciated
fi=inline('x^2+3*y-z^4','x','y','z')
f0=inline2sym(fi)
Now the expresion can be differenciated
syms x;diff(f0,x)
인용 양식
Héctor Corte (2026). Convert inline to symbolic (https://kr.mathworks.com/matlabcentral/fileexchange/33025-convert-inline-to-symbolic), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
태그
도움
도움 준 파일: mmDerivative(t,y)
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
