Community Profile

photo

Obsidian


University of North Florida

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Electrical Engineering

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Matlab function runs for very long time!
I have a function here called MeasureResistance that calculates Current (I) and Voltage (V) for a specified Resistance value (RO...

9 years ago | 1 answer | 0

1

answer

Question


I'm getting an error in my function I don't understand
My function is as follows function [I,V] = MeasureResistance(R0,N,Imin,Imax,sigmaI,typeV) if nargin < 2 ...

9 years ago | 2 answers | 0

2

answers

Question


Need help finishing a function for my matlab Program.
My function is as follows function [I,V] = MeasureResistance(R0,N,Imin,Imax,sigmaV,sigmaI) if nargin < 2 ...

9 years ago | 0 answers | 0

0

answers

Question


Need help completeing a function that simulates repeated current/voltage measurements across resistor. Brand new to Matlab, any help appreciated!
function [I,V] = MeasureResistance(R0,N,intI,sigmaV,sigmaI) %MEASURERESISTANCE Simulates repeated current/voltage measurement...

9 years ago | 0 answers | 0

0

answers