Change the reader to csv
This commit is contained in:
parent
c797336a8d
commit
07b3f25406
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue