I am currently trying to import some data from Excel to matlab, however I have a problem:
I am using: xlsread('directory', 'sheet')
However first of all: I have done some manipulations in excel on some of the data, more specificly transformed some of the data into, logs.
However when I import the data, into an array, all of the "log" data, shows up as values such as 0.0001, whereas the data that is not given in logs, appears "normal"?
How do I get rid of that problem?
I am using: xlsread('directory', 'sheet')
However first of all: I have done some manipulations in excel on some of the data, more specificly transformed some of the data into, logs.
However when I import the data, into an array, all of the "log" data, shows up as values such as 0.0001, whereas the data that is not given in logs, appears "normal"?
How do I get rid of that problem?