Software :: Error Using Fits_write_image In Matlab

Feb 10, 2010

I am trying to convert .raw images taken with a camera to fits format using a matlab script which is choking at fits_write_image command. The error is:

"??? Undefined function or method 'fits_write_image' for input arguments of type 'char'."

I already have downloaded cfitsio and fitsio. Does anyone know why I am getting this error and how to fix it?

View 1 Replies


ADVERTISEMENT

Fedora Installation :: Error - "There Was An Error Extracting The Archives For MATLAB Compiler

Dec 22, 2009

I have been trying to install MATLAB 2008b as a standalone version; however, every time when the process runs to 18% it shows an error as follows: "There was an error extracting the archives for MATLAB compiler. Chceck that you have enough disk space and rerun the installer."

I did have checked the disk space which is much more than enough. I have also changed few different disks that are way more than enough as well, about 5GB at least, but this error still popped out when it runs to 18%.

View 9 Replies View Related

Ubuntu :: Matlab Permissions Error - Cannot Write To Preference File

Jul 9, 2010

I recently Installed Matlab and it keeps giving me this permission error, even after running the following command.

sudo chown -R ${USER}:${USER} ~/.matlab
Cannot write to preference file "matlab.prf" in "/home/"username"/.matlab/R2010a".
Check file permissions.
Cannot write to preference file "matlab.prf" in "/home/"username"/.matlab/R2010a".
Check file permissions.
The desktop configuration was not saved successfully

View 1 Replies View Related

Ubuntu Installation :: 10.10 - MATLAB Showed Error (Could Not Query OpenGL)

Feb 18, 2011

I installed Matlab in Ubuntu 10.10. I was able to get it running and I saw the initializing screen. However it showed me an error with OpenGL
"warning : could not query OpenGL"
and it freezes there. I tried many things to get over with it and it didn't work.

View 2 Replies View Related

Fedora :: Libraries MATLAB Installation - Error While Loading - Permission Denied

Jan 18, 2011

I installed MATLAB R2009a in my laptop (Fedora 14 x86-64), the installation was succesful but when I run MATLAB (in a console), appears a message: error while loading shared libraries: libut.so: cannot enable executable stack as shared object requires: Permission denied

I find a "solution", execute in a terminal: execstack -c libut.so

I used several times with differents libraries that I needed, but I run MATLAB in a terminal, MATLAB starts in a terminal, only a prompt ">>" and nothing.

View 2 Replies View Related

Ubuntu Installation :: MATLAB 7.10 - Error Status Returned By Program Setup

Jun 29, 2010

I am trying to install Matlab v. 7.10 on my Ubuntu machine. I was able to successfully download the necessary files. However, when I attempt to install using ' ./install ', I get the following error message:
Finished extracting ftp files.
Starting installer ...
An error status was returned by the program 'xsetup', the X Window System version of 'install'.

The following essages were written to standard error:
/home/user1/mathworks_downloads/update/install/main.sh: 178: /home/user1/mathworks_downloads/update/bin/glnxa64/xsetup: not found
Attempt to fix the problem and try again. If X is not available or 'xsetup' cannot be made to work then try the terminal version of 'install' using the command:
install* -t or INSTALL* -t
Sorry! Setup aborted . . .

I tried using the command instal* -t, as recommended by the program, but then I get this error message:
Finished extracting ftp files.
Starting installer ...
awk: cmd. line:2: BEGIN { found = 0; extra = 9; min = 24; default = 24 }
awk: cmd. line:2: ^ syntax error
awk: cmd. line:6: if (nrows < min) nrows = default
awk: cmd. line:6: ^ syntax error
awk: cmd. line:12: END { if (found == 0) print (default - extra) } .....

View 3 Replies View Related

Fedora :: How To Set Permissions For Matlab

Sep 18, 2010

I need to set up permissions for matlab (at least I think permissions is the problem). I haven't been able to find any conclusive instructions how to set permissions and the advice I see are often confusing or contradictory. I have installed matlab (64-bit version) using root account as that was recommended by the installer and everything seems fine except for the error message I got after installation:

[root@localhost User]# /mnt/dvd/install
The following messages were written to standard error while running 'xsetup' the X Window System version of 'install'.
xsetup: Unable to load required font.
Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formatted in this environment. You may get a more descriptive message by running the program as a non-root user or by removing the suid bit on the executable.
Warning: Cannot convert string "%s" to type %s
Check the content of the installation output file (backend):

/usr/local/lib64/matlab/install_matlab.out
Error messages found:
Warning: Permission Problem With MATLAB Files!
| Checked some files in your MATLAB root directory. These are bad:|
-r--r--r--. (not world readable) - ./toolbox/matlab/general/diary.m .....

Can I set up permissions to make it work afterwards? If so - how? I see the error message talking about the permissions being -r--r--r-- which I guess is only readable to all users. But should I set permissions to folders, executables or both? Was there anything I could have done before installation to make this work? I'm rather new to linux though I feel quite comfortable to work with the terminal. My system is fedora 13.

I found this excellent resource: [URL]. Though I'm still not sure how to set up permissions and I'm a bit hesitant as I don't want to create any security holes in my system. Would it be enough for me to give executable rights for my user to the program files in usr/local/bin? Now that I look at the permissions it seems I already have permission (through others...?) to the mentioned files.
...
-r-xr-xr-x. 1 root root 174426 5 jan 2010 librxtxSerial.so
-r-xr-xr-x. 1 root root 94246 4 jan 2010 libtbbmalloc.so.2
...

View 1 Replies View Related

OpenSUSE :: How To Use Wine To Use Matlab

Apr 13, 2009

matlab installed in windows; is it possible to launch it through wine in suse? I dont know much about wine

View 5 Replies View Related

Ubuntu :: Can't Paste In Matlab?

May 27, 2010

I'm having a really annoying problem with matlab and I've finally resolved to fix it. I just can't paste in matlab at all. I can copy and cut, just not paste.

View 3 Replies View Related

Ubuntu :: 10.04.1 - How To Start MATLAB

Sep 1, 2010

I have installed latest MATLAB in Ubuntu 10.04.1. I gave the installation directory as /home/Matlab. Now how do I start the MATLAB? Any executable anywhere?

View 1 Replies View Related

Ubuntu :: Matlab Cannot Find JRE?

Jan 16, 2011

I am trying to install Matlab in 9.10 x86, but the installer gives me the following. I've tried as sudo, then with "install -glnx86", but it always gives me these lines.

Code:
ibo@ibo-laptop:~/Desktop/MatLab R2010b [UNIX]$ ./install
dirname: missing operand
Try `dirname --help' for more information.

[Code]....

View 5 Replies View Related

Ubuntu :: Possible To Install Matlab

Jun 17, 2011

is it possible to install matlab in linux?

View 2 Replies View Related

Fedora :: How To Install Matlab On 14

Mar 8, 2011

want to install Matlab on my fedora 14. tried using "yum" but it says "no package Matlab found". do i have to add some repository.

View 2 Replies View Related

Fedora :: How To Remotely Monitor Matlab

Feb 3, 2010

I currently work at a lab which uses Matlab to do calculations that take weeks. We're having problems monitoring Matlab outside of the lab. Specifically, what we would like would be to have Matlab run on a linux computer in the lab and be able to check up on it every so often. We've tried playing around with X server and are going to try VNC when there's time.

View 2 Replies View Related

Fedora :: Matlab Is Runniing But Not Shown?

Jan 1, 2011

iam working on F14 KDE 64-bit ....i installed Matlab today it was installed successfully with no errors at all but when i try running it from /usr/local/MATLAB/R2010b/bin/glnxa64/ ..... the Matlab logo shows up then disappear again .and with no errors.. i opened the system monitor to see that Matlab is running ..... i searched the web and got that Matlab makes problems with selinux so i turned it off ...and still the same

View 6 Replies View Related

Fedora :: Matlab R2010b Crashes In 14

May 5, 2011

having migrated from Ubuntu 10.10 and just installed Matlab 2010b on it It does not run in Fedora but producs the following error :-

Code:
[milli@milli bin]$ ./matlab
expr: error while loading shared libraries: libgmp.so.3: cannot enable executable stack as shared object requires: Permission denied
/usr/local/MATLAB/R2010b/bin/util/oscheck.sh: line 138: [: -eq: unary operator

[Code].....

I tried running this under super user mode by giving su - and going to the directory but still gives the same error is shown . Also I get a SE Linux Security alert about AVC , I have no clue what that means.

View 14 Replies View Related

Fedora :: Doing MATLAB Homework On Octave?

Sep 2, 2011

Any one use octave while taking a matlab class? I am currently in MATLAB but cant offord the software and there are no trials of it. The studernt edition is still expensive and i need to save money. I have been going in during math class to do matlab homework but i cant keep skipping math since i am a mechanical engineer.

View 14 Replies View Related

Ubuntu Installation :: Installing Matlab On A 64-bit?

Jul 22, 2010

I've been trying to install Matlab r2008b but with no sucess.here are the commands i ran.

sudo mkdir /usr/local/matlabR2008b
cd /usr/local/matlabR2008b/

copied my files to tmp folder and run

sudo sh /tmp/MATHWORKS_R2008B/install

here is what i get at the terminal

Code:

An error status was returned by the program 'xsetup', the X Window System version of 'install'. The following messages were written to standard error:

/tmp/MATHWORKS_R2008B/update/install/main.sh: 178: /tmp/MATHWORKS_R2008B/update/bin/glnxa64/xsetup: Permission denied

Attempt to fix the problem and try again. If X is not available or 'xsetup' cannot be made to work then try the terminal version of 'install' using the command:

install* -t or INSTALL* -t
-------------------------------------------------------------------
Setup aborted . . .

when i run install* -t i get

Code:

awk: cmd. line:2: BEGIN { found = 0; extra = 9; min = 24; default = 24 }
awk: cmd. line:2: ^ syntax error
awk: cmd. line:6: if (nrows < min) nrows = default

[code].....

View 1 Replies View Related

Ubuntu :: Install Matlab On Computer?

Oct 23, 2010

I am trying to install Matlab on my computer. When I type

Code:
sudo sh /home/armen/Downloads/Matlab.R2010b.UNIX/matu20Xb/install
I get this error, which stops installation right away:

Code:
eval: 1: /tmp/mathworks_29716/java/jre/glnxa64/jre/bin/java: Permission denied
What can I do? Is it some problem with Java?

View 5 Replies View Related

Ubuntu :: Matlab Desktop (JVM) Won't Open?

Oct 28, 2010

I'm suddenly having an odd problem after running Matlab successfully on my 10.10 system for a while.When I try to open Matlab now with

Code:
matlab -glnx86 -desktop
matlab only opens in console mode and doesn't load the jvm desktop. It doesn't report any errors. The command
Code:
version('-java');
gives no response.

If I try to run a command in the console such as plot, I get the following warning: Code: Warning: This functionality is no longer supported under the -nojvm startup option So, matlab is somehow starting with the -nojvm option even though I'm explicitly telling it not to with the -desktop flag. I don't know how this has suddenly changed today. When I first set Matlab up on Maverick a few weeks ago I followed https://help.ubuntu.com/community/MATLAB to get the java stuff working properly. Does anyone have ideas on where -nojvm might be implicitly set or log files I can access to give me more info on why this might be happening?

View 5 Replies View Related

Ubuntu :: Installing MATLAB R2010a On 10.04 LTS

Jul 1, 2011

I don't know why but when I put the installation dvd ib the dvd drive Ubuntu doesn't seem to recognize it at all. How am I supposed to install it? I know my DVD drive is working fine. It recognizes other dvds. But what's happening here?

View 3 Replies View Related

General :: Install KMPlayer And Matlab On PC?

Jan 21, 2011

I am not being able to install KMPlayer and Matlab software on my system(red hat lnx 5),a message appears 'no thread found', please suggest me how to install them

View 1 Replies View Related

Software :: How To Remotely Monitor Matlab

Feb 3, 2010

I currently work at a lab which uses Matlab to do calculations that take weeks. We're having problems monitoring Matlab outside of the lab. Specifically, what we would like would be to have Matlab run on a linux computer in the lab and be able to check up on it every so often. We've tried playing around with X server and are going to try VNC when there's time.

View 2 Replies View Related

Software :: Get MATLAB Running In Ubuntu 10.04 , 64 Bit

Sep 24, 2010

get matlab running in ubuntu 10.04,(64 bit) .

View 5 Replies View Related

CentOS 5 :: Unable To Run Matlab 2010a

Jul 28, 2010

I had installed Matlab 2010a in Centos 5.5 using the Matlab GUI. It was working perfectly after the installation. I managed to run matlab from the installation GUI after they have verified my license and everything. However, I could not run matlab again after I close the software. I noticed that the installer has automatically created a symbolic link during the installation but when I open the terminal and type Matlab. It returns bash: matlab: command not found. I know the problem is related to either the environment or path is not being set correctly. tell me know I can run the newly installed application from the terminal?

View 2 Replies View Related

Fedora :: How To Install MATLAB (Zip File Downloaded)

Feb 26, 2010

I am very new to linux. I just got the dual boot working a couple of days ago. Now I downloaded MATLAB (2009b) from my university website. It came in a zip file...well I have no clue how to install it. I looked at the instruction manual, it doesn't really explain much.

View 5 Replies View Related

Fedora :: Matlab And Solid Works Compatibility?

Nov 20, 2010

I wanted to know if matlab and solid works run well on linux and fedora especially.

View 3 Replies View Related

OpenSUSE :: After 11.3 Upgrade - Matlab Compiler Fails Because Of Gcc?

Jul 28, 2010

I just upgraded from 11.2 to 11.3 and are facing now this mex compiling problem. The error output is:

Code:
/usr/lib/gcc/i586-suse-linux/4.5/cc1: /usr/local/matlab/R2009a/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/libppl_c.so.2)
/usr/lib/gcc/i586-suse-linux/4.5/cc1: /usr/local/matlab/R2009a/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libppl_c.so.2)
/usr/lib/gcc/i586-suse-linux/4.5/cc1: /usr/local/matlab/R2009a/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/libppl.so.7)

[Code]...

View 2 Replies View Related

Ubuntu :: MATLAB - Could Not Launch JNLP File

Jan 25, 2010

I am trying to install matlab onto my personal laptop. When I start to download I get a file "download_agent" I have updated my java to the most recent edition and when I run "javaws download_agent" I get this error :

net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file.
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:395)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:623)
Caused by: java.lang.IllegalAccessException: Class net.sourceforge.jnlp.Launcher can not access a member of class com.mathworks.agent.AgentGUI with modifiers "public static"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95)
at java.lang.reflect.Method.invoke(Method.java:607)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:387) ... 1 more

Caused by:
java.lang.IllegalAccessException: Class net.sourceforge.jnlp.Launcher can not access a member of class com.mathworks.agent.AgentGUI with modifiers "public static" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95)
at java.lang.reflect.Method.invoke(Method.java:607)
at net.sourceforge.jnlp.Launcher.launchApplication(Luncher.java:387)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:623)

View 8 Replies View Related

Ubuntu Installation :: Installing MATLAB R2008b On U9.10

Apr 21, 2010

I have a Dell Studio 1749 and am having problems installing MATLAB on Ubuntu 9.10 Karmic Koala. After putting in the DVD, I start the installation script:
Code:
/media/cdrom/install_unix.sh
and I get the message:

Code:
An error status was returned by the program 'xsetup', the X Window System version of 'install'. The following messages were written to standard error:
/media/cdrom0/unix/update/install/main.sh: 178: /media/cdrom0/unix/update/bin/glnxa64/xsetup: not found. Attempt to fix the problem and try again. If X is not available or 'xsetup' cannot be made to work then try the terminal version of 'install' using the command:
install* -t or INSTALL* -t
Sorry! Setup aborted . . .

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved