Discussion Overview
The discussion revolves around plotting a 3D graph in MATLAB for the function F(i,j,k) = 1, specifically focusing on how to visualize the relationship between the variables i, j, and k when the function approaches this value. The scope includes technical explanations and potential solutions for using MATLAB functions for 3D plotting.
Discussion Character
- Technical explanation
- Exploratory
Main Points Raised
- One participant seeks assistance in plotting a 3D graph for the function F(i,j,k) = 1, expressing difficulty with the surf function due to its requirement for a matrix Z component.
- Another participant suggests using the isosurface function to display the isosurface where F(i,j,k) = 1, recommending that the original poster consult MATLAB's help system for guidance.
- The original poster expresses concern that the isosurface function may not be suitable since F(i,j,k) never precisely equals 1, proposing the need to plot values within the range 0.99 < F(i,j,k) < 1.01 instead.
- A later reply indicates that the isosurface function worked for the original poster, raising a question about whether isosurface estimates the values corresponding to i, j, and k where F(i,j,k) = 1.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the best approach initially, as there are differing views on the applicability of the isosurface function. However, one participant later confirms that the isosurface function worked for their needs, indicating some resolution for that individual while leaving the broader applicability open for discussion.
Contextual Notes
The discussion highlights the uncertainty regarding the suitability of the isosurface function for cases where the function does not exactly equal 1, as well as the potential need for further exploration of MATLAB's capabilities in handling such cases.