Insert column of strings into numerical matrix

5 Ansichten (letzte 30 Tage)
Sylvie
Sylvie am 5 Aug. 2021
Beantwortet: Star Strider am 5 Aug. 2021
I have a large matrix 44 x 227 (A) and I I am trying to put a string of dates (B) (1 x 44) into column 139 of matrix A.
I figured out how to get the string to stay in date format, but when I try to insert B into matrix A (:,139) it comes out as NaN.
Any help would be appreciated! Thank you!

Antworten (2)

David Hill
David Hill am 5 Aug. 2021
Cannot put date strings into a matrix of numbers. Convert date strings to numbers (datenum) and insert. If you want the date strings later just pull from matrix and convert (datestr).

Star Strider
Star Strider am 5 Aug. 2021
Use a table array instead of a matrix.
.

Kategorien

Mehr zu Dates and Time finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by