How to take a difference within the data of the same city but not across the city, Part 2
2 ビュー (過去 30 日間)
古いコメントを表示
Suppose I have table T
City Date Cumulative_Visitors
-----------------------
NY January 1 100
NY January 2 150
NY January 3 200
SF January 1 70
SF January 2 200
SF January 3 400
In Part 1, I learned to create a 2*1 cell U where the first cell is the data of new_visitors for NY and the second cell is the data of new_visitors for SF. How can one merge T and U?
4 件のコメント
John D'Errico
2020 年 12 月 8 日
Calling the identical question part 2 and part 3 does not make it differnt. If you wanted to add information, then add it to the FIRST question, by editing your question. I will close additional questions you ask of this form.
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!