Difference between revisions of "Write movie.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:function.m}} 3D graph into a looping MP4 rotation movie. ==Syntax== write_movie(file_name) ==Description== Orbits the camera around a 3D plot and writes...")
 
(Update function See also links and function index membership)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:function.m}}
+
{{DISPLAYTITLE:write_movie.m}} __NOTOC__
3D graph into a looping MP4 rotation movie.
+
Creates a looping MP4 rotation movie from a 3D graph by orbiting the camera around the plot and writing a correctly looping 359-frame movie.
  
 
==Syntax==
 
==Syntax==
Line 6: Line 6:
 
     write_movie(file_name)
 
     write_movie(file_name)
  
==Description==
+
==Parameters==
Orbits the camera around a 3D plot and writes a correctly looping 359-frame movie.
 
 
 
==Arguments==
 
 
The function uses the current graphics window.
 
The function uses the current graphics window.
  
Line 16: Line 13:
  
 
==See also==
 
==See also==
[[hfc_display.m]], [[cst_display.m]]
+
[[hfc_display.m]], [[cst_display.m]], [[axis_1d.m]], [[bloch_sph_plot.m]], [[bwr_cmap.m]], [[crop_2d.m]], [[cylgrid.m]], [[fid2ascii.m]], [[int_2d.m]], [[molplot.m]], [[mri_2d_plot.m]], [[plot_1d.m]], [[plot_2d.m]], [[plot_3d.m]], [[plot_uf.m]], [[s2json.m]], [[scale_figure.m]], [[slice_2d.m]], [[stack_2d.m]], [[volplot.m]], [[zoom_3d.m]], [[Import,_export,_and_visualisation]]
 
 
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Latest revision as of 19:43, 6 June 2026

Creates a looping MP4 rotation movie from a 3D graph by orbiting the camera around the plot and writing a correctly looping 359-frame movie.

Syntax

    write_movie(file_name)

Parameters

The function uses the current graphics window.

Outputs

The function writes a file.

See also

hfc_display.m, cst_display.m, axis_1d.m, bloch_sph_plot.m, bwr_cmap.m, crop_2d.m, cylgrid.m, fid2ascii.m, int_2d.m, molplot.m, mri_2d_plot.m, plot_1d.m, plot_2d.m, plot_3d.m, plot_uf.m, s2json.m, scale_figure.m, slice_2d.m, stack_2d.m, volplot.m, zoom_3d.m, Import,_export,_and_visualisation

Version 2.1, authors: Ilya Kuprov