photo

Swaroopa


Last seen: environ 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
8 Réponses

Cody

0 Problèmes
1 Solution

RANG
6 288
of 300 765

RÉPUTATION
8

CONTRIBUTIONS
0 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
112 479
of 170 941

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
how to sort a array with 100 values. and also save there index also?
Hi Preet, You can use map() function to store previous indices of elements in array and then sort the arrray. You can refer So...

plus de 3 ans il y a | 0

Réponse apportée
The provided solution is coming up as incorrect.
Hi Owen, You have to create the same variable name "movaway" and please check whether you have given correct variable name. In...

plus de 3 ans il y a | 0

Réponse apportée
i tried to find if there are perfect numbers in the code stating that 1 should be square of other in the same matrix or array
Hi Hannah, You can sort the array or matrix and then use the same code. You can also use indentation rules for better clarity....

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
How to write this in the for loop?
Hi Ara, You can use for loop and if condition to read n for numbers 1 to 100 and 200 to 300 in the following way for i=1:500 ...

plus de 3 ans il y a | 0

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

plus de 3 ans il y a

Réponse apportée
Minimum and Maximum Values
Hi Raffi, You can try the code in the following way. i=0; stop=3; Numbers=input('Enter a number'); maximum=Numbers; minimu...

plus de 3 ans il y a | 0

Réponse apportée
Hover over elements?
Hi Shreya, If you are in debugging mode,then you can see the variables data when you hover over them and in command window als...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
Matlab doesn't seem to open scripts.
Hi Jacob Cram Sometimes MATLAB might get frozen when lot of data is there in cache. In that case, restart the system and again...

plus de 3 ans il y a | 0

Réponse apportée
checking character by for loop
Hi Ugur Sahin, You can use isLetter(A) function in the MATLAB. text1='hi I am jo*hn' for control=1:length(text1) if is...

plus de 3 ans il y a | 0