Rank: 1250 based on 52 downloads (last 30 days) and 5 files submitted
photo

Tim

E-mail
Company/University
Imperial College

Personal Profile:
Professional Interests:
imaging, ultrasound, linear algebra

 

Watch this Author's files

 

Files Posted by Tim View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Dec 2010 Serialize/Deserialize Encode and decode almost any matlab variable into a sequence of bytes. Author: Tim data, serialize, save, encode, matfile, network 10 6
  • 4.25
4.2 | 4 ratings
23 Apr 2010 C++ class to write HDF5 .mat files. This is a small C++ class that lets you write matrices, vectors and values to a .mat file. Author: Tim hdf5, mat, save, c, format, write 11 0
11 Feb 2010 1D Fourier shift Shift 1D signals using the Fourier shift theorem. Author: Tim signal processing, fourier, shift, interpolation, rotate, delay 4 0
  • 5.0
5.0 | 1 rating
11 Feb 2010 2D Fourier shift Cyclically shift a 2D matrix or image using the Fourier shift theorem. Author: Tim image, shift, fourier, rotate, sinc, 2d 8 2
  • 5.0
5.0 | 5 ratings
24 Mar 2009 WriteToVTK Write 3D matrices to VTK files viewable with Paraview. Author: Tim vtk, paraview, visualisation, export, save, 3d 19 1
  • 5.0
5.0 | 1 rating
Comments and Ratings by Tim View all
Updated File Comments Rating
31 Oct 2011 Serialize/Deserialize Encode and decode almost any matlab variable into a sequence of bytes. Author: Tim

Hakon: You mean so you can send entire functions? That would be difficult, but check out func2str() and functions().

23 Feb 2011 Use C++ "new" and "delete" in MATLAB MEX files This code modífies "new" and "delete" to register all allocated memory with the memory manager. Author: Petter

I think you're missing some: return ptr;

16 Dec 2010 Trans Camera View This .m function transforms camera captured image to planner plane using perspective transformation. Author: Nobuhito Mori

The .m files are 0-byte files.

24 Nov 2009 LeCroy Oscilloscopes - MATLAB Instrument Driver MATLAB instrument driver for LeCroy oscilloscopes such as SDA, WaveMaster, WavePro, and WaveRunner Author: The Instrument Control Team

Works most of the time, but theres *no* documentation, and I get a lot of random timeouts and errors. And there are a *lot* of different errors. I've seen at least the following:

"non-existent field 'wd'"
"no appriopriate method property of field supportOutput for class"
Something about string formatting (wtf?)
Something about the header not being 8 bytes long.
Generic timeouts - didn't receive any data. This also happens when connecting a lot.

In all cases the solution is to disconnect and try again. Buggy doesn't begin to describe it...

Comments and Ratings on Tim's Files View all
Updated File Comment by Comments Rating
04 Jan 2012 Serialize/Deserialize Encode and decode almost any matlab variable into a sequence of bytes. Author: Tim Brodersen, Kay H.

Tim, this is a great tool. In order to support boolean variables, you could add the following two lines before line 59 in serialize.m (version 16/12/210):

elseif islogical(v)
    m = [m; double(v)];

29 Dec 2011 2D Fourier shift Cyclically shift a 2D matrix or image using the Fourier shift theorem. Author: Tim Martinez, Javi
10 Dec 2011 2D Fourier shift Cyclically shift a 2D matrix or image using the Fourier shift theorem. Author: Tim Chad
10 Dec 2011 2D Fourier shift Cyclically shift a 2D matrix or image using the Fourier shift theorem. Author: Tim Chad
31 Oct 2011 Serialize/Deserialize Encode and decode almost any matlab variable into a sequence of bytes. Author: Tim Tim

Hakon: You mean so you can send entire functions? That would be difficult, but check out func2str() and functions().

Top Tags Applied by Tim
export, save, data, fourier, rotate
Files Tagged by Tim View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Dec 2010 Serialize/Deserialize Encode and decode almost any matlab variable into a sequence of bytes. Author: Tim data, serialize, save, encode, matfile, network 10 6
  • 4.25
4.2 | 4 ratings
23 Apr 2010 C++ class to write HDF5 .mat files. This is a small C++ class that lets you write matrices, vectors and values to a .mat file. Author: Tim hdf5, mat, save, c, format, write 11 0
11 Feb 2010 1D Fourier shift Shift 1D signals using the Fourier shift theorem. Author: Tim signal processing, fourier, shift, interpolation, rotate, delay 4 0
  • 5.0
5.0 | 1 rating
11 Feb 2010 2D Fourier shift Cyclically shift a 2D matrix or image using the Fourier shift theorem. Author: Tim image, shift, fourier, rotate, sinc, 2d 8 2
  • 5.0
5.0 | 5 ratings
24 Mar 2009 WriteToVTK Write 3D matrices to VTK files viewable with Paraview. Author: Tim vtk, paraview, visualisation, export, save, 3d 19 1
  • 5.0
5.0 | 1 rating

Contact us at files@mathworks.com