photo

Jeff Smith


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
270,740
of 300,444

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,002

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,024

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Writing a MATLAB code that does Nodal Analysis
So I'm basically writing a matlab code that will automatically solve a simple circuit (just resistors, current sources and volta...

7 years ago | 1 answer | 0

1

answer

Question


Converting a for loop into a while loop?
If I have the for loop: for i=1:3 for j=2:4 A(i,j)=B(i+2,j+1); end end How could I convert this into a while...

7 years ago | 1 answer | 0

1

answer

Question


Help with writing a code for computing the area under a curve.
I need to write a MATLAB function called Area1 having two inputs, r and N, and an output, A1. The output A1 should be the area ...

7 years ago | 1 answer | 0

1

answer

Question


Flip a plotted object horizontally?
So I'm plotting a moving object that basically moves like the old DVD "away" loading screen. The object basically bounces around...

7 years ago | 1 answer | 0

1

answer