Re: Plot all results from while-loop simultaneously
- From: "French Caro" <caro95470@xxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 07:43:20 -0400
Hi Milan,
Maybe :
x = 1:100;
for element = x
y=f(element);
end
plot(x,y);
Caroline
.
- References:
- Plot all results from while-loop simultaneously
- From: Milan Stachelhaus
- Plot all results from while-loop simultaneously
- Prev by Date: Re: saving a figure
- Next by Date: Re: Procedures or (sub)routines
- Previous by thread: Plot all results from while-loop simultaneously
- Next by thread: Matlab with NetBeans GUI
- Index(es):