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 vues (au cours des 30 derniers jours)
i need to find natural log of a data set imported from excel in matlab.please help me with the syntax of the same

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by