histcounts() function but for polarhistogram()
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Adib Yusof
      
 el 23 de En. de 2019
  
    
    
    
    
    Respondida: Jerome Beetz
 el 1 de Mzo. de 2022
            Hi.
I'm using polarhistogram() to plot points distribution on polar coordinate. How do I calculate the distribution without plotting? If histogram() has its histcounts() to do just that, what about polarhistogram() ? There's such function called polarhistcounts() right? 
0 comentarios
Respuesta aceptada
  Walter Roberson
      
      
 el 23 de En. de 2019
        polarhistogram() configures a polar axes and then invokes histogram().
histogram() sets up properties and calls @Histogram/Histogram.p which we cannot see the source of.
How Histogram.p works is a mystery. 
There does not appear to be any polarhistogram() 
0 comentarios
Más respuestas (1)
  Jerome Beetz
 el 1 de Mzo. de 2022
        histcounts() should do the job without plotting. 
note, values must be inserted as "rad" not "degrees"
0 comentarios
Ver también
Categorías
				Más información sobre Polar Plots en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


