Code covered by the BSD License  

Highlights from
Counter.

1.0

1.0 | 4 ratings Rate this file 1 Download (last 30 days) File Size: 1.46 KB File ID: #25692
image thumbnail

Counter.

by pablo_zuniga Zúñiga

 

30 Oct 2009

Counter. Hours, minutes and seconds.

| Watch this File

File Information
Description

Write "crono" to start.

MATLAB release MATLAB 7.8 (R2009a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (6)
03 Nov 2009 Jos (10584)  
03 Nov 2009 Jos (10584)

Here are the first few lines of this script:
%Cronometro.
clc
clear
resp='s';
while (resp=='s')

clc
clear
a=input('Ingrese horas\n\n');
disp(' ')
b=input('Ingrese minutos\n\n');
disp(' ')
c=input('Ingrese segundos\n\n');
disp(' ')

Potential users should be aware that running this script does clear the entire workspace without notice (and it do so twice!), so all your work will be lost.
This script serves no purpose other than being a programming exercise for the author, so why share it here?

04 Nov 2009 John D'Errico  
04 Nov 2009 John D'Errico

There is no purpose at all in this mess. Nothing at all of value.

18 Nov 2009 Alan Robinson  
11 Jan 2010 Rob Campbell  
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
optimization pablo_zuniga Zúñiga 02 Nov 2009 10:10:15
biotech pablo_zuniga Zúñiga 02 Nov 2009 10:10:16
modeling pablo_zuniga Zúñiga 02 Nov 2009 10:10:16

Contact us at files@mathworks.com