Change component size in system composer
How can I change a component size in MATLAB system composer by means of APIs (command line or MATLAB code) ?
NOTE:-
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help , Finance Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
Hi Aidin,
You can use System Composer native APIs for this to interact with your architecture model in an object-oriented manner:
architectureModel = systemcomposer.loadModel('MyArchitecture');
myComponent = lookup(architectureModel, Path='MyArchitecture/MyComponent')
myComponent.Position = [100 100 100 100]
SEE COMPLETE ANSWER CLICK THE LINK