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.
clc; clear; close all; %% -------- USER INPUT SECTION -------- %% Ac = input('Enter Carrier Amplitude (Ac): '); % ...
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.
clc; clear; close all; %% -------- USER INPUT SECTION -------- %% Ac = input('Enter Carrier Amplitude (Ac): '); % ...
1 month 前 | 0
