Mat Nanny v1.0 - RSS and html progress reports

버전 1.1.0.0 (3.14 KB) 작성자: Nick Clark
Check computation progress from anywhere with internet
다운로드 수: 1K
업데이트 날짜: 2009/6/18

라이선스 보기

MatNanny is a simple function which publishes a data structure as html and an RSS feed when called. This allows for convenient remote checking on the progress of models or other computations which have been left running while away from the office. I recommend using free webspace on xthost.info as there is no sign up required and the no-fuss ftp update process works very fast. The username and password in the demo provided are real and are free for your use while evaluating this software. This may not work correctly if more than one person is trying this out simultaneously as xthost doesn't like simultaneous ftp connections from the same username, but it only takes 2 seconds to make your own account.

The function takes 2 input structures. The webStruct structure must contain all of the fields provided in the demo below. This structure is used to hold data about the hosting service which you are using. The second structure, dataStruct, can contain anything which you want to appear online for your own checking.

USAGE:

webStruct.process = 'Dinosaur_Marmot_Reconstruction_Model';
webStruct.description = 'Foo procees for demo only';
webStruct.timeZone = 'GMT';
webStruct.webAddy = 'http://one.xthost.info/matlabprocess/';
webStruct.hostAddy = 'one.xthost.info';
webStruct.uName = 'matlabprocess';
webStruct.pwd = 'rRHbTX';

dataStruct.percentComplete = 54;
dataStruct.bigData = 1:100;
dataStruct.genetic = 12.45346;
dataStruct.probabilityOfMarmot = rand;
dataStruct.ghosting = 'OK';
dataStruct.thing = 'RaRaRa';

MatNanny(webStruct,dataStruct);

The script above will recreate the webpage shown in the screenshot
Enjoy!

인용 양식

Nick Clark (2024). Mat Nanny v1.0 - RSS and html progress reports (https://www.mathworks.com/matlabcentral/fileexchange/21341-mat-nanny-v1-0-rss-and-html-progress-reports), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Removed GNU licence

1.0.0.0