{{ post.title }}
							
								글 편집
							
							
								글 편집 (이전 에디터)
							
							
							
								
								{{ post.author.name }}
								
									작성일
								
								 
							
						
						| Version | {{ post.target_version }} | Product | 
										 
											
												{{ product.name }}
											
										 
									 | 
								
|---|---|---|---|
| Tutorial/Manual | {{ post.manual_title }} | Attached File | {{ post.file.upload_filename }} | 
RecurDyn이나 MBD for ANSYS를 Simulink와 Co-simulation하기 위해서는 MATLAB.exe의 전체 경로를 설정해주어야 합니다.
이 때, MATLAB이 설치된 폴더에는 2개의 MATLAB.exe 가 있습니다.
1) $matlabroot\bin 2) $matlabroot\bin\<arch> (예.$matlabroot\bin\win64)
Bin폴더 내의 'matlab.exe'는 bin\<arch> 내의 ‘matlab.exe’ 를 재포장(wrapper)한 파일입니다. 하지만 co-simulation을 위해서는 $matlabroot\bin\<arch>를 선택하여 사용하기를 권장합니다.
예를 들어, C:\Program Files\MATLAB\R2018a\bin\win64\MATLAB.exe를 선택해주시면 됩니다.
 