Aditya Dua - MATLAB Central
photo

Aditya Dua


Proteus Digital Health

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 12/14 to 01/25Use left and right arrows to move selectionFrom 12/14Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
142,864
of 296,364

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

  • First Answer

View badges

Feeds

View by

Answered
Read a text file with varying number of colums
I tried this on the file segment you posted and it worked: inp = importdata('file.txt'); where inp(k) contains the k^th line...

10 years ago | 0

Answered
Plotting a Complex exponential - G(e^jw)
You can either plot abs() and angle() of G(e^jw) vs. w on the same axes, or just plot G(e^jw) in the x-y plane using something l...

10 years ago | 0

Question


What are the differences between fdatool and filterbuilder?
Why does MATLAB support two different filter design tools? Is there one which is recommended over the other, and if so, why?

10 years ago | 0 answers | 0

0

answers
Go to top of page