rashmi am
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
243,438
of 295,569
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
if i have a string say 'ec john nick' .how to delete ec and retain 'john nick'?
.
9 years ago | 1 answer | 0
1
answerQuestion
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
9 years ago | 0 answers | 0
0
answersQuestion
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.
9 years ago | 1 answer | 0
1
answerQuestion
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)
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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
9 years ago | 2 answers | 0