Union datetime and double

조회 수: 2 (최근 30일)
Rachele Franceschini
Rachele Franceschini 2021년 9월 21일
답변: Ben Mercer 2021년 9월 21일
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
KSSV
KSSV 2021년 9월 21일
Show us an Example.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ben Mercer
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')

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by