Feeds
提问
convert number to string
function Sex= Choose_Sex disp('Choose Sex or Gender to preview Health Data on') Sex = menu('Choose sex','Female','Male'); ...
4 years 前 | 3 个回答 | 0
3
个回答提问
NOT ENOUGH INPUT ARGUMENTS
function BPBMI_plot(Sex, LastName, loc_data) Weight = loc_data(:,2); Height = loc_data(:,3); BP = loc_data(:,4); %conve...
4 years 前 | 1 个回答 | 0