Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to Plot a distribution function of a 800 x 1 struct with 1 field

1 visualización (últimos 30 días)
AMMAR ZUBAIR
AMMAR ZUBAIR el 20 de Ag. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
My workspace has ENS_Bus_Yearly as a 800 x 1 struct. The 800 x 1 has 1 field. In each of the 800, I have 8760 rows and 22 columns. Please I need help plotting the probability distribution function of this all in one graph.
  2 comentarios
dpb
dpb el 20 de Ag. de 2020
Probability distribution of what? You've got 800 8760*22 arrays -- what are the meanings of the columns?
The 8760 is suspiciously similar to 24*365 so one presumes each row is an hourly observation over 365-day years?
Still, what is wanted is totally undefined in the question...
AMMAR ZUBAIR
AMMAR ZUBAIR el 20 de Ag. de 2020
I want to plot the probability distribution function of energy not supplied (ENS). there are 22 buses and energy not supplied at each is calculated over a year (8760) and its iterated 800 times. Columns are the buses while the rows are hours of the year from 1-8760.

Respuestas (1)

Nishant Gupta
Nishant Gupta el 26 de Ag. de 2020
You can use pdf function, it might help you.

Community Treasure Hunt

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

Start Hunting!

Translated by