From: Raiyan K. <rai...@My...> - 2003-12-04 23:56:01
|
Dear, When I saw octave I thought that I've found my Matlab replace. = As there are force functions which are almost just alike Matlab functions. I am a Mac user and running Mac OS X 10.2 and used fink to install octave and imagemagick and all other softwares to install these two software as far as I know that I need imagemagick's convert app to run imread function but its not working with my images created by Photoshop and MSPaint of Win 95. I tried to use imageload command but it also failed. I'm = attaching the tarminal output please help me. As I'm trying to introduce octave to all other teachers and students of my university Bangladesh University of Engineering and Technology. Please help me as soon as possible. I need to use both imageload = and imread. In case of imageload function it gives some problem with the hdf5. But individually hdf works with those images so do convert. I've tested both apps. Please help me. Raiyan Not Installed Packages: main/comm/ main/sparse/ extra/linear-algebra/ Tarminal Output: [Super-Mac:~] dev% octage octage: Command not found. [Super-Mac:~] dev% octave GNU Octave, version 2.1.46 (powerpc-apple-darwin6.6). Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Report bugs to <bug...@be...>. octave:1> ls Applications LearningCocoa Movies Projects Desktop Library Music Public Documents Matlab Works Folder Pictures Sites octave:2> cd Desktop/ octave:3> ls Color Code.html Raiyan's Pictures.pdf Complex Number UniBangla V1.0 Mac Dev Books as31 Downloads com Figure 0.pdf complexnum Level 3 Term 2 octave.pdf Not installed due to error.txt xx Objective -C codes while learning Cocoa =E2=88=9A=E2=80=A0=C2=AC=C2=B6=C2=AC=C2=A8=E2=88=9A=E2=80=A0=C2=AC=C2=B6=C2= =AC=C3=A6=E2=88=9A=E2=80=A0=C2=AC=C2=B6=C2=AC=C3=87=E2=88=9A=E2=80=A0=C2=AC= =C2=B6=C2=AC=E2=89=A4=E2=88=9A=E2=80=A0=C2=AC=C2=B6=C2=AC=C3=A6 =E2=88=9A=E2=80=A0=C2=AC=C2=B6=C2=AC=C3=AF=E2=88=9A=E2=80=A0=C2=AC=C3=9F=C2= =AC=C3=84=E2=88=9A=E2=80=A0=C2=AC=C3=9F=C2=AC=C3=A1=E2=88=9A=E2=80=A0=C2=AC= =C2=B6=C2=AC=C2=A8=E2=88=9A=E2=80=A0=C2=AC=C2=B6=C2=AC=C3=A6=E2=88 =9A=E2=80=A0=C2=AC=C2=B6=C2=AC=C2=B0=E2=88=9A=E2=80=A0=C2=AC=C3=9F Project Image processing octave:4> cd "Project Image processing/" octave:5> ls DFS DFS.ZIP DIP.ZIP Edge Separator DFS-MUR DIP Dev-Beta octave:6> cd Dev-Beta/ octave:7> ls DFSfor.m Rai.tiff rai.gif rai.jpg Rai.sketch mainang.m rai.hdf rai.tif octave:8> x =3D imread("Rai.tiff") error: reshape: sizes must match error: evaluating if command near line 66, column 5 error: evaluating if command near line 64, column 3 error: called from `reshape' in file `/sw/share/octave/2.1.46/m/general/reshape.m' error: evaluating postfix operator `'' near line 238, column 39 error: evaluating assignment expression near line 238, column 14 error: evaluating if command near line 237, column 4 error: called from `imread' in file `/sw/share/octave/2.1.46/site/m/octave-forge/image/imread.m' error: evaluating assignment expression near line 8, column 3 octave:8> |