필터 지우기
필터 지우기

Create a vector of different values of dc voltage

조회 수: 12 (최근 30일)
Koran Namuq
Koran Namuq 2024년 6월 18일
답변: prabhat kumar sharma 2024년 7월 4일 9:38
Im trying to create a electrical circut , actually I need a different values of dc voltage in same simlunik time for example I neet the dc value to be change from 4 v to 6 v , 8v, 2v , how I can do in ? please Im not a good familier with simulink let me know step by step .... thnaks
  댓글 수: 1
Aquatris
Aquatris 2024년 6월 18일
편집: Aquatris 2024년 6월 18일
Do you already know what the dc value should be at each time or do you want to be able to enter a random value while the simulation is running?
  • Checkout here if you already know what dc value should be at each time
  • Checkout here if you want to change the value while the simulation is running
If you clarify exactly what you want, someone also can provide a simple simulink model.

댓글을 달려면 로그인하십시오.

답변 (1개)

prabhat kumar sharma
prabhat kumar sharma 2024년 7월 4일 9:38
Hi Korean,
I assume you have an electrical circuit and during the simulation, you want to change the value of your voltage source and analyze the effect on other signals like current, etc. You can follow the steps below:
1. Add a Knob Block:
  • Add a knob block to your Simulink canvas.
  • Connect your knob to your voltage source.
2. Set the Simulation Time:
  • Set the simulation time in the model configuration parameters.
3. Start Simulation:
  • Start the simulation.
  • During the simulation, you can move the knob and analyze the changes in other signals using any scope block.
Additionally, you can use the "From Workspace" block if you are using signal values from workspace variables.
If you want to change any specific value during the simulation, you can follow these steps:
1. Add an Edit Block:
  • Add an "Edit" block to your Simulink canvas.
  • Connect it to your signal.
2. Start Simulation:
  • Start the simulation.
  • Enter the value you want to set.
Here are a few documentations you can follow:
  1. https://www.mathworks.com/help/simulink/slref/customknob.html
  2. https://www.mathworks.com/help/simulink/slref/fromworkspace.html
  3. https://www.mathworks.com/help/simulink/slref/edit.html
I hope it helps!

태그

Community Treasure Hunt

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

Start Hunting!

Translated by