The discussion revolves around the implementation of the 2D diffusion equation in MATLAB code. Participants share their progress and challenges encountered while working on the assignment. There is an emphasis on the importance of understanding the mathematical concepts behind the diffusion equation for effective coding. Users are encouraged to share their code snippets and seek help for specific issues. Overall, the conversation highlights collaboration and problem-solving in the context of MATLAB programming.
As you can see from the image here, when I graph the 2d graph of y = 5sin(1/x), it comes out like I'd expect. However, when I graph it in a 3d graph, it doesn't look right at all. Can someone tell me why it isn't displaying right, or is it and I'm just missing something when I add the z axis?