Konstantin Ninidze
Followers: 0 Following: 0
Professional Interests: math
Feeds
已回答
Anonymous Function Differentiation Problem?
you can try my function: handle_to_sym: function Fs=handle_to_sym(F) % input F function_handle % output Fs symbolic expre...
Anonymous Function Differentiation Problem?
you can try my function: handle_to_sym: function Fs=handle_to_sym(F) % input F function_handle % output Fs symbolic expre...
3 years 前 | 0
已回答
How to draw a simple triangle?
Try this: p = nsidedpoly(3, 'Center', [1 ,1], 'SideLength', 1); plot(p);
How to draw a simple triangle?
Try this: p = nsidedpoly(3, 'Center', [1 ,1], 'SideLength', 1); plot(p);
3 years 前 | 2
提问
How to set different fontsize for multiline title with text and latex formula
sol= dsolve('D2y+2*Dy=exp(x)','y(0)=1','Dy(0)=0','x'); line1=[' solution is']; line2=['$' latex(sol) '$']; ezplot(sol,[-2,0]...
7 years 前 | 0 个回答 | 0