First  |  Prev |  Next  |  Last
Pages: 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
surflm
Hello! So, I've just discovered the surflm function. I'd been trying to write my own shadowing program for a while with naught but errors. So I got the surflm function to work just fine, in that it shows me a surface plot of the shadows created by the topography. My question is, however silly, I don't really unde... 19 Jul 2010 20:09
PLease help me with mex file
AM i compiling the files below in a wrong way ! Some body send me file which run fine on his 32 bit machine , i am running it on 64 bit machine mex potts_nfft.c potts_nfft.o: In function `nfft': potts_nfft.c:(.text+0xc9): undefined reference to `nfft_init_guru' potts_nfft.c:(.text+0x122): undefined reference... 20 Jul 2010 03:45
Specifying size of mxArray in CMEX file
In creating an array of pointers of the mxArray type, the following assignments work: const int n = 10; mxArray *myarray[n]; // legal However, the following does not work. In this case, the size of the mxArray pointer array is given by the field of a structure variable. This error is probably generi... 19 Jul 2010 20:09
Hiteczang
Hello I have a programm called Hiteczang and i would like Matlab to communicate with Hiteczang. Matlab should be able to read values from Hiteczang and vice-versa. Can someone please suggest how i can make this possible? TQ ... 20 Jul 2010 09:09
Communicating Matlab with Hiteczang
I would like to do the following with matlab i have a program called Hiteczang and i would like this program to communicate with Matlab. Matlab should be able to read values from Hiteczang and vice-versa. Could someone please give me a rough idea on how i can make this possible? TQ ... 19 Jul 2010 20:09
publish m-files to latex
I want to generate from m-files a latex code, which after I compile will generate a pdf file that is organized by sections and subsections. The problem I am having is that the matlab's "publish" command separates the code into multiple sections according to how I divide my m-file into different cells using '%% <my ... 19 Jul 2010 19:04
SSMCMA
Hi all there is some one who is pls working in SSMCMA ? Best regards !! ... 19 Jul 2010 19:04
Loading multiple data files
Hello, I have been having an issue working with multiple data files in a loop. I have several data files... input001 input002 input003 ... which I have loaded by files=dir('input*') for i=1:length(files) eval(['load ' files(i).name]); At this point (inside the loop), I want to make a vector out of colum... 20 Jul 2010 14:40
call a UNIX function from an .m file
Hi all, I'm a beginner with C programming but I have been given a few functions which are written in C and I would like to be able to call these functions from an .m file instead of running them from terminal (Mac) and then importing the data into MATLAB. Is this possible and what would the syntax be to do this? Than... 19 Jul 2010 17:57
Wrap around technique, Hexagon mapping to torus
Did you figure this out? I am interested int he answer. sana "Olw" <anders(a)kommtek.com> wrote in message <1155150900.715234.253580(a)h48g2000cwc.googlegroups.com>... Hello, Quite frequently in the analysis of cellular communications (and in several other fields) a wrap around technique is used, where ... 20 Jul 2010 14:40
First  |  Prev |  Next  |  Last
Pages: 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225