This commit is contained in:
ChuXun
2025-12-29 03:11:16 +08:00
parent c882a7a216
commit 8d4419b1a0
5 changed files with 702 additions and 65 deletions

12
xlsx2csv/csv_output/1.m Normal file
View File

@@ -0,0 +1,12 @@
% 1.
clear; clc;
% 2.
% detectImportOptions
opts = detectImportOptions('male_cleaned.csv');
opts.VariableNamingRule = 'preserve'; % ( GA Var1)
data = readtable('male_cleaned.csv', opts);
% 3. ( GA )
head(data)
% data 'Y_Conc', 'GA', 'BMI'