Brooke


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
263,167
of 300,759

評判
0

コントリビューション
9 質問
0 回答

回答採用率
77.78%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
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...

13年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 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年以上 前 | 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年以上 前 | 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 ...

14年弱 前 | 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)...

14年弱 前 | 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...

約14年 前 | 1 件の回答 | 0

1

回答