MATLAB is a high-level language and interactive programming environment developed by MathWorks. It is the foundation for a number of other tools, including Simulink and various toolboxes that extend the core capabilities.
2
votes
2answers
174 views
Getting the matlab r2009b multiline comment syntax highlighting in Notepad++
I have Notepad++ version 6.1.8
How can I configure it to highlight the matlab multiline comment %{ ... %} as a comment block?
3
votes
1answer
1k views
Can I make the Matlab text editor wrap text at a given column width without implementing wrap comments?
I have a text file with a long comment that would normally extend off-screen to the right. Is there a way to configure the Matlab Editor to wrap this text when it extends beyond the current window ...
0
votes
2answers
37 views
How to locate Matlab installation?
I need to locate my MATLAB installation. I find out that I need to type matlabroot at the MATLAB command prompt.
As I understand MATLAB command prompt means open cmd at the root where matlab is ...
0
votes
1answer
18 views
last object returned in chrome dev tools / python / irb /
In matlab one could type in the following and get the following reply:
matlab> 1+1
ans = 2
One could then all the last returned object by simply typing:
matlab> ans
ans = 2
That is, ...
5
votes
2answers
256 views
Lightweight alternatives to Matlab in linux
I want to learn some basic things using Matlab. I'd prefer a lightweight one in Linux. Is there any alternative?
0
votes
2answers
76 views
how to force matlab to display enough numbers on the plot X and Y?
The problem is that matlab "cuts" some numbers and I do not recognize actual value. Look at the screenshot, on Y there are a lot of "0.0156" while I expect "0.01562" "0.01564" "0.01566" etc.
How to ...
0
votes
1answer
41 views
How to access MATLAB license server vis ssh?
I have MATLAB installed on my laptop which should connect to a certain host that stores license information. I used to be able to use MATLAB anywhere that I had an internet connection. Recently, I ...
1
vote
0answers
76 views
MATLAB not loading- java NoClassDefFoundError
The installation itself was giving an error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: data starting at 0 is in unknown format
but when I deselected Aeromodeling toolbox ...
0
votes
0answers
18 views
Cannot launch matlab after crash
I load some DLL I wrote into matlab through loadlibrary() function, however I made a mistake in my DLL such that it cause access violation that eventually crash matlab.
After Matlab crashed, I cannot ...
0
votes
0answers
48 views
Don't sync files during Matlab execution in Dropbox (Linux)
I'm a strong Dropbox user. I usually log in (via SSH) to my Linux machine and use Matlab on a Dropbox folder which automatically syncs everything. However, at this moment, my code generates a lot of ...
1
vote
3answers
3k views
GUI frontend for octave on Linux
I recently installed Octave on my Ubuntu 10.0.4 LTS box. Out of the box, this is a console only app. This makes the learning curve a bit steeper than what I would like it to be, and I am looking for a ...
1
vote
2answers
70 views
textmate matlab.tmbundle transpose operator
The matlab.tmbundle for textmate seems to consider a single quote ' as the beginning of a quote instead of the transpose operator. I couldn't really find a solution online and I am dubious that the ...
1
vote
2answers
1k views
How to uninstall previous version of Matlab in Mac OS X?
I successfully installed MatLab 2011a on my MacBook Pro running Mac OS X 10.6.7.
However, I also have an old installation of Matlab 2010b on the computer, how do I completely and cleanly remove it ...
2
votes
2answers
3k views
How to set remote computer to allow running Matlab through ssh and x11 forwarding
I am trying to connect to a remote computer, and run matlab with x11 forwarding (to get the display). However, it seems the remote computer is not configured to run matlab like this and forward x11, ...
1
vote
0answers
91 views
Error launching Matlab on Fedora 17
I have installed Matlab 2012a on Fedora 17, as I need it for some University Assignments I have to do. Although it was a bit tricky, I managed to install Matlab to usr/local/MATLAB/R2012a (default)...
...
0
votes
1answer
42 views
Exporting plot as vector graphics in Octave or matlab
I know I can export a plot in octave as a PNG but is it possible to export a plot as a vector graphic image?
The reason I ask is that some of the points on my plot are very close together and I would ...
1
vote
1answer
200 views
Matlab libraries in Ubuntu
I just installed matlab on my computer, seemingly successfully, but I've been trying to run a program, and I'm getting the following error:
>> reproduceResults
Warning: Directory already ...
0
votes
0answers
37 views
UAC issue with matlab on win 7
I have the following problem using matlab on Windows 7.
When I double-click a .mat file matlab starts and loads the double-clicked file. Double-Clicking further .mat files opens them also in matlab. ...
1
vote
2answers
938 views
How to set up LIBSVM Matlab interface?
I have my Matlab folder at a path, C:\Users\Cassie\Documents\matlab2010\bin. Whenever I need to run matlab, I double click the matlab application under bin folder at
...
1
vote
1answer
196 views
return borrowed MATLAB license to Flex LM server
I am using MATLAB on a Windows 7 x64 machine, and I have successfully borrowed a license from the Flex LM server using the lmutil.exe lmborrow command line utility, but I am unable to return the ...
1
vote
1answer
159 views
Play a sound or chime through ssh
I've a nice question for you all. I'm performing some numerical analysis though SSH connection with my Linux machine. Since each numerical analysis lasts for 3-4 minutes during them I'm doing some ...
5
votes
1answer
83 views
cat-ing a file to a unix pipe causes Matlab to freeze
I've created a named pipe on Debian using mkfifo pipe.in. I want to write to this pipe from Matlab.
To do this, I use the following matlab command:
unix( 'cat <myfile> > pipe.in' )
...
0
votes
0answers
393 views
How to build mym (matlab to mysql) on 64-bit Windows 7
Has anyone been able to get mym (http://sourceforge.net/projects/mym/) to build on a 64-bit Win7 machine? And if so would you mind posting or linking your steps to do so?
My particulars:
Windows 7 ...
4
votes
4answers
1k views
Matlab *.mat files associated with MS Office
When Matlab creates a binary file with extension .mat on my Windows 7 (64 bit) computer, Windows declares it in a directory as a âMicrosoft Office Access Table Shortcutâ. In spite of the fact that ...
0
votes
1answer
178 views
installing toolbox in matlab from one computer to another
I'm on a computer with multiple versions of matlab installed, not all versions share the same toolboxes. For some reason, I was able to "install" a new toolbox to one matlab version by copying the ...
0
votes
1answer
43 views
cell array of strings to matlab structure
I need to create a matlab structure as such ds=struct('name',{{'my_name_is'},{'matlab_thining_hair'}}) which stores as a 1x2 structure array with a field name. A call to ds.name generates the output:
...
1
vote
0answers
284 views
How can I find out why MATLAB crashes?
I'm using MATLAB GUI code that handles ten files, uses the image acquisition tool extensively, and also the data acquisition tool, and GPU programming.
It usually works well, but from time to time ...
0
votes
0answers
61 views
How long does Matlab sortrows function take to execute, and is there a faster alternative? [closed]
I am running a script which simply needs to sort a large matrix.
The script receives a matrix of 18 million lines which I sort using sortrows :
order = sortrows(Table, 66) ;
where Table is the 18 ...
2
votes
2answers
3k views
Why is Adobe Flash Player downloaded as a “.dmg.mdlp” file?
When I download the current Adobe flash player installer from the Adobe website using Safari 6.0.1 under OSX 10.8.2, I end up with a file named 'install_flash_player_osx.dmg.mdlp' in my downloads ...
2
votes
2answers
621 views
is it possible to install matlab on an external hdd and use it with any computer?
I'm looking for a portable solution to using matlab on any computer.I tried to install matlab on the hdd and found that it wouldn't work on other computers. What can I do to make it work? Is it even ...
2
votes
1answer
383 views
how to install a old version of gcc compiler from software manger and use it with plain “gcc” command?
I am struggling with the problem of Matlab mex compile. It needs specific old version of gcc compiler 4.4.6 . But in manager there is only 4.4 version. How could I specify it as 4.4.6? Or is it ...
9
votes
1answer
1k views
Simulink is to Matlab as _______ is to Mathematica?
What is the Mathematica equivalent of Matlab's Simulink? I want something that lets me build a discrete event simulation.
0
votes
2answers
1k views
Mount samba share without root access
I have access to a linux machine, but not root access. I can access a samba share through smbclient. I'd like to be able to mount this share so I can access it from within Matlab. Normally, if I ...
0
votes
2answers
228 views
Why Matlab in screen in Linux on PuTTY terminates itself after closing PuTTY session?
I connected to a linux server with PuTTY and start a screen session, and start matlab with:
matlab -nodesktop
Then, I run my matlab code as usual. The code will run for hours. So to test whether ...
1
vote
1answer
133 views
Keyboard shortcut to exit matlab command prompt?
I've been using the command-line matlab interface (matlab --nodesktop) a lot lately.
When I want to jump out of matlab and back to my bash shell, my instinct is to do Ctrl+D. I guess the bash and ...
0
votes
0answers
102 views
X11 not sending windows to remote computer matlab
I am trying to set up my home desktop, running OS X Mountain Lion, to basically do a bunch of grunt work for me remotely. I have set up ssh, and am able to remotely control the computer fine, but the ...
0
votes
1answer
92 views
Where is C code of Simulink stateflow model?
I designed a state-machine with evens and transitions in Simulink (Matlab). All i did was gave some timer events and made it jump from one state to other. It works perfectly fine. Now the question is ...
1
vote
1answer
122 views
Tricky Matlab remote installation on Linux server from Windows
I need to install Matlab on Linux server.
Here are the constrains:
I have only remote access to that server via SSH from machine running Windows (using putty).
There is no X server installed on ...
0
votes
2answers
505 views
Change User locale but keep all settings for English (U.S.) in Windows7
I'd like to be able to display Russian characters in MATLAB. As described here I have to change both User and System Locales to Russian. And yes, it works!
The problem is since I'm in US I don't want ...
2
votes
1answer
3k views
How to fix '605: /lib/libc.so.6' error for Matlab in Linux?
How to fix '605: /lib/libc.so.6' error for Matlab in Linux?
When I start Matlab in Linux I get a "605 error" like the following
$ matlab
/usr/local/matlabR2010a/bin/util/oscheck.sh: 605: ...
1
vote
1answer
124 views
cannot launch matlab remotely on mac from linux in the terminal
After I ssh to the mac desktop from linux Suse, I could not open matlab even without GUI. The mac desktop has mac OS 10.6. At the beginning, I thought the reason is that I did not use -X flag. ...
1
vote
4answers
7k views
0
votes
1answer
136 views
is it possible using matlab draw trading graph with deals?
In my trading software I write myself logs like that:
634782126998342815 q 0.0156327559515302
634782126998966816 q 0.0156323845819952
634782126999122816 q 0.0156323423136646
634782126999278816 q ...
0
votes
1answer
456 views
Installing Matlab 2009a in Ubuntu 11.04
I have a Matlab 2009a folder(with setup.exe) on Unbuntu 11.04. How can I install matlab on Ubuntu?
2
votes
1answer
94 views
Is there a natural math translator for matlab?
I was wondering if someone has used a tool that can write math in a natural way, like in math type or LyX and then translate it to Matlab syntax for easy function entering
PS I know it can be done in ...
0
votes
4answers
2k views
Matlab can't run on windows 7
I have installed Matlab a long time ago and now when I am trying to run couldn't do it. More deeply, I am trying Matlab as double clicking mouse on it's icon as well right click and run as ...
1
vote
0answers
285 views
Calling matlab from Unix command line
I have a Matlab script named "main_wrapper.m" in my /home/user/MATLAB directory. I want to call this script from the Unix command line. This script ends with a quit, so it's expected to quit by ...
4
votes
2answers
887 views
Vim-like input for Matlab
With a .inputrc file, I can do vim-like editing in maple. Is there a way to get vim-like line input in Matlab, either for the command-line or the GUI?
2
votes
2answers
56 views
How ease annoyances of a busy but unresponisive window?
I'm doing a lot of simulations in Matlab in Windows XP. Typically I always have one Matlab open that runs a lenghty simulation while I do my work in another instance.
There are some annoyances. If I ...
2
votes
1answer
339 views
Use matlab in makefiles etc. How to speed things up?
I use a lot of matlab to process data etc. Yet I find my workflow a bit of sluggish, so I was wondering if I could speed things up a little using makefiles.
What I would like to do is write an .m ...



