Page 2 of 2

Posted: 2006-08-25, 11:25 UTC
by caypiranha
...what problems peoples have... LOL.. when you hav´nt tried any pluggs from him - simply leave this poll.. hrhr.. "none of them" is absolutly not important!
:P

Posted: 2006-11-02, 21:10 UTC
by MPS
sorry mate, none in my case:)

Posted: 2006-12-17, 10:14 UTC
by Dinosaur
None of them.

Posted: 2006-12-21, 07:55 UTC
by tbeu
I wont consider this as a representative poll. :)

Posted: 2008-03-18, 12:55 UTC
by dkyriakis
None of the above.
Yes, I tried them all (except sudoku), and I don't use them.

I think that you are however on the right track:

"MATLAB® MAT-file Viewer" would be great if it would work without Matlab installation: some use Octave, Scilab or FreeMat or other alternatives with MAT-files.

Posted: 2008-03-18, 13:10 UTC
by tbeu
dkyriakis wrote:"MATLAB® MAT-file Viewer" would be great if it would work without Matlab installation: some use Octave, Scilab or FreeMat or other alternatives with MAT-files.
It does work without MATLAB installation. Its all in the readme file. It is enough if you download the required MATLAB and Unicode libs which are provided by the plugin installer. The FreeMat interface to MATLAB MAT-files use the free MAT File I/O lib by Christopher Hilbert and was developed by me. This lib does not support the latest HDF5-based MAT-files and also lacks some other compatibilities. So I stick with the official libs of The MathWorks.

kotlomoy's TC 7.02a pack for USB-device

Posted: 2008-03-18, 13:30 UTC
by kotlomoy
Currently constructing my own TC pack and included Autodesk 3ds Max Preview 1.1.2.0 as candidate. But actuallly not used it, cause construction is still in progress

Posted: 2008-03-18, 13:47 UTC
by dkyriakis
tbeu wrote:
dkyriakis wrote:"MATLAB® MAT-file Viewer" would be great if it would work without Matlab installation: some use Octave, Scilab or FreeMat or other alternatives with MAT-files.
It does work without MATLAB installation. Its all in the readme file. It is enough if you download the required MATLAB and Unicode libs which are provided by the plugin installer. The FreeMat interface to MATLAB MAT-files use the free MAT File I/O lib by Christopher Hilbert and was developed by me. This lib does not support the latest HDF5-based MAT-files and also lacks some other compatibilities. So I stick with the official libs of The MathWorks.
1. Would you consider updating the lib to have full support (so that it works 100% without matlab?
2. Any plans to support other Matlab related file types?
3. Is there any LaTeX viewer for TC (especially for math formulas)? I couldn't find one.

Thank you very much.

Posted: 2008-03-18, 14:02 UTC
by tbeu
dkyriakis wrote:1. Would you consider updating the lib to have full support (so that it works 100% without matlab?
Sorry, I am not going to do this.
dkyriakis wrote:2. Any plans to support other Matlab related file types?
Which types do you think of?

Posted: 2008-03-18, 14:31 UTC
by dkyriakis
tbeu wrote:
dkyriakis wrote:1. Would you consider updating the lib to have full support (so that it works 100% without matlab?
Sorry, I am not going to do this.
That's pitty cause if it's not working 100% without Matlab it's not that useful.
tbeu wrote:
dkyriakis wrote:2. Any plans to support other Matlab related file types?
Which types do you think of?
Everything you can (or wish) :).
e.g. pcode, mex, fig, csv, fits, etc.

Also since the .MAT format is used by other projects as well (mostly open source that I mentioned above, but others too), you could announce your plug-in there too since in many cases it's just practical to have a short preview instad of opening a big and slow environment.

Posted: 2008-03-18, 14:37 UTC
by tbeu
dkyriakis wrote:Everything you can (or wish) :).
e.g. pcode, mex, fig, csv, fits, etc.
pcode is encrypted and pre-compiled m-code and only The MathWorks knows how to decrypt. mex is same as dll on Win32 platform. fig is the same as mat and can be opend by the plugin. csv is plain text. I never heard of fits.

Posted: 2008-03-18, 14:53 UTC
by dkyriakis
tbeu wrote:
dkyriakis wrote:Everything you can (or wish) :).
e.g. pcode, mex, fig, csv, fits, etc.
pcode is encrypted and pre-compiled m-code and only The MathWorks knows how to decrypt.
Well at least it would be interesting if the plug-in would "allow" to to specify external tool that would "try" the decryption (I guess this could be general, for more file formats).
tbeu wrote: mex is same as dll on Win32 platform.
Sure, but I mean from a Matlab perspective, i.e. what's interesting for them - for Win32 dlls there are viewers to that show a nice tree view (not a byte stream).
tbeu wrote: fig is the same as mat and can be opend by the plugin.
I think fig should be viewed as a figure :). by specifying an external tool that does the work and just displays the image result.
tbeu wrote: csv is plain text.
Sure, but not nicely formated (e.g. in a table with data types icons :) ).

Also I think the matlab CSV has some limitations, so from the matlab perspective the display should different when they're hit.
tbeu wrote: I never heard of fits.
FITS is a NASA format and stands for Flexible Image Transport System data.
I can't post you a link here(this forum is not allowing me yet) but you can search in the online matlat docs for "fitsread" or after "fits" on the nasa.gov page.

Posted: 2008-03-18, 15:10 UTC
by tbeu
The only fig viewer I know is mfigv which is no longer maintained and uses the MATLAB Component Runtime (MCR), too.

There is no chance to decrypt pcode. This would be hacking.