Borrar filtros
Borrar filtros

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 visualización (últimos 30 días)
i need to find natural log of a data set imported from excel in matlab.please help me with the syntax of the same

Respuesta aceptada

KSSV
KSSV el 17 de Jul. de 2017
data=xlsread('myfile.xlsx) ;
A=log(data) ;
Read about xlsread and log.

Más respuestas (0)

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by