R2007a runtime problem
I created a stand alone program (.exe) with the deploy tool in Matlab R2007a. I also packaged the runtime version of matlab to it. When executing on another computer, MATLAB will install the runtime but when starting the program I get the error message "cannot find mcm???75.dll". Does the "75" at the end of the er... 6 Jul 2007 10:53
??? Index exceeds matrix dimensions.
Hi, the sample wavelet function in matlab works fine.. the same with jave builder results with errors. main_m.m function [A5,outlier]=main_m(vp) % i/p - VP is list double array % o/p - A5 is two dimensional numeric arry % o/p - outlier is boolean value sample java code.. public static void main(String[... 10 Jul 2007 10:47
DDE in Matlab
Hello! Do You know how to connect Matlab with Simatic S7 using dde link? I would like to build in Simulink model of some object (something described by transfer function) and then connect my object with PID controller in Simatic. How to configure Matlab to send data directly to controller in PLC. I will be gratef... 27 Jun 2007 06:30
HOW to get my PLP
i want to get my PLP of R2006a i tried lot on mathworks.com but i didnt find that from that so please kindly help thank you ... 25 Jun 2007 07:58
Opening and reading mat files in VC++ (2003)
Hi NG, I want to load a structure from a matlab file (*.mat) into vc++. In the best case I would have a matching structure in vc++ to access the data of the loaded matlab structure. Model.torque.ratio=[1,0.5,0.2,0.1,0], in Matlab may be vector<double> Model.torque.ratio; in VC++; Does anyone of you ... 14 Jun 2007 14:38
'Exception calling main' installer error
Hi! I have been trying to get Matlab R2007a working on my PC for what seems like AGES. Can't seem to get passed the iniial setup. I double click on the setup.exe, i get the 'Preparing installer files...please wait' bit and then the splash screen comes up...but then i get a 'Installer Error - Eception Calling Main' mess... 22 Jun 2007 12:06
why"MCR instance is not available"?
copy the *.ctf files to you $windows\system32\ I without this MCR instance is not available any more ... 3 Jun 2007 21:40
TYPE ERROR IN MATRIX ACCESS
Hi, I can't understand what's wrong getting this error: Undefined function or method '_colonobj' for input arguments of type 'double' ands attributes 'sparse col real' Complete report from shell redirected output is Name Size Bytes Class Attributes a 102714x102714 39459816 double sparse b 102714x1... 3 Jun 2007 22:42
Need to compile twice. Error with genMakefileAndBuild
I was getting this problem with Matlab 2007a : <http://www.mathworks.com/support/bugreports/details.html?rp=361994> .. I follow the instruction : I replace the genMakefileAndBuild.p (I didn't have the genMakefileAndBuild.m). I restart matlab. Try to compile once. Then I modified my file (important) and recompile se... 31 May 2007 11:06
Compile problem
Dear All, I was trying to generate a standalone executable file. After I used the following commands: mcc -m call_stand.m It went through without complaining anything. But when I tried to run it, I got: ../call_stand: error while loading shared libraries: libmwmclmcrrt.so.7.6: cannot open shared obje... 30 May 2007 16:09