
Alberto Acri
Statistics
26 Questions
0 Answers
RANK
178 449
of 257 919
REPUTATION
0
CONTRIBUTIONS
26 Questions
0 Answers
ANSWER ACCEPTANCE
42.31%
VOTES RECEIVED
0
RANK
of 17 770
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110 130
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Plotting a histogram (setting the color) with a fit distribution
Hi, I have the histogram on the left. However, by applying the histfit() command I get the figure on the right. I would like...
16 jours ago | 1 answer | 0
1
answerQuestion
Color each boxplot differently
I found an example that allows you to color with random colors. However, I want to color the inside of each boxplot with a certa...
25 jours ago | 1 answer | 0
1
answerQuestion
Insert two boxplots into one graph
Hi, I would like to insert the two boxplots into one graph. How can I do this? Here is the example code I use: % first set Q0...
27 jours ago | 1 answer | 0
1
answerQuestion
Plot only a part of the histogram
I used "histogram(values)" to display the histogram, but: How can I display only the box in red? Is there also a way to stretc...
28 jours ago | 1 answer | 0
1
answerQuestion
superimposition of two similar 3D files without deformations
Hi everyone!!! I'm looking for a good ready-made code that allows to perform ICP (Iterative Closest Point) giving as input two...
environ un mois ago | 1 answer | 0
1
answerQuestion
creation of a histogram with RGB values (in .txt file)
I would like to obtain the histogram in the figure below with the RGB values present in the .txt file. In the .txt file.: The...
environ un mois ago | 1 answer | 0
1
answerQuestion
view all slides of the DICOM file in a single image
Hi there! Is there a possibility to view all DICOM files present in a folder? I imported them using this code: dicomlist = dir...
environ 2 mois ago | 1 answer | 0
1
answerQuestion
How do I change image background to black?
Hello! Is there a code that substitutes the image background with a black background? I brought a picture as an example!
environ 2 mois ago | 1 answer | 0
1
answerQuestion
errorbar with mean and standard deviation
Hello, everyone. I have two input data (mean and standard deviation). I would like to create a graph similar to this one: I h...
2 mois ago | 1 answer | 0
1
answerQuestion
How to change the appearance of the boxplot with a whiskers?
Hello everyone. I have the following code: A = [1.128 0.701 0.562 0.469 0.836 0.644 0.510 0.535 0.528 0.585]'; B = [0.630 0.63...
2 mois ago | 1 answer | 0
1
answerQuestion
medical image processing - DICOMDIR file
Hi all, I would like to visualize the structure of DICOMDIR files on Matlab. I started in the following way: I = images.dicom.p...
2 mois ago | 0 answers | 0
0
answersQuestion
medical image processing - Import and Segment DICOM (CT) files
Does anyone know of good codes to import DICOM files (from CT) and to segment the bone present within the DICOM file?
2 mois ago | 1 answer | 0
1
answerQuestion
How to only show part of a plot
I would like to display only a portion of the 3D figure in the plot. Is there a code to do this?
environ un an ago | 1 answer | 0
1
answerQuestion
color the surface of each triangle considering the RGB value
Hi! I would like to color the surface of each triangle considering the RGB value applied to each node. Is it possible? ANALYSI...
plus d'un an ago | 1 answer | 0
1
answerQuestion
create a video or gif using .PNG file
I want to create a video or gif using 10 .PNG files keeping the image size and being able to change the time between one image a...
plus d'un an ago | 1 answer | 0
1
answerQuestion
variance explained & pca
Hi! I want to report in a graph the variances explained as a function of PCs as shown in the graph. I have used the function "pa...
plus d'un an ago | 1 answer | 0
1
answerQuestion
create a mesh from the "scatter3" command
Is it possible to create a mesh from the "scatter3" command (and keep the colors on the mesh) ?
plus d'un an ago | 1 answer | 0
1
answerQuestion
create a gif or video using this sequence of figures
I want to create a gif or video using this sequence of figures: plot of figure 1 pause(0.8); hold on; plot of figure 2; pau...
plus d'un an ago | 1 answer | 0
1
answerQuestion
animation of figures in sequence
Hi! Let me explain the problem. I have several figures inserted into a single graph using "hold on" and "hold off" and I displ...
plus d'un an ago | 1 answer | 0
1
answerQuestion
change color single bars in pareto matlab
Hi! I want to set a color to each bar. How can I do that? I am using the pareto command. https://it.mathworks.com/help/matlab/r...
plus d'un an ago | 1 answer | 0
1
answerQuestion
colored mesh after scatter3 command
I have the following script where with the command "scatter3" I obtain a figure present in "object_analysis.txt" where in corres...
plus d'un an ago | 1 answer | 0
1
answerQuestion
represent the principal components on a graph
Hi everyone, I need to create a graph that can report the principal components.
plus d'un an ago | 1 answer | 0
1
answerQuestion
infinite plane passing through four points
Hi everyone, do you know how to create an "infinite" plane that passes through 4 points? I started this way but I don't know how...
plus d'un an ago | 1 answer | 0
1
answerQuestion
contour plot of a 3D Solid Object
I imported the .stl file like this fv = stlread('EXAMPLE.stl'); patch(fv,'FaceColor', [0.8 0.8 1...
plus d'un an ago | 1 answer | 0
1
answerQuestion
Import file .stl - parameters
I would like to import an .stl file. I proceeded like this: fv = stlread('EXAMPLE.stl'); patch(fv,'Fac...
plus d'un an ago | 1 answer | 0
1
answerQuestion
how to create a gif
Hello! I'm having trouble creating a gif for this script! Could anyone help me? Thanks close all clear all clc pt=randi([...
plus d'un an ago | 1 answer | 0