질문


ImpixelInfo equivalent for Appdesigner
Hello, I am trying to create the same effect as impixelinfo in GUIDE in appdesigner. I understand thereis no such function for ...

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

0

답변

질문


Heatmap title - Interpreter (AppDesigner)
Hello, I don't seem to be able to allow underscores in the title of heatmaps (Im using filenams that have underscores in them) ...

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

2

답변

질문


Appdesigner - slider changed function - missing argument
Hello, I am trying to programmatically change the scaling of an imgae on a uifigure by using a slider fig = uif...

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

1

답변

질문


Appdesigner button disable not working when called in side pushbutton callback
Hello. I have a pushbutton that I want to prevent the user from pushing agin until the current code has finished. So I did thi...

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

1

답변

질문


Calling a method in a library that has an "HandlePtr" argument
Hello I am trying to get a Z stage working with matlab. The Vendor (Dover Motion) have shared their dll. This is the first time...

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

0

답변

질문


Wrapper objects and Matlab
Hello. I am using matlab to control a spectrometer. The spectrometer uses a Wrapper object - described as below "Before you can...

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

1

답변

질문


Accessing functions in dll
Hello, I am trying to access a motorised stage that has its own sdk. Im not a c or c++ programmer and have been told the fol...

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

0

답변

질문


Strange Behaviour using Zoom with app designer
Hello. I have an image on a UIAxes and want to use a checkbox to either zoom in 4X, or retrun to 1x. I have tried this: ...

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

1

답변

질문


Combining 5 images from a camera and add them together to yield one image.
Hello I am using the image aquistion toolbox to obtain images froma a camera. I am set up the capture 5 frames, and I obtain th...

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

1

답변

질문


Redrawing an image in a UIAxes that has already been drawn
Hello, I am using Appedesigner where I have a ImageButtonDownCallback(app, source, eventargs) event that takes an image from a...

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

1

답변

질문


Strange behaviour with uigetfile in APPDesigner (not observed in GUIDE)
Hello. I am updating my code from GUIDE and have found a strange effect using uigetfile. It works fine in GUIDE. what happens ...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


How to move an app (in appdesigner) to a new directory and handle icons (png files) on push buttons
Hello, Appdesigner allows you to add Icons to buttons. My question is, if I want to copy my App to a different name in a di...

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

1

답변

질문


Identifying and keeping duplicates but with a suffix
Hello, I have a column vector that I use for x values for a Bar Chart from data extracted from a UITable. ...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


Calling the code behind PushButton Pressed Event
Hello, Im using appdesigner and want to call the code thats behind a pushButtom pressed event: function GetSingleSpectrumButt...

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

1

답변

질문


Accessing an ROI move listener in another function so to delete it
Hello. I am using listeners to allow a user to reshape an ellipse ROI (i.e. orange shape) to then apply a mask to an image (the...

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

1

답변

질문


Removing any previously draw roi on an image
Hello. I have an image in a UIAxes component (app designer) and have the code below. Everytime I run the code (via pushButton c...

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

1

답변

질문


Using bar3 and color coordinating the height depending on the value
Hello, I am trying to adjust the following code from the documentation to create a 3D barchart and have the height colored depen...

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

1

답변

질문


Replace a subplot title on a figure from another function in appdesigner
Hello, In appdesigner I have created an image on a subplot in a figure: f1=figure('position',pos); s1=subplot(1,3,1) ...

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

1

답변

답변 있음
ROI listener in appdesigner not working
OK, got it to work, have include app: el=event.listener(h,'ROIMoved',@app.allevents) and function allevents(app,src,evt) ...

대략 4년 전 | 2

| 수락됨

질문


ROI listener in appdesigner not working
Hello. I am using AppDesigner and have an ellipse drawn onto a UIAxes component using: subplot(1,3,1); hold on h = ima...

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

1

답변

질문


Printing a character n times
Is it possible to print a '.' (i.e..a dot) n times without using a loop? I have a loop that waits for a response and I want th...

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

2

답변

질문


Extracting "endpoints" from a skeleton image to enable a circle to be defined.
Hi, I am trying to find the centre and radius of the circle (whilst ignoring the cross) so I can locate the centre and display a...

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

2

답변

질문


Separating features using imopen with bright and dark features.
Hello, I would like to be able to get the centroid of the white spot as well as where the cross hairs meet. So I though its best...

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

1

답변

질문


Help with detecting "Cross feature" using Hough transform
Hello, I have followed the examples to try and find the cross hairs in the image on the left (also attached) The code I hav...

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

0

답변

질문


Setting position of Annotation on an axes component
Hello, I am trying to add an annotation (textbox) to a plot that is on an axes component (Im using GUIDE). I understand you cann...

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

1

답변

질문


Reordering string arrays if string is >9
Hello, I have a string array that has been sorted but puts 10 next to 1 b = 1×6 string array "1" "10" "3" "5"...

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

2

답변

질문


Help with extracting info from a listbox in a specific way
Hello. I am using a uitable (in APPDesigner) to get user defined positions to move a stage to and take an image. There are 9 r...

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

1

답변

질문


Getting Cell location of checkboxes on selection (UITable)
Hello, I have a UITable that contains checkboxes (logical data type). I want o be able to select cells and create a list (in a ...

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

1

답변

질문


Massive slow down in mouseclick behaviour in APPDESIGNER compared to GUIDE
Hello. I am observing quite a difference in beahviour between GUIDE and appdesigner. I have an image that I have created a mo...

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

0

답변

질문


Getting handles of lines and deleting last 2 line plots
Hello. I am plotting some raw data from a spectrometer onto a UIAxes and a smoothed version of this data. So for each data curve...

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

1

답변

더 보기