photo

Daniela Conforti


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
132,631
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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


How can I use the function fir1 and filtfilt together?
I need to use function fir1 for a bandpass filter and then I need to add a Zero-phase digital filtering with filtfilt. I write...

6 years ago | 1 answer | 0

1

answer

Question


Find coefficient for the best second-order polynomial that fits my data, using least-square fitting
I want to fit my data x= [1,06e-06 1,33e-05 6,23e-05 0,00017 0,00047 0,00100] with a generic second order polynomial y= a*x^2 + ...

7 years ago | 1 answer | 0

1

answer

Question


How can I number each element of a matrix according to the corresponding ordered position, row by row?
For example, I have matrix A: A = [9 15 1 16 15 9 1 16 1 6 2 4] The sorted matrix is: B= [1 9 15 16 1...

7 years ago | 2 answers | 0

2

answers