photo

Lakerpurp24


Last seen: bijna 5 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
246.961
of 300.381

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20.941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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;...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 6 jaar ago | 2 answers | 0

2

answers