photo

Atul Upadhyay

MathWorks

Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Message

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

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
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 ...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
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=...

environ 4 ans il y a | 1

| A accepté