Filter löschen
Filter löschen

how to create a table as attached excel file using matlab?

2 Ansichten (letzte 30 Tage)
NAVEEN KUMAR
NAVEEN KUMAR am 6 Apr. 2017
Kommentiert: NAVEEN KUMAR am 6 Apr. 2017
how to create a table as attached excel file using matlab....pls find the attached file

Akzeptierte Antwort

KSSV
KSSV am 6 Apr. 2017
property = {'Speed Camera Ahead'; 'stop' ; 'yield' ; 'two lane' ; 'thre lane' ; 'humps'} ;
values =[1:6]' ;
T = table(property,values) ;
T

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by