Change the reader to csv

This commit is contained in:
Maryne DEY 2023-02-06 10:24:34 +01:00
parent c797336a8d
commit 07b3f25406
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pkg load io %% to be able to extract from external format (excel)
data = xlsread('RGB_data_monfront.xlsx')
data = csvread('RGB_data_monfront.xlsx')
standard_deviation = std(data)
mean_value = mean(data)