![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27105644_1660029770089_DEF.jpg)
Swaroopa
Followers: 0 Following: 0
Statistica
All
RANK
6.124
of 297.016
REPUTAZIONE
8
CONTRIBUTI
0 Domande
8 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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...
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...
oltre 2 anni fa | 0
Risposto
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...
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...
oltre 2 anni fa | 0
Risposto
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....
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....
oltre 2 anni fa | 0
| accettato
Risposto
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 ...
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 ...
oltre 2 anni fa | 0
Risolto
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...
oltre 2 anni fa
Risposto
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...
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...
oltre 2 anni fa | 0
Risposto
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...
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...
oltre 2 anni fa | 0
| accettato
Risposto
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...
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...
oltre 2 anni fa | 0
Risposto
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...
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...
oltre 2 anni fa | 0