Constants Improperly Initialized as Arrays
Mostrar comentarios más antiguos
Started working in a new lab and am using computers from previous employees. The problem I have found is that Matlab is currently set to initialize any constants (ex, b= 5;) as double 1x1 arrays. It's been a while since I have worked with Matlab but I can't find what setting was set 'on' or how to change it.
2 comentarios
Matt Kindig
el 17 de Mayo de 2013
Is there a startup.m file on their path? Try this:
edit startup.m
Are the constants there?
Justin
el 17 de Mayo de 2013
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!