Rank: 1383 based on 54 downloads (last 30 days) and 1 file submitted
Personal Profile:
Professional Interests:
Computer Architecture, Digital Signal Processing, Systems Engineering

 

Watch this Author's files

 

Files Posted by David
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Sep 2007 CSMatIO: MAT-file I/O API for .NET 2.0 Package contains Matlab's MAT-File I/O API for .NET 2.0. Supports Matlab 5 MAT-file format. Author: David Zier api, net, io, matfile, c, mat 54 33
  • 4.0
4.0 | 9 ratings
Comments and Ratings on David's Files View all
Updated File Comment by Comments Rating
05 Jun 2013 CSMatIO: MAT-file I/O API for .NET 2.0 Package contains Matlab's MAT-File I/O API for .NET 2.0. Supports Matlab 5 MAT-file format. Author: David Zier Duc

Hi, I found a bug in the library.
File MLArray.cs, line 103.
The Flags property should be
get{ return (int)((uint)(_type & mtFLAG_TYPE) | (uint)(_attributes & 0xFFFFFF00)); }

or it will make all the numberic data written as Double.

And thank you very much for creating this awesome library.
Regards.

09 May 2013 CSMatIO: MAT-file I/O API for .NET 2.0 Package contains Matlab's MAT-File I/O API for .NET 2.0. Supports Matlab 5 MAT-file format. Author: David Zier Jen

Jayant,once you created the 3D array, then use: array.Set(value,row_ind,col_index). For example, your 3D array is m*n*3,for 1st dimension, use array.Set(value,row_ind,col_index);for 2nd dimension, use array.Set(value,row_ind,col_index+n);for 3rd dimension, use array.Set(value,row_ind,col_index+2n)

08 May 2013 CSMatIO: MAT-file I/O API for .NET 2.0 Package contains Matlab's MAT-File I/O API for .NET 2.0. Supports Matlab 5 MAT-file format. Author: David Zier Jayant

How can we save a 3 dimensional array of type MLUInt8? I am able to create the array of 3 dimensions but I am not able to figure out how to populate the data inside it.

03 May 2013 CSMatIO: MAT-file I/O API for .NET 2.0 Package contains Matlab's MAT-File I/O API for .NET 2.0. Supports Matlab 5 MAT-file format. Author: David Zier Jen

I took a look at inside of it and found the data types are little confusing. I will see what I can do, thanks for the trust. Let's solve this problem, everyone!

30 Apr 2013 CSMatIO: MAT-file I/O API for .NET 2.0 Package contains Matlab's MAT-File I/O API for .NET 2.0. Supports Matlab 5 MAT-file format. Author: David Zier Otto-Adamczak, Tobias

Hi Jen, thank you for sharing this. AFAIK David is currently not working on the code. Neither do I. But if you could make some improvements I would be glad to test your patches and update the code on sourceforge.

HTH, Tobias

Top Tags Applied by David
api, c, external interface, io, mat
Files Tagged by David
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Sep 2007 CSMatIO: MAT-file I/O API for .NET 2.0 Package contains Matlab's MAT-File I/O API for .NET 2.0. Supports Matlab 5 MAT-file format. Author: David Zier api, net, io, matfile, c, mat 54 33
  • 4.0
4.0 | 9 ratings

Contact us