Giovanni Virgen
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
117,274
of 295,673
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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 plot these for loops?
I have been trying to get these loops to plot on the same figure but I can't seem to make it work. Each for loop (4 in total) pr...
5 years ago | 2 answers | 0
2
answersQuestion
Are these polyfit curves correct?
This is what I have to do: Create an m-file that uses the polyfit, linspace, polyval and plot functions to create a plot of ...
6 years ago | 1 answer | 0
1
answerQuestion
How can I use the subplot, meshgrid, surf, and contour functions together?
I need to create a script that uses the subplot, meshgrid, surf and contour functions to generate a 3D surface plot and a contou...
6 years ago | 1 answer | 0
1
answerQuestion
How to use the Meshgrid and surf functions?
I need to create a script that uses the meshgrid and surf functions to generate a 3-D surface plot of the function z = cos(sqrt(...
6 years ago | 1 answer | 0
1
answerQuestion
How do you use the plot3 function with an interval?
I have three functions. They are x = (3+5*cos(t))*cos(t), y = (3+5*cos(t))*sin(t), and z = 2*t^2. I have to create a script that...
6 years ago | 1 answer | 0
1
answerQuestion
How to setup system of linear equations in matrix form?
I have a system of four linear equations that I need to put into matrix form. Equations are in the form of: 5x1+4x2-2x3+6x4=...
6 years ago | 2 answers | 0
2
answersQuestion
How can I write this fprintf description to include multiple vectors?
So I have to describe my answers by putting them into a single sentence. I have multiple vectors answers and one dot product. I ...
6 years ago | 1 answer | 0