Azzera filtri
Azzera filtri

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 visualizzazione (ultimi 30 giorni)
i need to find natural log of a data set imported from excel in matlab.please help me with the syntax of the same

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Data Import from MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by