Clear Filters
Clear Filters

measuring resistance in simulink

30 views (last 30 days)
Yakup
Yakup on 28 May 2024
Hi everyone. There is such a basic circuit I need to model. It has only three resistors without any voltage source. I couldn't find any ohmmeter in simulink. How can I measure the equivalent resistance?

Answers (1)

Ganapathi Subramanian R
Ganapathi Subramanian R on 3 Jun 2024
Hi Yakup,
I understand that you would like to measure the equivalent resistance of a circuit.
As per the latest MATLAB documentation, there isn't any block in Simulink which supports the functionality of an ohmmeter.
However, you can determine the equivalent resistance of a circuit in Simulink by adding a Voltage Source, Voltage Measurement block and Current Measurement block to the model.
Voltage Measurement block gives the total voltage from the Voltage Source.
Current Measurement block gives the overall current flowing from the voltage source to the entire circuit.
To find the equivalent resistance of a circuit, you simply divide the total voltage by the total current in the circuit using the Divide block.
Please refer to the attached Simulink model which computes the equivalent resistance of the circuit using the above method.
I hope this answers your query.
Thanks

Tags

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!