Help with a problem in a Matrix
古いコメントを表示
Is there is a function or way to do this :
A = [2015,10,07;2015,10,07;2014,11,08;2014,11,08;2013,09,08;2005,10,03;2005,10,03]
Using matrix A, obtain this matrix a:
a = [2015,10,07;2014,11,08;2013,09,08;,2005,10,03]
2 件のコメント
Image Analyst
2016 年 9 月 9 日
I'll fix it for you this time (the second time), but for the future, read this link http://www.mathworks.com/matlabcentral/answers/13205#answer_18099
Andres Romero
2016 年 9 月 9 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!