Statistics
5 Questions
0 Answers
RANK
35,778
of 302,101
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 21,546
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,957
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
Feeds
Question
I was wondering how I could change the image so that only the flamingos change color? pic attached
im trying to write a code to change only the color of the flamingos. Maybe to green or yellow or possibly both would be cool.
11 years ago | 0 answers | 1
0
answersQuestion
I was wondering how I could create a picture of a flower in a plot. using only circles and ellipses. I wrote function files for both the circle and the ellipse already but don't know how to incorporate them together. function files included below
function [x,y] = ellipse(a,b) theta = 0:0.1:2*pi x = a*cos(theta); y = b*sin(theta); plot(x,y); axis('equal') ...
11 years ago | 1 answer | 0
1
answerQuestion
I have the following code completed for a 4 bar linkage. I was wondering how i could alter it so the crank angle, th2, in my program could vary from 0 to 2Pi with 90 intervals..As you can see right now it is iset at 30 only.
I have the following code completed for a 4 bar linkage. I was wondering how i could alter it so the crank angle, th2, in my pro...
11 years ago | 0 answers | 0
0
answersQuestion
I have a script I've wriitten to find the factorial of 2 different numbers and add the result together. I was wondering if there was a way to only display the final value of the factorial and not every step involved? Code in the body.
I have a script I've written to find the factorial of 2 different numbers and add the result together. I was wondering if there ...
11 years ago | 1 answer | 0
1
answerQuestion
How can i alter my 4 bar linkage code to display the values for th3 and th4 for values of th2 between 0 and 2Pi with 90 intervals. My code is below. It also displays # of iterations. It works for one value of th2 but want it to work for 0-2Pi.
I attached my fie. Any help would be greatly appreciated. Thanks!!!!
11 years ago | 0 answers | 0