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

how to create a table as attached excel file using matlab....pls find the attached file

 채택된 답변

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

추가 답변 (0개)

카테고리

질문:

2017년 4월 6일

댓글:

2017년 4월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by