How to make 3D Plot in MATLAB | MATLAB Fundamentals | @MATLABHelper

preview_player
Показать описание
0:00 Introduction
0:09 Different types of 3D plot by MATLAB
2:35 Conclusion

Education is our future. MATLAB is our feature. Happy MATLABing!

#ExpertHelp #MATLAB #Simulink #Research #Training #Mathworks #MathworksCertified #MATLABAssociate #ImageProcessing #Arduino #AppDesigner #MachineLearning #LMS #OnlineCourse #Quiz #Webinar #WhatsApp #LinkedIn #Facebook #Instagram #Education #Future #MATLABing
Рекомендации по теме
Комментарии
Автор

Learn to plot 3D graph using various functions.

minalborawake
Автор

Hi. I would appreciate your help with a problem. I have to plot all regular polytopes in 3 to 9 dimensions and I have no idea how to do that in matlab. Thank you in advance.

vladborza
Автор

Video is quite good. Good information of 3-D Plots in MATLAB. It is an excellent idea to explain theory rather than just explaining the script. Great job

pranotibendre
Автор

Good video! In this video I learnt about the @/3d plot and how the @/height of the 3dimensional object can be designed using @/meshgrid operation.

mihirrana
Автор

MATLAB offers 3D plots.#plot3(x, y, z)command is used to obtain 3D plot.In order to visualize in better way, we use axes cursor by which angle of axes is changed.
#Contour:z values of 3D data can be visualized as contour lines.Contour lines interprets set values as height of points in x-y plane.
we first specify z value in 2D matrix.Create rectangular grid using command #meshgrid(x, y).Then define z as a function of x&y.
#contour(x, y, z)command is used here.To display labels, the command #contour(x, y, z, 'show text', 'on')is used.
Surface:continous region created by interpolating points in 3D space.#surface(z).
Mesh:#mesh(x, y, z).
Quiver:set function can be represented by plotting gradient function.#quiver3(x, y, z, u, v, w) plots vectors with directions determined by components (u, v, w) at points determined by (x, y, z)

dishanikam
Автор

The video was very informative and tells about how to plot @/3d_graphs in matlab. The functions like @/surface @/meshgrid @/accessbrowsed @/countour etc were very well explained in this video .@/3d plots using the @/plot3 function makes it easier for us to plot @/contour, @/mesh and @/surface depictions of the dataset.

gauravmittal
Автор

You can use surf as well as ezsurf for surface plotting

gauravpathak
Автор

The vedio gives valuble information about different functions used in matlab. According to me it should be little bit slower so that viewers can understand it easily. The best part of vedio is, its representation which makes it more atractive and entertaining.

heenalulla
Автор

the video is well explain about the 3D plot by using the different commands

bhargavivooraboina
Автор

I easily understood the concept of 3D plots from this video. Very informative.

ananyagiridhar
Автор

This video is all about ways to create 3D plots of variables using the command #plot3 which takes 3 inputs.It also tells about commands like #contour#mesh#quiver#surface and their uses.

shivanisingh-mcxr
Автор

Thanks for such an informative video. I came across different information regarding matlab . But it took much time for me to analize

yemmeprasanna
Автор

explanation of counter plot using command, mess command, quiver command, surface command and function mesh grid are smartly explained

ashwinisalimath
Автор

Good video with nice examples and presentation.

prudhvikmokkapati
Автор

Additionally, there are several plot commands like #comet, #bar, #pie, etc to plot functions and commands like #axis, #legend, #xlabel etc to format the plotted diagram. To get a detailed information of these commands type #help (command name) in the prompt. Furthermore, plots are based on #Object Oriented programming. Each plot is given an object handle number which can be accessed when the figure obtained from #plot is open. So #h =plot(x, y ) will assign an object handle number to 'h' and #creates a structure 'h' with all properties of the respective plot. The command #get(h) will list all the properties(The property names are the members of the structure). .Each property can be changed by accessing the members of the structure. #For eg: h.Color = 'k' for black coloured line. they can also be changed by #set('propertyName'1, 'Value1, ...) . #Colorbar command can be used for 3d plots to have a better feel for numbers from the plot.

rajasekargopalsamy
Автор

Good video . Explains about the plotting of data in 3dimension with access browser.

pratikshabhagwat
Автор

Graphical representation of data is not only visually appealing but helps the reader comprehend better too. #3d plots using the #plot3 function makes it easier for us to plot #contour, #mesh and #surface depictions of the dataset. Taking things a bit further, the rate of change of variables can be visualised using #quiver function. Although the video could have been slower but I think pausing and taking a snapshot would suffice.

archit.saxena
Автор

Nice video, well explained it could be a bit slow..if possible.

lavanya.g
Автор

# thank you for your video.it is very useful and we can plot the antenna patterns also by this method

archanagoudbongoni
Автор

The video was very informative and tells about how to plot #3d_graphs in matlab. The functions like #surface #meshgrid #accessbrowsed #countour etc were very well explained in this video

relax.moods.sounds