Community Profile

photo

Mario


Active since 2014

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Extract 3D model of interest from multiple 3D mesh models
Hi, I am currently trying to extract my desired 3D model from multiple reconstucted 3D mesh models (see attached image). <...

5 years ago | 0 answers | 0

0

answers

Question


Display interactive legend for separate multiple bars
Hi, I have a large number of separate bars plotted and I am trying to find a way to add a interactive legend to all those sep...

5 years ago | 0 answers | 0

0

answers

Question


How to optimize this code to run faster?
Hello, I have a code that is attached that I am trying to optimize in order for it to run faster. It contains a lot of _*...

5 years ago | 1 answer | 0

1

answer

Question


How to speed this up?
Hello, I am trying to optimize (speed up) my code and I was wondering if someone can help me with this. In my code I got u...

5 years ago | 1 answer | 0

1

answer

Question


How to adjust the code to work with 3D stack of images?
Hi everyone, I am currently trying to modify the following code to work with the 3D stack of images needed for my image analy...

6 years ago | 1 answer | 0

1

answer

Question


Add a waitbar to a function execution
Hi, I wrote a function that uses a 3D stack of images as an input, and processes them. As a result of it, a new 3D matrix is ...

6 years ago | 1 answer | 0

1

answer

Question


Adjusting slider to scroll trough each image in 3D stack in GUI
Hi, I am writing a small GUI (it is in the attachment) and I am having trouble adjusting the slider to work so that when I us...

6 years ago | 2 answers | 0

2

answers

Question


Export column name along with data in excel file in GUI
Helo, I am builing a GUI and inside my GUI I have a table data named _Results_table_ that contains a numerical values columnw...

6 years ago | 1 answer | 0

1

answer

Question


Storing only selected data into table using a pushbutton and a checkbutton in GUI
Hello, I have some values A and B. The problem that I have is when I click on Pushbutton to calculate values AA,BB (which wil...

6 years ago | 1 answer | 0

1

answer

Question


Storing a multiple data into table GUI using a pushbutton and a checkbutton
Hello, I am developing a GUI in MATLAB using GUIDE and I have some pre calculated numeric values A, B and C (there are more) ...

6 years ago | 1 answer | 0

1

answer

Question


How to find the middle value of a n array
Hello, I have a 3x1 structure called *sS*, and inside that structure i have 3 arrays (323x2, 292x2 and 231x2) which contains ...

9 years ago | 1 answer | 0

1

answer

Question


Problem calculating standard deviation in a structure
Hello, I have a 1x16 structure named *jj* containing another 2 structures called *PixelValues* and *StandardDeviation*. Insid...

9 years ago | 0 answers | 0

0

answers

Question


How to store different values of regionprops inside a structure from a 3D matrix
Hello, I have a 3D matrix containing 16 binary images. Each of these 16 images are containing multiple regions (of different ...

9 years ago | 1 answer | 0

1

answer

Question


Create multiple structure properties from a stack of 3D images
Hello, I have a stack of binary images(16 to be exact) in a 3D matrix that I named *M2* and I wanted to extract centroids fro...

9 years ago | 1 answer | 0

1

answer

Answered
Problem with binary image based from a certain pixel's intensity
I managed to find the solution. It was in the X Y coordinates. The correct code is below: iV1=1;iV0=0; roundX=round(Y); ...

9 years ago | 0

Question


Problem with binary image based from a certain pixel's intensity
Hello, I have a problem regarding getting my pixel's intensity. I have a binary image as a result of my segmentation algor...

9 years ago | 1 answer | 0

1

answer

Answered
How to vectorize multiple images in 3D matrix?
Thank you *Adam* , that worked! Now I have some other problem. After I vectorized my images inside my 3D stack (with Adam's h...

9 years ago | 0

Question


How to vectorize multiple images in 3D matrix?
Hello everyone, I have a 3D matrix of MxNx16 images loaded in matlab. I am trying to transform each image inside that 3D matr...

9 years ago | 2 answers | 0

2

answers

Question


Sum of two images from two different 3D matrix
Hello. I have two 3D matrix of binary images loaded in matlab named ORIG and PORE. I have two 3D matrix of 16 images named OR...

9 years ago | 1 answer | 0

1

answer

Question


How to save X ,Y coordinates in a structure?
Helo, I am looking for help. I have an image I that has several different regions on it. I calculated the weighted centroi...

9 years ago | 1 answer | 0

1

answer

Answered
Drawing a single ROI and then using it on multiple images in 3D matrix
I tested it and it is displays this error: Error using .* Integers can only be combined with integers of the same class,...

9 years ago | 0

Question


Drawing a single ROI and then using it on multiple images in 3D matrix
Hello everyone, I am relatively new to matlab, and I am currently working on a medical image segmentation of a multiple image...

9 years ago | 2 answers | 0

2

answers