Feeds
提问
Subscripted assignment dimension mismatch. Error in main (line 17) [y(:,6), a6] = curvepoly(x_heun,y_heun,6);
this worked for me fine yesterday, I haven't changed anything and today it says Subscripted assignment dimension mismatch. ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Creating a Nested Function
I am trying to create a nested function, but I get an error saying that the variable that I've chosen is already being used even...
11 years 前 | 1 个回答 | 0
1
个回答提问
Trying to plot a radial contour
I am trying to plot a 2x2 contour subplot, it is supposed to be circular, but I either get lines or no plot at all or an error s...
12 years 前 | 3 个回答 | 0
3
个回答提问
Subscript indices must either be real positive integers or logicals.
Can someone please explain this error. Here is my code and function. bD = [0.1, 1.0, 10, 100]; R = (1:1.25:5); c = ...
12 years 前 | 2 个回答 | 0
2
个回答提问
Contour Plotting matrix size issue
I am trying to plot computations using the contour plot, but am not sure how to because my z variable is the computation results...
12 years 前 | 1 个回答 | 0
1
个回答提问
Error: Unbalanced or unexpected parantheses
Can someone please explain to me the problem with my function. All the variables have already been assigned. function [u,w]...
12 years 前 | 1 个回答 | 0