How to plot this figure?
    4 views (last 30 days)
  
       Show older comments
    
This figure is used to show the matrix 300*3. I do not know how to plot this figure? can someone help me? Thanks.

0 Comments
Accepted Answer
  Mathieu NOE
      
 on 10 Jun 2021
        hu 
try this and adapt to your own needs
a = rand(300,3);
figure,imagesc(a);colormap('jet');colorbar
More Answers (0)
See Also
Categories
				Find more on 2-D and 3-D Plots in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
