1.0

1.0 | 3 ratings Rate this file 53 downloads (last 30 days) File Size: 1.46 KB File ID: #25692

Counter.

by pablo_zuniga Zúñiga

 

30 Oct 2009

Code covered by BSD License  

Counter. Hours, minutes and seconds.

Download Now | Watch this File

File Information
Description

Write "crono" to start.

MATLAB release MATLAB 7.8 (R2009a)
Zip File Content  
Other Files crono.m,
license.txt
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (5)
03 Nov 2009 Jos  
03 Nov 2009 Jos

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  
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
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com