Community Profile

photo

Renjie Xiong


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to convert strings to symbolic expressions?
Here is a function I defined: function [X]=Taylor(a,b,h,p,m) n=(b-a)/h; X=zeros(1,n+1); X(1)=p; A=sym(zeros(1,m)); syms t;...

3 years ago | 1 answer | 0

1

answer