Feeds
提问
Matrix dimensions must agree for addition or subtraction
In the code below, I filtered the 'symbolic' variables, obtained their polynomials and converted them to vectors. s = whos; d...
5 years 前 | 1 个回答 | 0
1
个回答已回答
How to designate a variable in syms function
The goal is to create symbolic variables via inputdlg. Here is what I did: I used the sym() function inside syms. That's ho...
How to designate a variable in syms function
The goal is to create symbolic variables via inputdlg. Here is what I did: I used the sym() function inside syms. That's ho...
5 years 前 | 0
| 已接受
提问
How to designate a variable in syms function
My code is the following: What I'd like to happen is that the symbolic variable would be whatever I put in poly{1}. However...
5 years 前 | 1 个回答 | 0
