Feeds
提问
Automatic substitution of a symbolic variable with a numerical value
Hello there, I noticed that a variable inside symbolic expression is not automatically substituted with its numerical value. ...
2 years 前 | 2 个回答 | 0
2
个回答提问
Unable to locate an entry point
When I was trying to loading a MAT file from a C application, the application always failed with the error mesage appearing in...
7 years 前 | 0 个回答 | 0
0
个回答提问
using 'eliminate' command in symbolics toolbox
Hello there, I was trying to eliminate a variable in a set of equation, but MATLAB complained with this error message below....
8 years 前 | 1 个回答 | 0
1
个回答提问
A complicated answer from 'solve' function
Here is a simple M code: syms Omega t delta C M tn=solve(Omega*sin(Omega*t-delta) + C*cos(Omega*t - delta)*1/(2*M), t) ...
8 years 前 | 1 个回答 | 0