matlab-figure
Set pixels on screen efficiently
I am using WindowAPI (http://www.mathworks.com/matlabcentral/fileexchange/31437) to show a black full screen in matlab.[详细]
2023-04-06 06:00 分类:问答Matlab - how to draw pixels on a black full screen?
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[详细]
2023-04-06 02:30 分类:问答operation of the "image" and "pcolor" function in matlab for visualizing matrices
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[详细]
2023-04-05 03:05 分类:问答Command for cutting matlab plot from the middle
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[详细]
2023-03-27 07:55 分类:问答Have Matlab figures docked by default
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\".[详细]
2023-03-25 12:12 分类:问答Matlab - plot window arrangement
Is there a possibility of building a plot window with 8 plot figures disposed in the following manner?[详细]
2023-03-24 04:44 分类:问答How do I generate a 3d plot from an adjacency matrix using force directed algorithm
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[详细]
2023-03-19 11:14 分类:问答How to export non-blurry eps images?
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[详细]
2023-03-18 05:54 分类:问答Relocating ".fig" files when creating a GUI using Matlab GUIDE
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[详细]
2023-03-17 03:57 分类:问答Image overlay with matrix
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[详细]
2023-03-16 12:01 分类:问答