dustin - MATLAB Central
photo

dustin


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 09/13 to 04/25Use left and right arrows to move selectionFrom 09/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
0 回答

ランク
280,454
of 297,950

評判
0

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

回答採用率
62.5%

獲得投票数
0

ランク
 of 20,508

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,928

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Solving for a symbol and converting it to double to use in a loop
My two questions are commented in the code by *%question* % This program use Cramer's rule to solve the no damping case ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Using cov to find a covariance matrix
In the code below, CX and CY are the covariance matrices. However, when I try to use cov(x,x') or cov(xbar,xbar'), I dont get t...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


using a figure in a for loop for different figures
When I try to plot different figures in a for loop, the last figure is plotted for all three figures. I tried interchanging the...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Shrinking the height of the colorbar
When I am plotting with subplots and one of the plots is shorter than the other, the use of colorbar on the shorter plot makes i...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


cplxmap issue when trying to plot z^(1/3)
I am trying to plot z^(1/3) using cplxmap. However, whenever I run my code, I recieve the following errors that are occuring in...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Plotting an infinite integral
How do I plot an infinite integral? I am trying to plot a solution to Laplaces equation where -inf < x < inf. What I have tr...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


plotting heat diffusion in a sphere
I am trying to plot heat diffusion in a sphere but I am having no luck. I am trying to adapt my code for a square. My code f...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


indexing a vector by a power
I would like my vector to go by powers of 2 but everything I tried hasn't worked. for n = 0:9 pow = (1:2^n:512) end...

11年以上 前 | 3 件の回答 | 0

3

回答