photo

Atul Upadhyay

MathWorks

Last seen: mer än 4 år ago Active since 2020

Followers: 0   Following: 0

Message

Any articles
/ideas/opinions here are my
own and in no way reflect that
of MathWorks

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
5 139
of 297 503

REPUTATION
10

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
easy math question for you but ı dont know to solve it.
To solve this problem efficiently you can use abs(x) function available in MATLAB. So, the code is y=abs(x); You can refer...

mer än 4 år ago | 0

Answered
Getting an unknown error on calculating Standard Deviation.
I can see that the vector you are using has the int8 datatype in it and it contains values from 0 to 100. So, while calculating ...

mer än 4 år ago | 0

| accepted

Answered
Converting a comma separated list into an array concatenates them.
I can see that you are trying to convert a comma separated list of strings to normal array. You can do it like following. arr=...

mer än 4 år ago | 1

| accepted