i need to find natural log of a data set imported from excel in matlab.please help me with the syntax of the same

1 view (last 30 days)
i need to find natural log of a data set imported from excel in matlab.please help me with the syntax of the same

Accepted Answer

KSSV
KSSV on 17 Jul 2017
data=xlsread('myfile.xlsx) ;
A=log(data) ;
Read about xlsread and log.

More Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!