Plot 4000x500 2D matrix
Show older comments
I got a 4000x500 matrix with small numbers like 0.0119 etc What I need is to get kmean clustering with that matrix And Im struggling from the beginning, plot this matrix on 2D I tried plotmatrix(X) and it stopped Please help me out!!!
1 Comment
Rik
on 10 Jan 2020
Such a matrix size is probably easier to explore with imshow.
Answers (1)
KSSV
on 10 Jan 2020
0 votes
Read about surf, pcolor, imshow, imagesc.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!