Real Time Workshop build error 1070
I’m trying to build a model using Real Time Workshop, but each time I try to build, the following error message pops up: Error building Real-Time Workshop target for block diagram 'test_model'. MATLAB error message: Error using ==> genMakefileAndBuild at 1070 Error(s) en... 17 Mar 2010 13:37
maximize
Hi, I'm looking to have my GUI load maximized, but I'm having a few problems. 1) When I use any of the suggestions I've seen on here so far, it cuts off the bottom of my screen or positions itself so that there it about a centemeter of space around the right and top of the page (it doesn't REALLY maximize it eithe... 17 Mar 2010 17:23
mcc and dotnet dll
Hi I am trying to work out if there is an mcc command line option to specify that ALL .m files in one or more directories are to be compiled into a dotnet library. At the moment I have to name them all as below: mcc -I "..\Utils" -I "..\Charts" -I "..\Classes" -I "..\Statistics" -I "..\Helper functions" -W "... 17 Mar 2010 12:28
set(h,colormap,Cmap) automatically changes previous figures colormaps
If I change the colormap of a figure it somehow automatically changes the colormap of previous figures as well (see code below), which is weird and very annoying. figure(1) bar(x,y,'stack') figure(2) bar(x2,y2,'stack') set(2,'Colormap', newCmap) In this case, figure 1's colormap changes automatically when ... 17 Mar 2010 12:28
How to suppress plot window?
I wrote an M-file to create a series of plots from a big data set, and to save each plot as a jpg with a unique file name. So far, so good. Now that it is working, I'd like to suppress the plot windows in Matlab. I don't need to see them, and there are rather a lot of them ... and I have to close them all manually. I'd... 17 Mar 2010 15:56
Complicated vector operation!
This one might be a little tricky, but I hope someone is able to figure it out! Suppose I have a horizontal vector, A. For example: A = [2 3 5 5 1 4] Suppose also that I have two vertical vectors, START and END. For example: START = [1 3 4 6] END = [2 5 5 6] Now I wish to create a vertical vector, whi... 18 Mar 2010 14:19
Simulink Viewer Signal Selection Parameterization
Hi all, I currently have a rather large, rather advanced, real-time DAQ model in simulink, which I control completely using a GUI that I designed in GUIDE. I have around 60 specific signals that I would like to view in real time using multiple simulink viewers, however, despite all efforts to optimize parameters li... 17 Mar 2010 11:20
Movie Player - Command-Line
Hello Everybody; Is there a way to run the movie player from the command-line? Thanks. Gamini ... 17 Mar 2010 11:20
3D polyfit
I got a series of 3D data taken on a surface.Among these data, there are 3 curves which need to be found using regression modeling.I can ideal assume 1 of the plane is for example x=0 then apply in 2D polyfit.But how to do it in 3D polyfit, if all xyz values are present.Thanks for help ... 17 Mar 2010 11:20
Need help with functions
I am trying to use the uiimport function to import 2 files. As I am importing the first file, it faults out saying that it cannot open Import wizard while it is open. Is there anyway to read the status of the uiimport function and determined when it is finished so that I can open another one? Or maybe there is another ... 17 Mar 2010 11:20