Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Boundary definition by MATLAB
Posted Jun 6, 2023, 8:53 a.m. EDT LiveLink for MATLAB Version 6.1 1 Reply
Please login with a confirmed email address before reporting spam
Hi I want to set boundaries by using MATLAB command line it is my sample code:
model.component('comp1').selection('sel1').set(num2str(4),num2str(5),num2str(6));
or
model.component('comp1').selection('sel1').set(4,5,6);
but it is not working could you help me?
1 Reply Last Post Jun 8, 2023, 6:41 a.m. EDT