I am using WindowAPI (http://www.mathworks.com/matlabcentral/fileexchange/31437) to show a black full screen in matlab.
I want matlab to show me a full screen, all black, and to be able to set pixels on it. 开发者_StackOverflowIs it even possible?You can\'t totally do that using pure MATLAB code. On Windows, I tried d
I have matrices which I wish to visualize to get a feel for the values they contain. But the function image which I use by default gives a poor result. I have to scale the matrix manually with an appr
I am trying to plot a dataset and want to see a small portion of the plot in the display. The开发者_如何学运维 problem is that the dataset is huge and when I am running the algorithm on the whole data
In Matlab, it is possible to have figure windows docked in the main window.If there are several figures, each 开发者_运维百科of them appears in a different \"tab\".
Is there a possibility of building a plot window with 8 plot figures disposed in the following manner?
I have created a code 开发者_开发知识库that accepts an adjacency matrix as input from a user and create a 3d scatter plot of the matrix. I want to assign a repulsive force between unconnected nodes an
I\'m exporting an image in Matlab using the eps format, but it smooths the image. Matlab does not blur the image using other formats such as png. I would like to know how to export a non-blurry image
I\'ve developed a GUI for some build scripts, and am now in the process of deploying it. As the script will be deployed to a number of different machines at various points, I need to use the standard
I have an image (png) that I want to put underneath a heatmap(so to speak) made from a and a 2D matrix of values 0-1. So the intensity of the spot would be decided by how large the value in the matrix