Estadística
7 Preguntas
13 Respuestas
4 Archivos
CLASIFICACIÓN
1.866
of 296.109
REPUTACIÓN
34
CONTRIBUCIONES
7 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
7
CLASIFICACIÓN
8.945 of 20.339
REPUTACIÓN
83
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
4 Archivos
DESCARGAS
13
ALL TIME DESCARGAS
622
CLASIFICACIÓN
of 155.365
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Return cursor to commandline after plotting
I just upgraded to R2024a and am using dark mode. Previously, in my R2023b release, if I used the plot function in the command l...
4 meses hace | 1 respuesta | 0
1
respuestaEnviada
LCW: Linear Colormap Widget
A simple tool for creating attractive and perceptually smooth colormaps
más de 1 año hace | 1 descarga |
Pregunta
PollableDataQueues / competing while loops
I want to establish two-way communications between a client and worker called via parfeval within parallel while loops. The clie...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Offload figure graphic computations from NVIDIA to local intel GPU
I have an application where resource-intensive computations are being performed on an NVIDIA GPU, and many figures containing st...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to parallelize many small SVD's on a GPU
I'm computing SVD's of millions of small (e.g. 5 x 10) matrices. It is surprisingly fast as a for-loop on the CPU, however I nee...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Will uicontrols eventually be fully deprecated?
In R2020a I've found gui's made using uicontrols load much faster and, in general, seem much "snappier" than guis made using uif...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestastack multiple 2D images
Matlab's volume visualization got a big boost with volshow a couple years ago, if you have the image processing toolbox. Using t...
más de 3 años hace | 0
Finding the coordinates of a points of 2D projection in 3D volume
What kind of projection are you using? Only some projections allow for direct correspondence between values in the projection an...
más de 3 años hace | 0
Enviada
VOXview
Voxelized volume visualization for 3D and 3D RGB arrays
más de 3 años hace | 6 descargas |
Enviada
Volume colorMIP
Maximum intensity projection renderings of RGB volumes using volshow
casi 4 años hace | 4 descargas |
Pregunta
Matlab default vector orientation
Initializing a vector using indices always results in a row vector, even if the indices and the RHS are column vectors, e.g: a(...
casi 4 años hace | 1 respuesta | 0
1
respuestaRemoving a portion from a single volume
The fiberous portions would probably disappear, leaving the blob as a residual if you use an erosion operator, becauses they are...
alrededor de 4 años hace | 0
Can I use different colormap settings on same 3D plot axes?
You can independently define the color value of each point in scatter3, including applying a different colormap based on some va...
alrededor de 4 años hace | 2
| aceptada
How to find the linear regression of two data sets with different times and different size?
It's not entirely clear what you are asking: are you asking how to perform a linear regression on the dataset formed by combinin...
alrededor de 4 años hace | 0
| aceptada
What is missing from MATLAB #2 - the next decade edition
The following changes to the internal volume renderer would make Matlab much more useful for volume visualization: True RGB vol...
alrededor de 4 años hace | 1
How can I rotate camera keeping the size of sphere constant?
Use: axis vis3d See Adam's comment above for a demo script; for completeness sake this same question was answered here by Xiao...
alrededor de 4 años hace | 2
| aceptada
3D data non-transparent presentation
One way to do this is to make a binary matrix that is 1 for all values greater than your threshold (zero, for example), and zero...
alrededor de 4 años hace | 0
| aceptada
How can I create a 3D Tiff image (2D stack) from a 3D matrix?
Loop over your volume using imwrite(image_page_1, filename) for n == 1 and imwrite(image_page_nLargerThan1, filename, 'WriteMode...
alrededor de 4 años hace | 0
3D image production
Hello Brittany, Volshow images are not standard axes and it does not appear that you can combine then with ordinary line or pat...
alrededor de 4 años hace | 0
Creating a 3D volume containing an edge interpolated sphere from X,Y,Z coordinates
This is my best guess as to what you are asking for (updated - misinterpreted your question... hopefully this is closer to what ...
alrededor de 4 años hace | 0
Volshow contrast or scaling the colormap
% Example volume imcube = bsxfun(@power, rand(30, 30, 100),... permute(linspace(0, 8, 100), [3, 1, 2])).*... permute(...
alrededor de 4 años hace | 2
| aceptada
linking views with volshow
I've uploaded a solution to the file exchange here: https://www.mathworks.com/matlabcentral/fileexchange/81598-vlink-linked-vie...
alrededor de 4 años hace | 0
| aceptada
Enviada
VLink: linked viewpoint manipulation for volshow
Link viewpoints of different volume images, with the option of independently modifying view settings for each volume
alrededor de 4 años hace | 2 descargas |
Pregunta
linking views with volshow
I am displaying multiple volumes in different uipanels of the same figure, and I would like to do something similar to what link...
alrededor de 4 años hace | 1 respuesta | 0