How to Calculate NTC Resistance Value

8 views (last 30 days)
Matin Ahmadi
Matin Ahmadi on 25 Sep 2019
Commented: sutee somaket on 8 Jul 2021
Hi there
Can anyone help me with this question, how to write the function of this question using Matlab?
Calculate NTC resistance value, Design a Matlab function which can evaluate the NTC resistance based on the datasheet parameters (see Murata NTC Thermistor datasheet)?
Note that: 1.21=12×(?1||?2)/(?ntc+?1||?2)
Use B=4050 %1, and R0=47k %1
The input is T = 40 deg C.
  1 Comment
sutee somaket
sutee somaket on 8 Jul 2021
>> R = 47000*exp(4050*((1/(40+273.15)-(1/(25+273.15)))))

Sign in to comment.

Answers (0)

Categories

Find more on Solar Power in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!