matlab 6.5
조회 수: 10 (최근 30일)
이전 댓글 표시
whats is arrey and funtions in matlab
댓글 수: 0
답변 (1개)
Walter Roberson
2024년 12월 13일
Arrays in MATLAB 6.5 used to be the same as arrays in current versions of MATLAB. However, as best I recall, "handle" objects were not supported in MATLAB 6.5. MATLAB 6.5 had a completely different method of defining object oriented objects.
Functions in MATLAB 6.5 used to be the same as functions in current versions of MATLAB. However, functions in MATLAB 6.5 did not support arguments processing. Also, in MATLAB 6.5, it was not permitted to have function definitions inside "scripts", and nested functions were not permitted.
Note that there were no free versions of MATLAB; you would need very special reasons to want to use MATLAB 6.5 these days.
On the off-chance that you are interested in more current versions of MATLAB, see
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!