Feeds
已回答
Transposing 3 D matrix using permute - how does permute work?
Hello all, Yeah.. I checked the docs before posted the message. I got it now. Thanks. I think the docs could be improved ...
Transposing 3 D matrix using permute - how does permute work?
Hello all, Yeah.. I checked the docs before posted the message. I got it now. Thanks. I think the docs could be improved ...
13 years 前 | 0
提问
Transposing 3 D matrix using permute - how does permute work?
Ok. So I see how to transpose all the "2D slices" of a 3D matrix on other answers (permute(A, [2 1 3])). But what does the or...
13 years 前 | 3 个回答 | 0
3
个回答提问
Using fminimax for optimization with linear and non-linear variables
Hello, I am trying to use the fminimax(...) optimization toolbox to solve a problem. The only problem is that my nonlinear va...
14 years 前 | 1 个回答 | 0
1
个回答提问
How to solve symbolic system of equations?
Hello, I am dynamically generating a system of symbolic linear equations that I trying to figure out how to solve. For exampl...
14 years 前 | 2 个回答 | 1
2
个回答提问
How to generate symbolic variables dynamically at run-time?
I am trying to generate a set of equations for user input matrices. For example, if the user inputs: [0 1 0 1; 1 0 1 0; 0...
14 years 前 | 3 个回答 | 2