<< plot_example_simple_graph Plot examples

xs2tikz >> xs2tikz > Plot examples > plot_example_subplots

plot_example_subplots

Generate a subplot with trigonometric functions

Syntax

[f, a] = plot_examples_subplots(figureNumber);

Parameters

figureNumber:

number of figure used for displaying

f, a:

figure and axis handles

Description

Plotting example which generates a subplot with trigonometric functions between 0 and 2*PI. Can be used for xs2tikz as an example.

Authors


Report an issue
<< plot_example_simple_graph Plot examples