photo

rashmi am


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

1

respuesta

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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.

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


does matlab support database? if yes, how to use it?
..

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas