Info

This question is closed. Reopen it to edit or answer.

Merge two tables and merge variables (other than the key variables) also

1 view (last 30 days)
I have table T1
Date City Visitors
------------------
January 1 2020 NY 100
January 2 2020 NY 200
and
Date City Visitors
------------------
January 3 2020 NY 400
January 4 2020 NY 300
I want to create
Date City Visitors
------------------
January 1 2020 NY 100
January 2 2020 NY 200
January 3 2020 NY 400
January 4 2020 NY 300
I want to do this using outerjoin (not by using vertcat).

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!