kostas + matlab   16

fopen - Newsreader - MATLAB Central
"fid = fopen(x{1}) -- This will open the file whose filename is stored in the first cell of the 
cell array x."
matlab 
june 2011 by kostas
Largest positive floating-point number - MATLAB
"realmax('single') returns the largest finite floating-point number in IEEE single precision."
matlab 
june 2011 by kostas
Files and Filenames :: Programming Tips (MATLAB®)
"A valid name for a MATLAB function file is composed of a string of letters, digits, and underscores, totaling not more than namelengthmax characters and beginning with a letter."
matlab 
june 2011 by kostas
YouTube - RobertTalbertPhD's Channel
Neat MATLAB tutorials for simple things.
matlab 
march 2011 by kostas
What & how is MT?
"Mersenne Twister(MT) is a pseudorandom number generating algorithm developped by Makoto Matsumoto and Takuji Nishimura (alphabetical order) in 1996/1997. An improvement on initialization was given on 2002 Jan."
matlab  t2 
september 2010 by kostas
Interactive display - MATLAB • chartfts
"chartfts(tsobj) produces a figure window that contains one or more plots. You can use the mouse to observe the data at a particular time point of the plot."
matlab 
june 2010 by kostas
MATLAB utilities - Time and date utilities
Just saving it in case it comes handy sometime.
matlab 
june 2010 by kostas
Strings, Cells, Structs, Containers, and Sets
"In this section, we examine strings and string operations as well as two very important Matlab data structures: cell arrays, and structs."
matlab 
june 2010 by kostas
MATLAB Tips and Tricks: Saving data using string filenames in MATLAB
"It is an easy matter to save data as a mat(MATLAB binary) file or an ASCII file so long as you know the filename beforehand. [...] However if you want to dynamically generate your filename, things get a little tricky since MATLAB's documentation is sparse about this."
matlab  ee:es 
january 2010 by kostas

related tags

ee:es  matlab  t2 

Copy this bookmark:



description:


tags: