Community Profile

photo

Ravikant Singh


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

answers

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

answer

Question


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

2

answers