gasesab.Gases=categorical(gasesab.Gases);
inGas=listdlg('ListString',gasesab.Gases, ...
'Name','GAS PROPERTIES','PromptString', ...
'Select Desired Gas', ...
'SelectionMode','single', ...
'ListSize',[150 150]);
inProp=listdlg('ListString',gasesab.Properties.VariableNames(2:end), ...
'Name','GAS PROPERTIES','PromptString', ...
'Select Desired Properties', ...
'SelectionMode','multiple', ...
'ListSize',[150 150]);
inProp=inProp+1;
properties=gasesab(inGas,inProp);
3 Comments
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/657463-retrieving-data-from-user-using-data-tables-in-matlab#comment_1152643
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/657463-retrieving-data-from-user-using-data-tables-in-matlab#comment_1152643
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/657463-retrieving-data-from-user-using-data-tables-in-matlab#comment_1152953
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/657463-retrieving-data-from-user-using-data-tables-in-matlab#comment_1152953
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/657463-retrieving-data-from-user-using-data-tables-in-matlab#comment_1152958
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/657463-retrieving-data-from-user-using-data-tables-in-matlab#comment_1152958
Sign in to comment.