Recover Corrupt MAT File043 (2/12/2004 10:47:11 PM) I am looking for a tool to recover a corrupt MAT file. I stupidly saved over a MAT file with additions to my database, then went to clear the workspace before the file was done saving apparently. Matlab subseq... orzewalla(4)
2D Plots Multiple Axes, Autoscaling329 (2/12/2004 4:58:23 PM) As described on page 8-16 of the Matlab Graphics Manual, Version 6, I am trying to use the left and right Y axes for two differnetly scaled plots. All goes well with the first pair, but if I turn hold on and tr... peter.cuneo(2)
Control System Toolbox130 (2/12/2004 5:24:00 PM) Hi, i really need help on matlab compiler. I want to build a stand alone application that use a transfer function. If i try to compile the m-file I always get this error reports: "The MATLAB Compiler does not c... jalliku(2)
simulink text240 (2/12/2004 9:22:27 PM) Hi, I think I might have a very specific problem with simulink. What I'm trying to do is create a system that would read text-based m-files. The output would be a compilation of all the text files or just one o... eugenekhaskin(2)
adding figure title gives compilation error040 (2/12/2004 9:35:17 PM) I can suucessfully compile standalone Unix apps from m-files that plot figures. However, if I try to add a title or xlabel to the figure, the compilation fails with the following error. Any ideas? Thanks, Tom ... tom_scarvie(1)
multiple output assignment238 (2/11/2004 11:22:18 PM) is this possible in matlab [Xc, Yc, L1, L2, Xa, Ya, Xb, Yb, Xe, Ye, Xf, Yf] = Msetup where Msetup is a 1 by 12 matrix ... ziax(29)
imagesc refresh339 (2/12/2004 6:32:32 AM) Hi, I have a imagesc( image ) command in a loop, however it doesn't update on each iteration. Is there a MATLAB command to force a screen refresh? Thanks ... spasmous287(372)
view image stored in *.dat file170 (2/12/2004 5:43:55 AM) Hi, I have some images stored in a .dat file. How do I go about viewing the images extracted from this file? I had tried imagesc and imshow but both commands had generated some unviewable 'images'. Can anyone h... lexxmexx(8)
Why Mex when you can DLL?631 (2/11/2004 7:34:47 PM) All of my C & C++ code is MEXed. I'm thinking about making my next generation using the new Generic DLL feature. I'm using a PC with Windows 2000. Anyone care to share their hard earned experience? ... michael.robbins(726)
Simulink S-Functions help041 (2/12/2004 8:54:35 PM) Hi, I was looking for an easy way to cluster blocks in Simulink, for instance, I would like to cluster up two transfer function blocks (that act as filter the input signal), and be able to customize the input... balajikamakoti(1)