can you explain for me how we can find current when gave us many resistives and one voltage??

2 次查看(过去 30 天)
*you have current circle with differnt resistives

回答(2 个)

James Tursa
James Tursa 2013-4-30
We are not sure what your MATLAB problem really is, but here is an example:
Voltage = 120; % One voltage
Resistance = [100 200 300 400 500]; % Many resistances
Current = Voltage ./ Resistance; % Note the dot-slash for elementwise division
  3 个评论
Walter Roberson
Walter Roberson 2013-5-1
Ohm's law is symmetric: you get the same final answer no matter whether resistor R1 proceeds or follows resistor R2 in series, and no matter whether resistor R1 is "left" or "right" of resistor R2 in parallel.
The original question talks of a "circle", which implies series, so for the end-to-end measurement (if there were such a thing in a circle) the order would be irrelevant.
My speculation is that the actual question involves finding the current as measured at intermediate points between the resistors: in such a case, the intermediate values do depend upon order.
But who knows... maybe it is a question about induced eddy currents, such as a jumping ring experiment
James Tursa
James Tursa 2013-5-1
I have no idea what the original problem really is. I threw out the simplest answer I could (e.g. maybe OP is just trying to plot a current vs resistance curve for a simple circular circuit) in hopes we could get some response and clarification. No luck yet. Maybe Azzi's first comment to the question is the best answer so far ...

请先登录,再进行评论。


Walter Roberson
Walter Roberson 2013-4-30
Ohm's Law.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by