Union datetime and double
    4 次查看(过去 30 天)
  
       显示 更早的评论
    
In matlab I have tow table: one datatime and another double with the same dimension.
I would like, simply, to union in one table with data and value.
How can I do it?
回答(1 个)
  Ben Mercer
      
 2021-9-21
        Have a look at:
doc tabular/horzcat
Also, to display a list of methods available for a certain object class, use methods(<classname>) e.g.
methods('table')
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!