Flight gear Simulink
I am using Simulink interfaced with Flight Gear and the Aerospace blockset. Is it possible to have simulink recieve data from Flight gear. Is there away instead of haing the Send net_fdm Packet to FlightGear send data to flight gear, have it recieve data from flight gear? ... 4 Oct 2006 02:06
Building COM objects
hello everyone............ i am working on a project and need to integrate my matlab function files (MATLAB 7) with the Microsoft Visual Studio 2005. so i read about the COM approach to do so. so i decided build a COM library out of my *.m files which contained my functions. i used the GUI of comtool to do so. whe... 2 Oct 2006 18:24
memmapfile
I'm using memmap file to map a large binary file i'm trying to read. This works fine the first time i run the function, however on all subsequent attempts i get the error: ??? Cannot map file "C:\Documents and Settings\doigkm\Desktop\Logfiles\tLog2.log": Not enough storage is available to process this command. ... 28 Sep 2006 05:29
Reading flat file with unknown columns
Hi, I have a set of large flat files that I'd like to read in one after the other in a loop. I'm looking for specific columns of data from each file. However the number of columns varies from file to file (and there are lots of them and so it's very timeconsuming to specify the format for each file). Is there a ... 28 Sep 2006 14:33
SuSE 10.1, Matlab R2006b, Samba-printing No PrintUI
Hello, I have here a openSuSE 10.1 workstation with kerberos Samba printing on a windows server. I'm referring to Matlab R2006b. When I click file, print I get this strange error-box saying: "There are no properly configured printers on the system" CUPS is configured like this: # Printer configuration f... 21 Sep 2006 03:33
Interfacing Matlab in C-Code
The source code is very simple but causes a linker error... ********************************************************* #include <stdio.h> #include <stdlib.h> #include <engine.h> int main(void) { Engine *ep; ep=engOpen(NULL); engClose(ep); system("PAUSE"); return; } **************************... 19 Sep 2006 07:26
#include <engine.h>
The source code is very simple but causes a linker error... ********************************************************* #include <stdio.h> #include <stdlib.h> #include <engine.h> int main(void) { Engine *ep; ep=engOpen(NULL); engClose(ep); system("PAUSE"); return; } ***************************... 20 Sep 2006 06:34
QAM matlab code
Hi, I need QAM(8,16,64,256) Matlab code, If anybody have plz send it to me @ venki.nitrkl(a)gmail.com with advance thnx, VENKI... ... 18 Sep 2006 05:42
mcc compiler problem
hi, i'm trying to compile some code and got the following error: /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libstdc++.so: undefined reference to `_Unwind_GetIPInfo(a)GCC_4.2.0' /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libstdc++.so: undefined reference to `_Unwind_Resume_or_Rethrow(a)GCC_3.3' collect2: ld returned 1 e... 17 Sep 2006 19:42
Problem having acces to libpointer value
Hello everyone, I NEED HELP. I'm getting crazy by trying to get access to the value of libpointer return by a dll function from library furnished by the manufacturer of USB2000 spectrometer (by Oceans OPtics Incs). Here is my program: if ~libisloaded('ooidrv32','OOIDrv32') loadlibrary('OOIDrv32'); end ... 15 Sep 2006 16:24