Merge branch 'main' of https://gitarero.ecam.fr/loic.delattre/PPG_Delattre_Dey
This commit is contained in:
commit
c7e52e0579
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
pkg load io %% to be able to extract from external format (excel)
|
||||
|
||||
data = csvread('RGB_data_monfront.xlsx')
|
||||
data = csvread('RGB_database/RGB_data.csv')
|
||||
standard_deviation = std(data)
|
||||
mean_value = mean(data)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue