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
Great post! I'll subscribe right now wth my feedreader software!
15 June 09 at 11:59
I have been looking looking around for this kind of information. Will you post some more in future? I'll be ...
16 June 09 at 13:07

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
himanshu
hey how t convert a model created in simulink to .exe file??
12 June 10 at 15:09
himanshu
reply asap...pls
12 June 10 at 15:09

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
j'aimeré bien rejoindre votre groups
4 January 10 at 17:31