how to create a table as attached excel file using matlab?
1 view (last 30 days)
Show older comments
how to create a table as attached excel file using matlab....pls find the attached file
0 Comments
Accepted Answer
KSSV
on 6 Apr 2017
property = {'Speed Camera Ahead'; 'stop' ; 'yield' ; 'two lane' ; 'thre lane' ; 'humps'} ;
values =[1:6]' ;
T = table(property,values) ;
T
More Answers (0)
See Also
Categories
Find more on ActiveX in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!