Statistics
RANK
185,257
of 295,569
REPUTATION
0
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
33.33%
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
how to display a error message then proced further when the string doesnot matches by using for and if loop
this is my program list={'AOA','CAS','IAS','ALT'}; prompt='Enter variable name'; a=input(prompt,'s'); b=strcmp(a,...
10 years ago | 3 answers | 0
3
answershow to display a error message then proced further when the string doesnot matches by using for and if loop
Its not working
10 years ago | 0
Question
how to read a excel file by taking user input in dialog box
program prompt='enter file name'; dlg_title='file name'; num_lines=1; a=input(prompt,dlg_title,num_lines); prompt='ente...
10 years ago | 1 answer | 0
1
answerQuestion
how to read a column named by some header in excel by using matlab?
I am having 18 to 20 columns named with different headers in n number of excel files like AOA CAS IAS ALT etc. sometimes the ord...
10 years ago | 2 answers | 0