How do I preallocate symbolic matrix?
55 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Shawn Miller
el 28 de Feb. de 2016
Comentada: Hernán Moreno
el 7 de Jul. de 2021
I got the warning of preallocation when I tried to change the size of my 1*n symbolic array (elements are symbolic expressions) every time I added a new element. So I wonder how do I allocate symbolic array like zeros(n) in numeric array? Does zeros(m,n,'sym') or sym(zeros(m,n)) work or whatever really works and would increase speed?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox 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!