Feeds
提问
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 前 | 3 个回答 | 0
3
个回答已回答
how to display a error message then proced further when the string doesnot matches by using for and if loop
Its not working
how to display a error message then proced further when the string doesnot matches by using for and if loop
Its not working
10 years 前 | 0
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0