Discussion Overview
The discussion revolves around plotting multiple 3D equations in MATLAB, specifically focusing on surface plots and the use of various plotting functions. Participants share their attempts and seek assistance in achieving satisfactory visualizations of the equations provided.
Discussion Character
- Exploratory
- Technical explanation
- Homework-related
Main Points Raised
- One participant expresses a desire to plot three specific equations in 3D but is unsatisfied with their initial attempts using the plot3 function.
- Another participant assumes the intention is to create a surface plot and provides an example using the "surf" command with a different equation.
- A participant mentions that the three equations represent coordinates for a 3D plot and shares a successful attempt using the ezsurf function to combine the plots.
- One participant seeks help with plotting three vectors in 3D, indicating they have struggled with the process.
- Several participants suggest using the surf function with specified x and y values to plot the equations, reiterating the need for defined ranges.
- Another participant suggests using the plot3 function for visualizing the three vectors, providing a basic example of its usage.
Areas of Agreement / Disagreement
There is no consensus on the best method for plotting the equations, as participants propose different approaches and tools within MATLAB. Multiple competing views remain regarding the most effective way to visualize the data.
Contextual Notes
Participants have not fully clarified the specific requirements for the plots, such as the desired appearance or the range of x and y values for the equations. There are also unresolved details regarding the dimensions and compatibility of the vectors mentioned.
Who May Find This Useful
Individuals interested in MATLAB plotting techniques, particularly those working with 3D surface plots or vector visualizations in mathematical or engineering contexts.