First  |  Prev |  Next  |  Last
Pages: 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486
builddocsearchdb question
"Christopher Kollett" <ckollett(a)mathworks.com> wrote in message <fjrgvh$b7k$1(a)fred.mathworks.com>... Olaf <noreplay(a)inder.net> wrote in message <fjrfhq$2jd$1(a)fuerst.cs.uni-magdeburg.de>... Hi, what does the warning mean: p=pwd p = D:\work\matlab\toolbox\my_tb\do... 15 Jun 2010 10:54
Matlab code for PEM
Hello everybody, I am working on the numerical solution of the wave equation using the parabolic equation method and Fast Fourier Transform (FFT) in matlab. If any one has got the code for this program or can help me in getting started with the code, I will welcome. ... 15 Jun 2010 10:54
Matlab controls excel
Hello, I fond some information on how Matlab controls excel. for filling cells I found this % Put a MATLAB array into Excel A = [1 2; 3 4]; ActivesheetRange = get(Activesheet,'Range','A1:B2'); set(ActivesheetRange, 'Value', A); I was wondering if the cells command could be used like this A = [1 2; 3 ... 15 Jun 2010 10:54
Existing Matlab Code
Hello Friends, I have a MatLAB code, that is bit large. I want to dig in to that code and extract the idea of the implementation for further implementation. Is there any useful tool for this work. If so, Could you please give me the guidelines Thanks, Best Regards, Paheerathan ... 15 Jun 2010 14:16
simple dot plot
I have just started an applied statistics course and I need to do a simple dot plot on discrete data. I can find the histogram plots and many other plots but not a simple dot plot. Is there a matlab function that can do this? ... 16 Jun 2010 11:02
help with the code
Hi I am having difficulties with smoothing a curve ,, heres my code M =[]; for Num=1:31 load('Dnew22.rgb') LineNum = Dnew22(Num,1:end) ; %LineNum = LineNum(Num, 1:end) ; [r,c] = size(LineNum); LineNumt = LineNum' ; LineNumcorr = reshape(LineNum,6,90); LineNumcut = LineNumcorr(1:3... 15 Jun 2010 10:54
Rename File
I have an old file........old_file.dat from which I create a new file...............new_file.dat I now have to delete the old_file.dat(which is easy)........but have to rename the new one as old_file.dat...................or any other name....... Problem is : The process cannot rename the file as it is being used... 16 Jun 2010 09:55
.xls to .kcl
This is regarding sigTOOL. How do you import data in the form of .mat or .xls into sigtool (.kcl)? Thank you ... 15 Jun 2010 09:47
Problem of compiling mex-file.
Hi All, I have a problem and need to ask for your help. I need to know how the function imreconstructionmex works. I choose to read the code of imreconstructionmex.cpp while debugging the code. So the first thing is to use the mex command to compile the file to obtain the imreconstructmex.pdb file with debuggi... 15 Jun 2010 09:47
Cross product of three vectors
Hi, In electromagnetics, there is a cross product of three vectors that I do not know what that means. (there is no bracket involved) AxBxC=??? is it equal to Ax(BxC) or there is a definition for that? Thanks, Hane ... 15 Jun 2010 10:54
First  |  Prev |  Next  |  Last
Pages: 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486