photo

jake stan


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
0 回答

ランク
259,035
of 301,440

評判
0

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

回答採用率
54.55%

獲得投票数
0

ランク
 of 21,282

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,580

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


GUI Resize Image, but not updating in axes
I'm trying to resize an image, but the image itself within the axes stays the same in the gui no matter what scale factor I inpu...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Is there a way to create a new figure within a function?
I'm trying to graph something, and whenever I send the inputs to my function I want it to produce an entirely new set of figures...

約8年 前 | 0 件の回答 | 0

0

回答

質問


Graphing a 2nd Degree of Freedom question with initial function
<</matlabcentral/answers/uploaded_files/111998/c.PNG>> A = [0, 1; -5, -2]; B = [0 ; 1]; x0 = [5; 3]; sys = ss(A...

約8年 前 | 0 件の回答 | 0

0

回答

質問


How to plot Carrier and Message Signal
<</matlabcentral/answers/uploaded_files/111192/signal.PNG>> <</matlabcentral/answers/uploaded_files/111193/message.PNG>> T...

約8年 前 | 2 件の回答 | 0

2

回答

質問


How do I add a value to an adjacent element without for loop
% x = zeros(1,7) x(1) = 3 x(2) = 4 lengthofx = length(x) x(3:end) = x(2:end-1)+1 I was w...

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

1

回答

質問


Graphing/Solving Differential Equation
I tried to solve it by using dsolve, however I'm not even sure if I'm doing it right. How do I get it in terms of x? Would t...

約8年 前 | 0 件の回答 | 0

0

回答

質問


Finding Particular Solution of a Second Order Differential equation with dsolve
The homogenous equation: 28^(e^(−2x)) − 18(e(−3x)) I found the homogenous solution to the equation, however I am not sure ho...

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

1

回答

質問


How to concatenate matrices
Create a 4x4 magic matrix A. Use MATLAB to assemble a new matrix B. I'm not sure how to turn the 4x4 matrix A in to a 2x2 matrix...

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

1

回答

質問


Matrix Error when trying to do x = A\0
I get this error: Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 6.864902e-17. ...

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

1

回答

質問


How do I plot a function that has a value given
I'm trying to graph this question from here https://math.stackexchange.com/questions/2638189/express-density-as-a-ratio-of-heigh...

約8年 前 | 2 件の回答 | 0

2

回答

質問


How to write a for loop for summation?
Is there another way to do summation without for loop, or how would I do it with a for loop? I want to iterate from N = 1 to ...

約8年 前 | 2 件の回答 | 0

2

回答