Can't load library
I am getting this message when I try to activate MatLab, does anyone know why? There was an unexpected exception: Can't load library: /Applications/mathworks_downloads/R2009a_Student_Version/unix/MATLAB_R2009aSV.app//bin/maci64/libactivation.jnilib See the log file (/var/folders/9M/9MjLY5ggHIKbf35ItFmVjU+++TI/... 2 Feb 2010 15:18
using MATLAB within a bash shell script
Hi I would like to run a bash shell script which is - after some bash commands - supposed to open MATLAB once (not necessarily visible), process a MATLAB function with input arguments and then return to the bash script while keeping MATLAB open, execute some bash commands and again process the MATLAB function (not ... 2 Feb 2010 15:18
Mat file to Excel
Hi I have a big problem of importing mat file into excel. This problem is mainly due to the size of the file. It includes 1X30456930 data. Matlab even cannot read all the data. So, I decided to get the part of the data. How can I do that without opening it in the MATLAB. (I got the data from an experiment and it was ... 2 Feb 2010 15:18
Callling libmx APIs from a standalone C++ program
Hi, Is it possible to call Matlab's matrix manipulation APIs (e.g. mxArray, mxAlloc etc.) in libmx.lib library from a standalone C++ program - by defining libmx.lib as an external dependency in Visual Studio? By standalone, it is meant that Matlab is not installed on the desktop where Visual Studio is installed.... 2 Feb 2010 15:18
How to generate a random vector sum to 1
I don't know if this is possible. What I'm trying is to produce a row vector contain 6 random values presenting probability, thus the sum should be equal to 1. ... 3 Feb 2010 21:54
DMT model in Simulink
"RED" <shaggulec(a)wp.pl[NOSPAM]> wrote in message <bq3kg0$dn3$1(a)inews.gazeta.pl>... Hi! I'm looking for DMT model made in simulink. I don't know how to make this model. Does anybody have it, or know where I could find it ? THX Hi I have a graduated project about this topic.I want to talk ... 2 Feb 2010 15:17
"important" constraints in LP problem
Good day! Tell me, please, is it possible to point out "important" constraints in LP problem. In my LP programm constraints can be violated (there can be now feasible point), so I want part of them never be violated. For example, I want to solve such LP problem: F(x,y)=2*x+y-->min s.t. (1) x+y>=100 (2) 0<=x<=1... 2 Feb 2010 15:17
Load Flow by matlab
"parveen sharma" <parveensharma2004(a)gmail.com> wrote in message <fj7uik$9pi$1(a)fred.mathworks.com>... hi i am using matlab for the soltion of load flow problem ..you can contact me for the soltion of this problem which you have mentioned , i can provide this program for you . but i am having proble... 2 Feb 2010 15:17
Document Bar Row
I have a lot of documents open in the document bar. Is there a way to permit multiple rows of documents so I don't have to horizontally scroll to see them all? http://www.biosci.ohio-state.edu/ikleckne/matlab-document_bar.png Thanks, -Ian ... 2 Feb 2010 15:17
change 0 and 1
Hi all, If I have a vector a=[0 1 0 0 1]; I want change it to b=[1 0 1 1 0]; Is there a function for that in matlab? Thank you in advance, W. ... 2 Feb 2010 15:17