Archive for the 'Matlab' Category

An Introduction to Matlab

Matlab is an interactive system for doing numerical computations. A numerical analyst called Cleve Moler wrote the first version of Matlab in the 1970s. It has since evolved into a successful commercial software package. maths.dundee.ac.uk

VN:F [1.2.3_620]please wait…Rating: 0.0/10 (0 votes cast)

1 July 2009 at 21:07 - Comments

How to use the MATLAB FFT2-routines

by: Harald E. Krogstad, NTNU, 2004 This short note describes how the MATLAB functions for two-dimensional Fast Fourier transforms may be used for Öltering and signal processing. The MATLAB reference is rather sketchy and does not provide much help for the inexperienced user. We shall, however, assume that the reader knows the elementary properties of the Fourier transform. how to use [...]

21 May 2009 at 18:09 - Comments
RedMoul at 05:10 on 28 May 2009
I so understand, in last paragraph just whole salt and is stated
FredJoul at 13:57 on 28 May 2009
Has Read several times, but don't care nothing have not understood.

How to convert Matlab .m files to .exe files

How to convert Matlab .m files to .exe files This done by the following command >>mcc also used to convert Matlab .m to C/C++ files. The advantages of this command is to exploit the extraordinary capabilities of the Matlab in programming to deal with many applications outside the program. Also used to generate these files Visual Basic Microsoft Excel Generate a Function Library Generate [...]

2 May 2009 at 00:04 - Comments
Jinny at 01:48 on 3 May 2009
Hi there, Not sure that this is true:), but thanks for a post. Thank you Jinny
Ahmed Eldeep at 22:22 on 3 May 2009
yes, true try this >> help mcc MCC Invoke MATLAB to C/C++ Compiler (Version 4.7). MCC [-options] fun ...

global variables

In Matlab when executing any program For example: >>x=sin (y) x is a variable saved in the workspace  for the current program ,but is we want to use it at any other program we should define it as a global variable with this command. >>global x In case of this variable is not in the workspace Matlab will create [...]

25 May 2008 at 03:11 - Comments
khaled at 17:31 on 4 January 2010
j'aimeré bien rejoindre votre groups