photo

Michael Johnson


Last seen: ongeveer 2 jaar ago Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
150.456
of 300.381

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

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

Feeds

View by

Question


Using FFT for linear convolution in frequency domain
I am trying to find the system response given a periodic input (in this example it is cos(t)) I have an impulse response, h an...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


how to interpret FFT output
t=0:.01:2*pi; f=cos(t); F=fft(f) plot(real(F)) <</matlabcentral/answers/uploaded_files/28532/stackoverflow.jpg...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


Calculating steady state response to periodic force input (mass spring damper system)
I am trying to calculate the steady state response for the system defined in my code below to a periodic force of cos(t) using f...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


How to increase SPEED of solving linear system
I am making a gui with a dynamic plot linked to sliders and edit text boxes. So, i want to the plot to update AS FAST AS POSSIBL...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Answered
How to get Second GUI to pop up in Front of Main GUI instead of Behind
so... in order pass data from mainGUI to secondGUI i used setappdata(mainGUI,'',) then launched the secondGUI. The figure windo...

meer dan 10 jaar ago | 0

Question


How to get Second GUI to pop up in Front of Main GUI instead of Behind
When i launch another GUI from my main GUI, the new one pops up BEHIND the main GUI, i want it to pop up in front of the main GU...

meer dan 10 jaar ago | 2 answers | 0

2

answers