Gistlib Logo

gistlib

count to 100 in matlab

main.m
for i=1:100
    display(i);
end
32 chars
4 lines

This code will loop through numbers 1 through 100 and display them using the display function.

similar matlab code snippets

how to calculate the 99th percentile in matlab
how to calculate cumulative distribution function in matlab
how to calculate the binomial distribution in matlab
how to perform a ztest in matlab
how to plot the binomial distribution in matlab
how to calculate the normal distribution in matlab
calculate the area of a triangle in matlab
calculate the area of a sphere in matlab
find the slope of a set of points in matlab
calculate the volume of a pyramid in matlab

related categories

matlab
loop
counting
for loop
display

gistlibby LogSnag