Using Table in Matlab R2015a
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
leo john
el 21 de Abr. de 2020
Editada: Deepak Gupta
el 21 de Abr. de 2020
when i tried to use movvars,head and addvars i am getting Undefined function or variable 'movevars'? Undefined function or variable 'addvars' and Undefined function or variable 'head' kindly suggest me any possible solution?
0 comentarios
Respuesta aceptada
Deepak Gupta
el 21 de Abr. de 2020
Editada: Deepak Gupta
el 21 de Abr. de 2020
Hello Leo,
You are getting mentioned errors because these functions were introduced in later releases of MATLAB.
head -> R2016b
movevars & addvars-> R2018a
I think you need to update MATLAB to use these functions.
Thanks,
Deepak
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!