how to import the excel data into matlab simulink model?
조회 수: 4 (최근 30일)
이전 댓글 표시
i have a simulink model of electro hydrostatic actuator. i need to find the values of current by changing the input parameters (resistance and inductance) values. i have generated 10000 values for R and L using normal distribution function by using the command normrnd and saved in excel.i have to import these values to simulink model, so it can take any values out of 10000 inputs. anyone pls help me.so i ll be very thankful.
댓글 수: 1
Purushottama Rao
2017년 1월 23일
편집: Purushottama Rao
2017년 1월 23일
https://in.mathworks.com/matlabcentral/answers/45635-import-excel-file-into-simulink Pls go through the previous thread
답변 (1개)
Purushottama Rao
2017년 1월 23일
As i understood, you have set of 10000 R and L Values. You would like to get the current values for each set of R L values. You can run the simulation programaticlly which also avoid the need of XL loading. Use the below link. https://in.mathworks.com/help/simulink/ug/using-the-sim-command.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!