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

조회 수: 2 (최근 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에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by