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 Center および File ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by