ZeroWiki
FrontPage
FindPage
TitleIndex
RecentChanges
UserPreferences
matlab
[
edit
]
Matlab 소소한 tip
¶
- Matlab 에서 생성한 class 의 객체배열을 만드는 방법
- 일단 classdef 로 클래스를 작성.
- 배열변수를 선언.
- 그 배열 변수에 일반 행렬의 원소값을 넣는 것처럼 객체를 생성해서 할당.
- 끝.
예시
arr; for i=1:5 a = class(); arr(1,i) = a; end
EditText
FindPage
DeletePage
LikePages
last modified 2021-02-07 05:31:43
Processing time 0.0082 sec