Feeds
提问
How to ask the user which column data in excel is the independent data? If yes, save 1st column as x-data, and 2nd column as y-data. If no, save 2nd column as x-data, and 1st column as y-data.
clear clc a = first column; b = second column; var = xlsread('T.xlsx'); A = input('Is your first column as the ...
8 years 前 | 2 个回答 | 0
