Brooke - MATLAB Central

Brooke


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 12/11 to 03/25Use left and right arrows to move selectionFrom 12/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
0 个回答

排名
210,140
of 297,738

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
77.78%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,472

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Plotting a vertical line using ezplot
I have a graph and I would like to add a vertical line say x=1 to the graph. how might I do that? (Perhaps ezplot doesn't work f...

12 years 前 | 1 个回答 | 0

1

个回答

提问


A "discrete" contour plot
If M(i,j) is a matrix, How might I plot a contour plot where the (i,j) point on the x,y-plane has altitude M(i,j)? What I ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Doublesum
Suppose I have matrix with elements M(i,j,k) and I want to sum all the elements corresponding to a fixed k, how might I achieve ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Deciphering an Error message
What does the following error message mean? ??? Index exceeds matrix dimensions. Error in ==> clabel>inline_labels ...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Coloring
Suppose I have a code that plots contour lines. How might I color in the the region say of altitude >h? Many thanks.

13 years 前 | 1 个回答 | 0

1

个回答

提问


Title of a plot
I would like the title of my plot to be user-defined: So something like: n = input('n: ') title('Plot of ... with n=%5....

13 years 前 | 1 个回答 | 0

1

个回答

提问


Printing only the final result of the while loop
Hi, I have a matlab code that is of the form: Initial conditions values of x, y While loop In which the values of x and y ...

13 years 前 | 0 个回答 | 0

0

个回答

提问


??? Subscript indices must either be real positive integers or logicals
I have a for loop that gives the values of x(n) -- here n is an index. d=0.5;   x(1)=1;   for n=2:10 x(n)= x(n-1)...

13 years 前 | 3 个回答 | 0

3

个回答

提问


A code to draw other codes together
Suppose I have 3 m-codes: code1.m code2.m code3.m and I want a program to "draw them together" in the sense that when we run t...

13 years 前 | 1 个回答 | 0

1

个回答