Statistics
RANK
233,319
of 295,448
REPUTATION
0
CONTRIBUTIONS
13 Questions
3 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Issues setting exact sampling rates when using the data acquisition toolbox in MATLAB's app designer
Hi all, I have been having issues setting my sampling rate/ DAQ.Rate to the values 2048 and 120. I am using a start function t...
6 months ago | 1 answer | 0
1
answerQuestion
Trying to acquire Data using the data acquisition tool and setting the rate leads to the ScansAvailableFcn not running enough times.
I am creating an app in app designer and am using the data acquisition toolbox. I for the app I need to change the rate of the d...
7 months ago | 1 answer | 0
1
answerQuestion
Error with index exceeding array bound
I am using the Data Acquisition toolbox and have run into this issue. Warning: Error occurred while executing the listener cal...
7 months ago | 1 answer | 0
1
answerQuestion
One out of two of my tabs will not respond and update after initial run of data acquisition
Within my app designer I have two tabs that both collect data. The first tab displays the data on one graph (as shown below) th...
7 months ago | 1 answer | 0
1
answerMax indices in for loop not changing after initial run (index exceeds the number or array elements)
I fixed this by isomgpreaalocating of the app using goobjects(size(app.SelectedChannels)) to give app.liveplotline the corre...
8 months ago | 0
Question
Max indices in for loop not changing after initial run (index exceeds the number or array elements)
I am getting the error Warning: Error occurred while executing the listener callback for event ElementsAvailable defined for cl...
8 months ago | 2 answers | 0
2
answersQuestion
Checkboxes values don't change after checking them off in UItable in app designer
I am struggling to understand why my logical variables are not changing in value after selecting them in the UItable. I have i...
8 months ago | 1 answer | 0
1
answerQuestion
getting the error "Conversion to logical from string is not possible" while using UI table
I use the following functions to make and allow my UI table to be editable. function UpdateUITable(app, subsystem) ...
9 months ago | 1 answer | 0
1
answerQuestion
how to write arrays directly to the base workspace from the app designer based on data collected using the data acquisition toolbox?
I have been having trouble collecting data then saving using the live data acquistion example. Since I have tried to use the ass...
9 months ago | 1 answer | 0
1
answerEmpty plot window pop up with App Designer
I also had a smiliar issue, I realized that I had left Hold on /off between the function that was updating my axes.
9 months ago | 0
When I turn off interactivity with my Axes, I get the error "Dot indexing is not supported for variables of this type."
this has now been resolved though I am not sure how lol
9 months ago | 0
| accepted
Question
How do I make it so my Plot keeps the same colours
I am using a modified version of the live data acquistion that I made. I am having issues dealing with lagging/losing frames on ...
9 months ago | 1 answer | 0
1
answerQuestion
When I turn off interactivity with my Axes, I get the error "Dot indexing is not supported for variables of this type."
When I uncomment the disableDefaultInteractivity I get the error " function scansAvailable_Callback(app, src, ~) % Callback...
9 months ago | 1 answer | 0
1
answerQuestion
Why does this linear function not work while using the data acquisition toolbox
%if the calibration switch is turned on use the slopes and % intercepts read in above if app.calibrate == true ...
10 months ago | 1 answer | 0
1
answerQuestion
Preview and store multiple channels using a modified version of the live data acquisition example
The example is here I have changed a couple things in the code but will attach what I have currently done and outline the main ...
10 months ago | 0 answers | 0
0
answersQuestion
How to "Calibrate" data acquired in the live data acquisition example project.
I want the Liveaxes to display the modified sample data but am having problems understanding what math is required to change the...
10 months ago | 0 answers | 0