photo

Lluis Roca


Last seen: 2년 초과 전 2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Overlay ROI on an image
How do I "burn"/overlay the GrayRoi into the original image (I) based on the four-element position vector [xmin ymin width heigh...

2년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Add title to images - MATLAB Report Generator
How can I add title (e.g., Img1 and Img2) to the images below in the report? Code: import mlreportgen.dom.* import mlreport...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Freeman chain code object plot
I am trying to generate an image based on an initial x and y coordinates and a freeman chain code as shown in code below but it ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Segment a line to sections and add to it perpendicular line
clc; Based on this superb question and answers https://www.mathworks.com/matlabcentral/answers/484422-how-to-find-the-coordinat...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


Print the Matlab App designer "Design View"
Hi, Is there a way to print the Matlab App designer "Design View"? I could not find a way to save it as 500 DPI so maybe pri...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


Save GUI layout as image - App Designer
I wish to save the GUI layout shown in the Design view in Matlab App Designer, How can I save it as a 500 dpi TIFF?

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Zebra-Striped Table in app desginer
I created this theoretical table (code attached) in order to style it as Zebra-Striped Table. I looked on the example https://ww...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Error saving PDF containing two images
I have a button that its aim is to save an image and its threshold version. When I run the code below, I get this error? Error ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can not save an updated uitable with editable column
I am using 2019b and I have an App Designer uitable with editable column. While I change a value it changes on the screen/GUI bu...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Select file issue in Matlab GUI
In a GUI, I have a function that open a selected image file. I am trying to improve it that if an image is already shown in the ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Fit ellipses to an object
Dear All, Can I do ellipse splitting using Matlab like it is done in this imageJ plugin ( <http://imagej.net/Ellipse_split> ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Fit big image to small axes in GUI
Hi, I have images that I want to show in axes and work on them using the Image Processing Toolbox with gui and pushbuttons. ...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Cell array in uitable
Hi, I have a cell array output, Value < 10x1 cell>, were each cell in the cell array contains a matrix element < 100x2 doubl...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Update image in axes (GUI) after imfreehand
Hi, I have an open imfreehand pushbutton that shows the current image in an axes (within a GUI) As I add some graphics us...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Howto updated/manipulated image between the callbacks
Hi, I have several push buttons that performs image analysis (e.g., load an image, convert to gray scale). I wish to share th...

거의 11년 전 | 답변 수: 1 | 0

1

답변

답변 있음
fullfile to contain multiply file extension
Try: filePatternCSV = fullfile(handles.sourceFolder, '*.csv'); csvFiles = dir(filePatternCSV); filePatternXL...

11년 초과 전 | 0

| 수락됨

질문


Images and rotation angles
Hola, I have a theoretical question as I'm looking for ideas how to solve my current image analysis problem (a field which I ...

11년 초과 전 | 답변 수: 2 | 0

2

답변