Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Why might Mathworks remove the class dataset? And for which version is this planned?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to start a statistical process controll system for our plants. Dataset looks quite usefull to me, but I want to build something for the future. What is your suggestion?
Kind regards, Roland
4 comentarios
Matt J
el 3 de Jun. de 2016
I don't use dataset or table very often, but my impression is that table contains the same functionality and more. If you recall the difference that you see, people might have ideas about how to recover that functionality.
Walter Roberson
el 3 de Jun. de 2016
table provides more functionality than dataset and is part of basic MATLAB, so dataset is not needed any longer. Keeping old features is expensive to maintain, because every bug found in one has to be fixed in the other. It is common to find mistakes, deficiencies or limitations in older code that are difficult to get rid of without rewriting the older code to essentially be the same as the newer code.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!