![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6229412_1522112720053_DEF.jpg)
rashmi am
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
101.246
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
if i have a string say 'ec john nick' .how to delete ec and retain 'john nick'?
.
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
if i have a column containing names (first,middle also the last name). how do i delete their first name ?
data is read from excel using xlsread
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
if i have a excel sheet with 1st column containing names and second containing phone numbers(say 10 digit number).how do i read it to matlab ?
i tried using xlsread,but it returns a approximated floating point value.
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I know the below instruction gives a matrix of 6 by 6 which has numbers from 1 to 10 . But if i want to limit the numbers ,like if i want 1 to come in matrix thrice, two repeat 10 times so on .how do i do that?
randi(10,6,6)
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
does matlab support database? if yes, how to use it?
..
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to get numerical values as well as texts in a single matrix after reading data from a excel file ?
[num,txt]=xlsread(filename,sheet) here num contains all numerical value and nan (not a number)and txt contains all the texts.no...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to intialize a variable only once?the below written code should execute only once.later the value must b retained. how it is done
example persistent a if isempty (a) a=0; end
casi 10 años hace | 2 respuestas | 0