Split the data into group then graph them
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Yaser Khojah
      
 am 10 Feb. 2020
  
    
    
    
    
    Kommentiert: Star Strider
      
      
 am 10 Feb. 2020
            I have a big matrix as 
 [ENPV, SD, R]; 
I would like to split R into 3 groups based on criteria as 
Group 1  when R is between [0 10]
Group 2  when R is between [11 20]
Group 3  when R is between [21 30]
Then, I want to draw them. 
I tried something as below but did not work
[counting,group]    = hist(R,3);
G                   = findgroups(R,group)
figure
gscatter(SD, ENPV, G)
Anyway to  help wtih this please.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Audio and Video Data finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

