photo

Brendan


Last seen: 9 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
233,011
of 300,352

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

View badges

Feeds

View by

Question


I can't get my function to work or print right
x=(0:31); y=(2.^x); disp(y) Im just trying to get a list of values from 2^0 to 2^31. I know the range is right but I guess th...

2 years ago | 1 answer | 0

1

answer

Question


I'm trying to graph data from an html file and I'm unsure how to load and graph it.
this is the data https://coyote.eece.maine.edu/ece101/hw/umhab-137-iridium.html im trying to graph time on the x axis and rise...

2 years ago | 1 answer | 0

1

answer

Question


I need help graphing a function.
The code creates a graph but I'm pretty sure it's wrong because It's supposed to look closer to a cos(x) graph t=linspace(0,100...

2 years ago | 1 answer | 0

1

answer

Question


I need help graphing these simple functions. I keep getting a blank graph
Question: Plot the maximum power absorbed in a resistor if the voltage across the resistor. Equations: v= (r/(r+100))*10 p= (...

2 years ago | 2 answers | 0

2

answers