AM
Followers: 0 Following: 0
Feeds
提问
Multi-line x-tick label MATLAB bar graph
How can I get my bar graphs 'A', 'B', 'C' to be multi-line strings? I would like to have two lines for each 'A', 'B', or 'C', bu...
5 years 前 | 1 个回答 | 1
1
个回答提问
Saving (in a matrix) the elapsed time and number of iterations for a large number of cases
I have a program that outputs the **number of iterations** and a **test value**, given inputs **A1,A2,A3,A4**. I want to run ...
9 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB: 2-D plot with z-axis given in color
My friends and I have been struggling to generate a 2-D plot in MATLAB with eta_1 and eta_2 both varying in 0:0.01:1 and the z...
9 years 前 | 1 个回答 | 0
1
个回答提问
Solving a nonlinear system of equations, with constraint of nonnegative solutions
I would like to solve a nonlinear system of 9 equations, with the constraint that the solutions must be nonnegative. This pr...
10 years 前 | 1 个回答 | 0
1
个回答提问
Seemingly unrelated error message: In an assignment A(I) = B, the number of elements in B and I must be the same.
Hello, I am trying to solve a ODE BVP using bvp4c. I cannot figure out why I am getting this error: In an assignmen...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to draw line connecting minima of graphs in the same plot space?
I would like to draw a line connecting the minima of 50 graphs in the same plot space. I am not sure what to put under %%P...
10 years 前 | 1 个回答 | 0
1
个回答提问
Minimizing a multivariable function in several variables in MATLAB
I need to minimize a nonlinear function subject to constraints, where everything is a parameter - no numbers. Does anyone kno...
10 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB error: Subscript indices must either be real positive integers or logicals
I have the following error in MATLAB, and it's driving me nuts! I have failed to fix it for 24 hours now, and I need your help. ...
10 years 前 | 1 个回答 | 0
1
个回答提问
New to MATLAB - trying to write bisection method?
Hello, I'm brand new to MATLAB and am trying to understand functions and scripts, and write the bisection method based on an alg...
11 years 前 | 2 个回答 | 0
2
个回答提问
Can MATLAB divide two row vectors?
Hi. I have a simple question. I inputted [3 3 3]/[4 5 6] in MATLAB and got 0.5844 (format short). My question is how can MATL...
11 years 前 | 2 个回答 | 1
2
个回答提问
Attempted to access betaI(2.72775e+06); index out of bounds because numel(betaI)=1
I have been working on this for a while now, but can't seem to figure out what's the problem. I keep getting the error: ...
11 years 前 | 1 个回答 | 0