질문


Error using tiledlayout syntax instead of subplot when referencing axes handles
Hello, I am trying to use the newer tiledlayout feature rather than subplots as I want to adjust the padding round each subplot....

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

2

답변

질문


Convert some columns in 'double array' to single digit, rest as bank and then put in UITable
Hello, I have an array (class='double) T = 1.0000 1.0000 1.0000 1.3521 0.1780 0 1.3966 10.000...

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

2

답변

질문


User Defined Montage but filling 12x8 Array
Hello, I am scanning a sample that has a possible 12x8 locations. The user defines the positons to scan and the scan order is in...

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

1

답변

답변 있음
Reversing parts of (even) items in a listbox (cellarray)
Here is my solution based on Cris' answer: val = app.SNAKESCANCheckBox.Value; switch val ...

대략 3년 전 | 0

질문


Reversing parts of (even) items in a listbox (cellarray)
Hello, I have items in a listbox (so cell array) - the integers before the "r" can be any number from 1-12. My aim is to take...

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

2

답변

질문


Reversing the order of EVEN rows in an array
I have a matrix D that consists of 12 cols and 8 rows. How can I reverse the order of even rows. i.e. for a simplifeid 4,3 cas...

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

1

답변

질문


Help with reading the functions inside a library
Is there a reason why the code below cannot find the dll that IS in the directory as shown (there is also the h file with the sa...

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

1

답변

질문


Using addpath on Compiled Code
Hello. I have run into a problem using a compiled EXE of my code on a target computer (running the MCR) On my computer where I ...

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

2

답변

질문


bar chart allowing for x values to sometimes be the same
Hello. I am plotting the data from a UITable using a bar chart I am plotting color versus TotalArea, and quite often the ...

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

1

답변

질문


Extracting fieldnames and values from a struct and converting to strings
Hello. I have a struct containing information from a camera configuration (using imaq) currentConfiguration = struct wit...

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

1

답변

질문


Making a change in appdesigner when deployed permanent
Hello. I have an app that controls several external devices using the comms port and serial communication. I use the same app on...

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

1

답변

질문


Improfile changing colour of plot
Hello, does anyone know if its possible to change the colour of a plot created by improfile?

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

1

답변

답변 있음
showing Results of Serialportlist in a UITextArea
This seems to work freeports = serialportlist("available") str=sprintf('%s\t', freeports{1:end}); ...

3년 초과 전 | 0

| 수락됨

질문


showing Results of Serialportlist in a UITextArea
Hello, I would like to display the available ports on my PC using serialportlist("available") I have come across the evalc..c...

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

2

답변

질문


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...

3년 초과 전 | 답변 수: 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 ...

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

1

답변

질문


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...

3년 초과 전 | 답변 수: 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. ...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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

답변

더 보기