Feeds
提问
Why doesn't xlswrite work properly for this code
output_data = {t,y,A}; xlswrite('testdata_output.xlsx',output_data) Variables t = 500 * 1 Matrix y = 500 * ...
15 years 前 | 1 个回答 | 0
1
个回答提问
Could someone help me put this in a for loop
x1 = raw_data(:,1); y1 = raw_data(:,2); x2 = raw_data(:,3); y2 = raw_data(:,4); x3 = raw_data(:,5); y3 = raw_data(:,6...
15 years 前 | 1 个回答 | 0
