Skip to content

Generating Sub-Plots #10

@imsanjoykb

Description

@imsanjoykb

x = [0:0.01:5];
y = exp(-1.5*x).sin(10x);
subplot(1,2,1)
plot(x,y), xlabel('x'),ylabel('exp(–1.5x)sin(10x)'),axis([0 5 -1 1])
y = exp(-2
x).sin(10x);
subplot(1,2,2)
plot(x,y),xlabel('x'),ylabel('exp(–2x)*sin(10x)'),axis([0 5 -1 1])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions