Constants Improperly Initialized as Arrays
이전 댓글 표시
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
Matt Kindig
2013년 5월 17일
Is there a startup.m file on their path? Try this:
edit startup.m
Are the constants there?
Justin
2013년 5월 17일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!