Community Profile

photo

Jason


Last seen: 2 Tage vor Aktiv seit 2011

Statistiken

  • Knowledgeable Level 1
  • 3 Month Streak
  • Thankful Level 5
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Blockproc, appdesigner, mutliple outputs (combined to one) returning empty
Is there a reason why blockproc isn't returning anything: ax=app.UIAxes; IM=getimage(ax); ...

16 Tage vor | 1 Antwort | 0

1

Antwort

Frage


Multiple Uses of UIMENU
Hello, I have just discovered the beauty of uimenu's and think there brilliant as can unclog a GUI since less button! However, ...

24 Tage vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to copy and paste several cells from e.g. Excel into a MATLAB uitable?
I got this to work: function TablePasteData(app,src,event,tbl) %Get Data From Clipboard ...

27 Tage vor | 0

Frage


Selecting a UIAxes from a drop down box and assigning it to ax to be called by other funtions
Hello, Im trying to list out children in plots of an uiaxis, but want the uiaxis to be user selected i.e. UIAxes, or UIAxes2 or ...

etwa ein Monat vor | 1 Antwort | 0

1

Antwort

Frage


Extract Numbers from Mixed string
Hello, I have this string 'single snap detector: 1 S2L:232867 S2R:3151621 S3L:0 S3R:0' Whats the best way to get the 4 number...

etwa 2 Monate vor | 4 Antworten | 0

4

Antworten

Frage


Weird UITextArea behaviour working with Strings
Hello, I am reading data from a piece of equipment and dumping it into a UITextarea (orange text) When I read out the contents ...

etwa 2 Monate vor | 1 Antwort | 0

1

Antwort

Frage


uigetfile - forces main gui to go behind other windows
Does anyone else suffer from this: From a GUI created by appdesigner, when you run uigetfile and open a file, the gui goes behi...

etwa 2 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Imcrop and rectangle functions using "rect" but use different formats to specify
Hello, Im using the value of rect below to determine th coordiantes of a rectangle of interest that I then use as an imput into ...

2 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
Looping through Axes on figure created using subplot
Actually I have got this to work A=[ax1,ax2,ax3,ax4,ax5]; for i=1:5 AX=A(i) % do what ever I want end ...

3 Monate vor | 0

Frage


Looping through Axes on figure created using subplot
Hello, I have a figure with 5 subplots on. hf1=figure('position',pos,'Name','4LineScan'); % pos defined elsewhere ax1=subpl...

3 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Combine multiple objects to create Super Sampled representation
Hi, I have an image consisting of holes and want to create a "composite" representation by combining all of them. I belie...

5 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Creating a Grid for cooridnates
Hello, I have an image where i have foudn the location of the spot centroid. I have the liist of all the coordimates. What I ...

6 Monate vor | 2 Antworten | 1

2

Antworten

Frage


Running a mlapp file from another mlapp file via pushbutton callback
Hello, I have a mlapp file and want to run another one from a pushbutton. Following the link below, I'm able to run my 2nd ma...

9 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Retaining Bit depth when creating a video from Grayscale Images
Hello, I am trying to create a video (MP4 file) from a stack of 16 bit Grayscale images. My code is below. I see that using ...

9 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
Create an MP4 video from a set of 16 bit images (mono)
I think I've nearly done it myself. 1: The framerate issue was just a typo (missed the capital "L" it should be diskLogger.F...

10 Monate vor | 0

Frage


Create an MP4 video from a set of 16 bit images (mono)
Hello, I have a cell array of images (app.imgArray) that are all 16 bit. Im trying to output them as a video file (preferable mp...

10 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Saving a struct to a text file exactly how it appears in command window
Hello, I have a struct called settings. I am wanting to save it to a text file in an easily readable format. Im trying to avoid ...

10 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Saving a Plot on a Figure with Transparency Ignores the Transparency
Hello, I am trying to replicate some of Excels fancy plots in Matlab. In particular when I plot data, Im also plotting the sam...

12 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
Copy graphics from figure to UIAxes
Done it, had to get the children of the axes on the figure! h=openfig(openpath); Ax=h.Children g=Ax.Children ...

12 Monate vor | 0

| akzeptiert

Frage


Copy graphics from figure to UIAxes
Hello, I create a plot on a UIAxes with many plots and text objects. I wanted to be able to save them and later on add addition...

12 Monate vor | 1 Antwort | 0

1

Antwort

Frage


cla reset stops UIAxesButtonDown from working
Hello. I have a UIAxes that I plot on and I want to manually be able to add text where ever I click on the graph. I am using th...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Beantwortet
Graphic Objects Array Items to Text
Heres the full answer: clc; ax=app.UIAxes; b=ax.Children; % b(1) is last objec...

etwa ein Jahr vor | 0

| akzeptiert

Frage


Graphic Objects Array Items to Text
Hello. I want to view all the graphics objects I have on a UIAxes, and have used the following in an attempt to output all the ...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


Stopping showing a MP4 file (frame) by exit button
Hello,I am reading a mp4 video and have created a figure with the axes, and two buttons. My two buttons for play and exit have ...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


vertical concatenate strings in msgbox
Hello,I cant understand why this vertical concatenation of strings isn't working. v = VideoReader(filename); ...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


Identifying blobs and area filtering
Hello, Im trying to identify the centres of the drops in the image below. Although in each drop there is a bright area, I dont c...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


Circularity Metric using regionprops
Hello, this is a related to an earlier question but Im after a different parameter so I have asked another question. Apologies i...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Diameter of Almost circular objects and degree of circularity
Hello, I am trying to measure the diameter of central white spot and the dark area. I understand they perfect circles b...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Remove all rows of an array based on a value in a column, and also remove all rows that have the same values as this row in other columns
Hi, I have the centroids (x,y) of e.g 3 objects as shown in the pic: I also have an array of the centroid locations (x,y) o...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Remove centroid locations of objects that are too close
Hi, I have a list of centroid locations of spots in an image (xf, yf). The spots are randomly distributed. I want to remove the...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Mehr laden