Borrar filtros
Borrar filtros

3D(x,y,z) + Time variable to plot graph

3 visualizaciones (últimos 30 días)
SAtsimran Singh
SAtsimran Singh el 26 de En. de 2015
Respondida: Kush el 30 de Jun. de 2023
How can i draw a graph with 3 axis and add in a time variable in matlab?

Respuestas (1)

Kush
Kush el 30 de Jun. de 2023
The following functions can help you implement your code:-
plot3 : used to plot a set of coordinates connected by line segments, specify X, Y, and Z as vectors of the same length.
datetick : labels the tick lines of the axis specified by tickaxis using dates, replacing the default numeric labels. datetick selects a label format based on the minimum and maximum limits of the specified axis. The axis data values should be serial date numbers, as returned by the datenum function.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by