photo

James Raj


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
297,417
of 300,302

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,040

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
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How can I remove the noisy data from the data sample?

6 years ago | 0 answers | 0

0

answers

Question


I am trying to accomplish this same task using the find() command but I'm not sure how.
clear all n = 1 for k = 0:.1:6 x(n) = k if (2 <= x(n))&&(x(n) <= 4) y(n) = 2*k else y(n) = -5...

6 years ago | 2 answers | 0

2

answers

Question


I am trying to create a surface plot with nested loops and am getting the error "Z must be a matrix, not a scalar or vector."
clear all n=1; for ii = 1:10; for jj = 1:10; x(n) = ii; y(n) = jj; z(n) = ii+jj; n = ...

6 years ago | 1 answer | 0

1

answer