Info

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

sorting table by decades

1 visualización (últimos 30 días)
David Wonus
David Wonus el 4 de Abr. de 2022
Cerrada: Stephen23 el 4 de Abr. de 2022
trying to sort a table with different years of bridges built with other data about them into groups of decades. Coming from being fairly proficient in java and c++ and the matlab documentation simply does not make sense.
I understand I need to create a new table which sums up the data from each respective year into a information on one decade.
T = readtable("bridgedata.xlsx");
decades = varfun((@floor/10)*10,T(:,'YEAR_BUILT'));

Respuestas (0)

La pregunta está cerrada.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by