A répondu
queue addlistener events or place event on EDT
I found a different solution which appears to work nicely: <https://undocumentedmatlab.com/blog/matlab-and-the-event-dispatch-t...

environ 6 ans il y a | 0

| A accepté

Question


Get start time of a daq session
I'm wondering if it is possible to get the time at which the DAQ starts so that I can keep track of other code events, relative ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

A répondu
is it possible to retrieve command window output of parallel worker
Presumably you could use this when run in the worker ... <https://www.mathworks.com/matlabcentral/fileexchange/31438-command-wi...

environ 6 ans il y a | 0

A répondu
Error is a warning in parfeval function
So, it appears the issue was not with the worker but in the client. After some debugging I tried this instead: function han...

environ 6 ans il y a | 2

Question


Error is a warning in parfeval function
I have the following (pseudo) code and I'm getting the following warning in my command window (2017b Windows). function par...

environ 6 ans il y a | 1 réponse | 1

1

réponse

Question


is it possible to retrieve command window output of parallel worker
Is it possible to retrieve the command window output from a worker when using parfeval? Specifically I'd like to catch listener ...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


Data transfer specifics for a queue
Documentation for parallel.pool.DataQueue and parallel.pool.PollableDataQueue says next to nothing about how data is transferred...

environ 6 ans il y a | 1 réponse | 1

1

réponse

Question


What is the difference between DataQueue and PollableDataQueue
What is the difference between parallel.pool.DataQueue and parallel.pool.PollableDataQueue. It seems the pollable queue is the s...

environ 6 ans il y a | 1 réponse | 0

1

réponse

A répondu
Retrieve meta.DynamicProperty from class instance
After a bit more searching it appears you need to do: prop_meta = findprop(obj,prop_name); Found at: <https://stackov...

environ 6 ans il y a | 0

Question


Retrieve meta.DynamicProperty from class instance
Is it possible to retrieve meta.DynamicProperty for dynamic properties from a class instance?

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


is it possible to measure the time it takes to render a figure
I would like to log the time it takes to render a figure. Is there a way to listen for the "start" and "end" of rendering a figu...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

A résolu


An asteroid and a spacecraft
&#128640 Imagine a non-relativistic simple situation. Assume positions p0, p1, p2, and p3 are three dimensional Cartesian ...

plus de 6 ans il y a

A résolu


5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...

plus de 6 ans il y a

Question


Alignment of textarrow text with line
How would I get the text from a textarrow annotation to align with the start of a line. I am unclear how to control the textbox ...

plus de 6 ans il y a | 1 réponse | 1

1

réponse

A résolu


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

plus de 6 ans il y a

A résolu


"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...

plus de 6 ans il y a

A résolu


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

plus de 6 ans il y a

Question


uicontrol vs annotation render order
I was hoping to get uicontrols rendered below annotations. The order of creation of a uicontrol vs an annotation does not seem t...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


uicontextmenu not rendering reliably
I'm manually showing a uicontextmenu in response to a button press: %In the button press callback ... p = getpixelpositi...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

A répondu
How do I plot a function which depends on a changing variable?
You could use something like animatedline if you want to calculate a single point and add it to a graph. If you want to use a lo...

plus de 6 ans il y a | 0

| A accepté

A répondu
xlim listener for zoom reset and linkaxes strange behavior
It turns out that there is a lot of publicly readable code behind linkaxes, or really, linkprop. After some debugging I discover...

plus de 6 ans il y a | 3

| A accepté

A répondu
queue addlistener events or place event on EDT
Here's one (ugly) solution. This setup function does the following: # Sets up listeners that I care about. # Attaches a J...

plus de 6 ans il y a | 0

Question


xlim listener for zoom reset and linkaxes strange behavior
I've attached a 'XLim' listener to an axes object. I had been previously using a timer due to issues with catching the events...

plus de 6 ans il y a | 2 réponses | 2

2

réponses

Question


queue addlistener events or place event on EDT
Every time the xlim changes I want to run some code. plot(1:100) L = addlistener(gca, 'XLim', 'PostSet', @my_callback);...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


read raw data using daq toolbox
It appears that with the old acquisition toolbox it was possible to read raw data from a NI DAQ using daqread(). Is it possible ...

plus de 6 ans il y a | 1 réponse | 1

1

réponse

Question


Why define class methods that have attributes in the classdef block?
Hi all, I was wondering if anyone knew why you needed to declare the signature of methods with attributes inside the classdef...

plus de 6 ans il y a | 1 réponse | 1

0

réponse

Question


Get index of selected button in button toggle group
When using a ButtonGroup in AppDesigner it is not clear how to get the index of the selected button. The only available approach...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


Get selection index for DropDown object using AppDesigner
Using AppDesigner, how do I access the selected index of a DropDown menu. The Value is the selected string but I can't find anyw...

plus de 6 ans il y a | 1 réponse | 3

1

réponse

Question


scrolling plot speed and axis jitter
I'd like to create auto-scrolling plots in which data scrolls by, automatically, as it gets collected (from a DAQ). Before worry...

plus de 6 ans il y a | 1 réponse | 1

1

réponse

Question


Working with large amounts of DAQ data - lessons learned?
I'm starting a project in which I'll be sampling at close to the maximum sampling rate of the NI-DAQ that I'm using (250 kS/s). ...

plus de 6 ans il y a | 1 réponse | 1

0

réponse

Charger plus