Hi,
My apologies, that was a typo, I meant sipdemo() . I seem, to still
be getting the same error:
-->[Im, map] = imread('example.bmp'); // a color image
-->xbasc()
-->imshow(Im, map); // plots the image in scilab
imshow(Im, map); // plots the image in scilab
!--error 4
undefined variable : map
at line 30 of exec file called by :
line 14 of function sipdemo called by :
sipdemo()
I have a feeling this is related to something I did. It has been awhile
since I have used windows. Was this the sort of error that was occuring
before?
Thanks,
Angus
Zhang Cheng <zha...@gm...> writes:
> From: Zhang Cheng <zha...@gm...>
> Subject: Re: [SIP-devel] The annoying crashes on Windows seem disappear in Scilab-4.0-rc1
> To: sip...@li...
> Date: Fri, 17 Feb 2006 13:09:26 +0800
> Reply-To: sip...@li...
>
> Angus Errington wrote:
>
>>Hi Zhang Cheng,
>>
>>I have just tried to get sip to work in windows and I used
>>ImageMagick-5.5.7-Q16. What version were you using?
>>
>>I have not tried it in windows before, so I may be doing something wrong.
>>
>>When I run sipdem() I do get an error and I am using Scilab-4.0-rc1.
>>
>>cheers,
>>
>>Angus
>>
>>
>>-------------------------------------------------------
>>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>>for problems? Stop! Download the new AJAX search engine that makes
>>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>>_______________________________________________
>>SIPtoolbox-devel mailing list
>>SIP...@li...
>>https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel
>>
>>
>>
> I use ImageMagick-6.2.3-Q16 currently. I didn't find a function named
> sipdem() in SIP.
> I type exec(SIPDEMO) in Scilab console to invoke SIP's demo.
|