Statistics
3 Questions
0 Answers
RANK
150,657
of 300,365
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,262
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
Feeds
Question
Plotting multiple lines on same graph
Hello! I am trying to plot multiple lines on the same graph but "hold on" is not working it is still printing as separate graphs...
6 years ago | 1 answer | 0
1
answerQuestion
Line of Best Fit
Trying to get a line of best fit through my points. Here is an example of my scatter plot: x = [1 2 3 4] z = [rate1 rate2 r...
6 years ago | 1 answer | 0
1
answerQuestion
Solving for Exponential Vairable
syms t a = 600; r = .10; y = 600; eq = y - a * (exp(r*t)) == 0; tsol = solve(eq,t) This is my code which I would like to...
6 years ago | 1 answer | 0

