Lakerpurp24
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Unable to use a value of type 'VideoWriter' as an index
Im getting a strange error from the following: vv = VideoWriter('animated.avi', 'Uncompressed AVI'); vv.FrameRate = 30;...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Why is my scatter plot producing inconsistent results?
Im trying to make a basic scatter plot from some data that I have collected but my code is producing inconsistent results. I'm o...
5年弱 前 | 2 件の回答 | 0
2
回答質問
How to return an individual matrix from a function that uses multiple?
I have a nested parent function that operates on multiple matrices using other functions. I then want to return individual matri...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Gaussian Pulse to Drive Voltage source
I need to develop a gaussian pulse to drive a voltage source for an FDTD simulation. The pulse is defined by the pulse half widt...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Why is this code returning a blank plot?
v = 240 i = 4.17 z = v/i pf = -1 for count = 1:1:20 r = z * (pf) x = z * sin(acos(pf)) voltage_reg(coun...
約5年 前 | 1 件の回答 | 0
1
回答質問
How to normalize two waves on a single plot
Basically i want to normalize and display the maximum and minimum values between y and y2 for the following code so that they bo...
約5年 前 | 2 件の回答 | 0