photo

rashmi am


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
194,287
of 300,364

평판
0

참여
7 질문
0 답변

답변 채택
85.71%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

1

답변

질문


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

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


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.

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 2 | 0

2

답변