photo

Obsidian


University of North Florida

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Electrical Engineering

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
87,015
of 301,464

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,642

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

11 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 ...

11 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 ...

11 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...

11 years ago | 0 answers | 0

0

answers