From: someGuy <dont@want.spam>
Path: news.mathworks.com!newsfeed.mathworks.com!webx
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB SOURCE CODE FOR JPEG2000
Message-ID: <eee90a8.7@webx.raydaftYaTP>
Date: Thu, 4 Nov 2004 08:27:37 -0500
References: <wtvqao46xhe0@legacy> <ix0zmnuynbb3@legacy> <eee90a8.1@webx.raydaftYaTP> <4162A745.4040109@ukbf.fu-berlin.de>
Lines: 40
NNTP-Posting-Host: 134.28.41.48
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:239504


Waldemar Krzok wrote:
>
>
>
>
> Duane Hanselman wrote:
>> Nantheera wrote:
>>
>>>
>>>I also need the source code for jpeg2000 on matlab, please
send
> me
>>>via
>>>this mail.
>>>
>>>
>>
>>
>> I need the source code for world peace on matlab, please send
me
> via
>> this mail.
>
> I need badly the implemantation of the callback of do_all button.
> Pressing this button shall do my all work and print the ready-to-go
>
> thesis on my laser printer in A4 format duplex. Pleeease ;-)))))
>
> Waldemar
>
>
try this ;)

function do_all
disp(char([80,108,101,97,115,101,32,119,97,105,116,46,46,46]));
pause;
error(char([80,114,111,99,101,115,115,105,110,103,32,105,110,116,101,1
14,114,117,112,116,101,100,32,98,121,32,117,115,101,114,33]));

It works well under ML7 14th release.