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 次查看(过去 30 天)
i need to find natural log of a data set imported from excel in matlab.please help me with the syntax of the same

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by