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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0