Prev: 2nd order differential equation
Next: RGB -> HSV
From: Royi Avital on 28 Feb 2010 11:39 Hello. Today I installed Win 7 64 bit. On the 32 bit I used to integrate Photoshop with Matlab as specified here: http://help.adobe.com/en_US/Photoshop/11.0/WS62AB0C24-121F-401c-9097-ABCE350A075Ba.html Today I tried doing it with the 64 Bit versions of the software (Both Matlab and Photoshop) yet with no success. Tried to integrate Matlab to the 32 Bit version of Photoshop, still no success. Th Error I get is (Running "testall" to verify integration): " ??? Error using ==> fseek Invalid file identifier. Use fopen to generate a valid file identifier. Error in ==> pslogit at 15 fseek(fid, 0, 'eof'); Error in ==> testall at 39 pslogit('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', false, pslog, pslogfile); " Anyone with an idea? Has anyone succeeded integrating the 2 using the 64 Bit versions? Thanks.
From: us on 28 Feb 2010 11:50 "Royi Avital" <RoyiREMOVEAvital(a)yahoo.com> wrote in message <hme679$anf$1(a)fred.mathworks.com>... > Hello. > Today I installed Win 7 64 bit. > On the 32 bit I used to integrate Photoshop with Matlab as specified here: > http://help.adobe.com/en_US/Photoshop/11.0/WS62AB0C24-121F-401c-9097-ABCE350A075Ba.html > > Today I tried doing it with the 64 Bit versions of the software (Both Matlab and Photoshop) yet with no success. > Tried to integrate Matlab to the 32 Bit version of Photoshop, still no success. > > Th Error I get is (Running "testall" to verify integration): > > " > ??? Error using ==> fseek > Invalid file identifier. Use fopen to generate a valid file identifier. > > Error in ==> pslogit at 15 > fseek(fid, 0, 'eof'); > > Error in ==> testall at 39 > pslogit('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', false, pslog, pslogfile); > > " > > Anyone with an idea? > Has anyone succeeded integrating the 2 using the 64 Bit versions? > Thanks. you don't show how FID is obtained... us
From: Royi Avital on 28 Feb 2010 15:44 "us " <us(a)neurol.unizh.ch> wrote in message <hme6sd$lue$1(a)fred.mathworks.com>... > "Royi Avital" <RoyiREMOVEAvital(a)yahoo.com> wrote in message <hme679$anf$1(a)fred.mathworks.com>... > > Hello. > > Today I installed Win 7 64 bit. > > On the 32 bit I used to integrate Photoshop with Matlab as specified here: > > http://help.adobe.com/en_US/Photoshop/11.0/WS62AB0C24-121F-401c-9097-ABCE350A075Ba.html > > > > Today I tried doing it with the 64 Bit versions of the software (Both Matlab and Photoshop) yet with no success. > > Tried to integrate Matlab to the 32 Bit version of Photoshop, still no success. > > > > Th Error I get is (Running "testall" to verify integration): > > > > " > > ??? Error using ==> fseek > > Invalid file identifier. Use fopen to generate a valid file identifier. > > > > Error in ==> pslogit at 15 > > fseek(fid, 0, 'eof'); > > > > Error in ==> testall at 39 > > pslogit('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', false, pslog, pslogfile); > > > > " > > > > Anyone with an idea? > > Has anyone succeeded integrating the 2 using the 64 Bit versions? > > Thanks. > > you don't show how FID is obtained... > > us What do you mean? I just set the path as described (Done this many times). Then typed "testall" which "Verifies" the integration. Yet there's an error. Any command which involves Photoshop fails. I installed the Standard installation of Matlab. Thanks.
From: Royi Avital on 1 Mar 2010 02:29 "Royi Avital" <RoyiREMOVEAvital(a)yahoo.com> wrote in message <hmekil$hhl$1(a)fred.mathworks.com>... > "us " <us(a)neurol.unizh.ch> wrote in message <hme6sd$lue$1(a)fred.mathworks.com>... > > "Royi Avital" <RoyiREMOVEAvital(a)yahoo.com> wrote in message <hme679$anf$1(a)fred.mathworks.com>... > > > Hello. > > > Today I installed Win 7 64 bit. > > > On the 32 bit I used to integrate Photoshop with Matlab as specified here: > > > http://help.adobe.com/en_US/Photoshop/11.0/WS62AB0C24-121F-401c-9097-ABCE350A075Ba.html > > > > > > Today I tried doing it with the 64 Bit versions of the software (Both Matlab and Photoshop) yet with no success. > > > Tried to integrate Matlab to the 32 Bit version of Photoshop, still no success. > > > > > > Th Error I get is (Running "testall" to verify integration): > > > > > > " > > > ??? Error using ==> fseek > > > Invalid file identifier. Use fopen to generate a valid file identifier. > > > > > > Error in ==> pslogit at 15 > > > fseek(fid, 0, 'eof'); > > > > > > Error in ==> testall at 39 > > > pslogit('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', false, pslog, pslogfile); > > > > > > " > > > > > > Anyone with an idea? > > > Has anyone succeeded integrating the 2 using the 64 Bit versions? > > > Thanks. > > > > you don't show how FID is obtained... > > > > us > > What do you mean? > I just set the path as described (Done this many times). > Then typed "testall" which "Verifies" the integration. > Yet there's an error. > Any command which involves Photoshop fails. > > I installed the Standard installation of Matlab. > > Thanks. Anyone please? Is it a Matlab Bug or something else? The integration is very important to my work. Thanks.
From: Ashish Uthama on 1 Mar 2010 08:32
On Sun, 28 Feb 2010 11:39:05 -0500, Royi Avital <RoyiREMOVEAvital(a)yahoo.com> wrote: > Hello. > Today I installed Win 7 64 bit. > On the 32 bit I used to integrate Photoshop with Matlab as specified > here: > http://help.adobe.com/en_US/Photoshop/11.0/WS62AB0C24-121F-401c-9097-ABCE350A075Ba.html > > Today I tried doing it with the 64 Bit versions of the software (Both > Matlab and Photoshop) yet with no success. > Tried to integrate Matlab to the 32 Bit version of Photoshop, still no > success. > > Th Error I get is (Running "testall" to verify integration): > > " > ??? Error using ==> fseek > Invalid file identifier. Use fopen to generate a valid file identifier. > > Error in ==> pslogit at 15 > fseek(fid, 0, 'eof'); > > Error in ==> testall at 39 > pslogit('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', false, pslog, > pslogfile); > > " > > Anyone with an idea? > Has anyone succeeded integrating the 2 using the 64 Bit versions? > Thanks. Your best bet is to edit the script and trace back to the FOPEN command for the 'fid' mentioned in the error message. Make sure that the file FOPEN is trying to open is on the path. You could also consider talking to Adobe tech support. |