First
|
Prev |
Next
|
Last
Pages: 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550
Matlab Compiler Hi, I am stuck on this: I want a .exe from my .m but I get the error below. I think the problem is in the path name including the space, however I am not able to solve it. Any hint appreciated, thanks Raffaele mcc -m filename.m LINK : fatal error LNK1181: cannot open input file 'user32.lib' ... 20 Sep 2007 06:45
Could not create movie frame See: http://www.mathworks.com/support/bugreports/details.html?rp=319426 It's a wonder to me that this hasn't been fixed. I could make movies easily on a mac but now, forced to use Windows XP, making a simple animation of a 3d rotating surface plot won't work because of this problem. "J.Meyer" <j.meyer33@g... 19 Sep 2007 10:20
Reading C code in matlab... mex file? Hi, I have a lot of .c files that I would like to access directly from the matlab workspace. From what I have been reading, it seems that a mex file creates the matlab executable to do this. Do I have to put specific commands in my existing c-code or should I be able to simply run "mex c_filename.c" and it ... 17 Sep 2007 20:16
Prediction by using kpredict from nnsysid20 I tried to do prediction according to the data in data.txt using the kprediction from I tried to do prediction according to the data in data.txt using the kprediction from your toolbox. The code I used is : *******************************************************************************************************... 8 Sep 2007 17:18
Time Difference I was wondering if anyone can help me with this Have a huge vector of serial date time and i wish to compute the difference between each element of the vector with the next element. Basically the pseudo command is something like this find(diff(serial_Time_vector)>1800 seconds) I wish to find the index nu... 11 Sep 2007 07:30
MVNCDF PDF Hi, I really hope that somebody could show me how to compute this with matlab (6.5). I need it as a part of a thesis. Thank you for all answers in advance! (Integralf Integral f(x,y)dxdy) + (Integral Integral f(x,y) dxdy) Or would it be easier to compute it with another program? ... 22 Aug 2007 10:02
Standalone dll not found at startup I have generated a standalone-version from my program by using mcc. The standalone.exe still works fine but at the beginning I get the error: mllapack.dll - the specified procedure could not be found. I have installed the MCR correctly, the program works but everytimei get the message with the error. ... 21 Aug 2007 09:17
mexglx to mexw32 Hi, I am stuck with this problem: I am using Matlab under Windows.I have recently received some crucial files from my colleague who is using Linux. In one of my routines file checkinput.m calls checkinput_mex The only checkinput_mex I have in the received directory has an extension: .mexglx and i am getting ... 20 Aug 2007 15:17
MATLAB compiler on MAC, path problems? I'm using the new r2007a release of MATLAB on a Mac G5. I'm thinking I'm having a path issue or some sort. When I try to run their magicsquare example (no error messages during compilation) I get this error message: dyld: Library not loaded: libmwmclmcrrt.dylib.7.6 Referenced from: /local/marc/magicexample... 16 Aug 2007 13:04
implementing rayleighchan in OFDM Hi everbody, I am doing my M.SC thesis on the topic "ICI cancellation in OFDM". I have very limited time, if you can help me I will be grateful to you.... I can implement the OFDM structure in AWGN channel, it works very well.. But when i try to implement the system in a "rayleighchan", I obtain very bad B... 12 Aug 2007 07:08 |