Convert inline to symbolic

Convert an inline function into symbolic so you can use symbolic operators like diff() or jacobian()

이 제출물을 팔로우합니다

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. 검색 날짜: .

도움

도움 준 파일: mmDerivative(t,y)

카테고리

Help CenterMATLAB Answers에서 Symbolic Math Toolbox에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0