![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14581104_1547847566738_DEF.jpg)
whyamiincollege
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
244 952
of 297 016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
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
How do I make my plot show more than one point?
I think since I'm using a for loop for this it only shows the final point for both graphs, how do I make it show all the poin...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How do I create a matlab function using polyder that not only gives the coefficients but also gives the equation
My code so far (doesnt work): function derivativecoefficient = derivpolycalc() a = input('Enter the coefficent of the polynom...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
Why is my MATLAB code not executing properly?
Everytime it asks me to choose a number btwn 1-100 and when i do, lets say i choose 53, it will display "so sad :( you have to g...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How do I make a user defined function in MATLAB to determine the volume of a revolving solid using the disk method?
So first off, I'm not quite sure how to use user defined functions in matlab so my code is going to look ridiculous. Second, in...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How to separate a vector into positive and negative vectors using a for loop?
clc; x = [-3.6 10 3 -1 11.4 0 7 -9.5 2 15 -1 3]; for i = 1:length(x) if x(i) >= 0 x(i) = P elseif x(i) < 0...
nästan 6 år ago | 2 answers | 0