photo

Dan


Last seen: 6 days ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
1 Solution

RANK
174,372
of 300,571

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
95,704
of 169,680

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Sorting the name field in dir command
Most of the time you don't need to actually sort the names. You can use the index to control the order in which a loop will acce...

4 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago

Answered
The filtfilt(d, x) version in the documentation does not seem to work
It appears that filtfilt does not accept any and all dsp toolbox filter objects. I just happened to choose one that it does not...

7 years ago | 0

| accepted

Question


The filtfilt(d, x) version in the documentation does not seem to work
The filtfilt() function seems to demand 3 inputs (b, a, x) but the documentation says it can also accept a filter object instead...

7 years ago | 1 answer | 0

1

answer