Azzera filtri
Azzera filtri

simulink내에 simscape 라이브러리를 사용한 손실 측정방법 문의드립니다.

3 visualizzazioni (ultimi 30 giorni)
Jinsu Kim
Jinsu Kim il 1 Ago 2022
Risposto: Riya il 31 Ott 2023
안녕하세요 매트랩 simulink 관련하여 사용방법 문의드립니다.
사용하려는 라이브러리는 simulink 내에 simscape탭을 사용하려고 합니다. 여기서 Electrical 탭이 아닌 일반 simscape탭을 사용할 예정입니다.
타사 프로그램에서 스위치에 대한 정격을 입력하면 시뮬레이션을 진행할때 손실을 측정할 수 있는데 혹시 매트랩상에서도 할 수 있는 방법이 있을까요? 혹시 안된다면 손실을 제가 다른프로그램이라든지 실험을 통해 얻은 손실 값을 입력해서 손실값을 반영하여 시뮬레이션을 할 수 있는 방법이 있을까요?
감사합니다.

Risposte (1)

Riya
Riya il 31 Ott 2023
Hello Jinsu Kim,
모국어는 한국어가 아니라서, 이 질문에 영어로 답변하려고 합니다. 이해해주셔서 감사합니다.
As per my understanding, you want to enter the loss value that you got from another program or experiment and run the simulation with the loss value reflected.
Please note that there are a couple of options:
a. Parameter variation: You can use Simulink's parameter variation capabilities to change the loss values during runtime. This allows you to enter the loss values obtained from another program or experiment. You can define a parameter in your Simscape model for the loss value and use MATLAB commands or scripts to update the parameter based on the external data before running the simulation.
b. External input: You can use Simulink's input ports to provide the loss values as external inputs to your model. Create an input port in your Simscape model for the loss value and connect it to the appropriate component or parameter. Then, you can use MATLAB commands or scripts to provide the loss values as input signals during runtime.
By following these steps, you should be able to measure losses using the Simscape library in Simulink and incorporate loss values obtained from external programs or experiments into your simulation.
If you still have any further queries, please let me know.
I hope it helps.
Thanks
Riya

Categorie

Scopri di più su Variable Initialization in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!