photo

CM


Last seen: 1 month ago Active since 2024

Followers: 0   Following: 1

Statistics

MATLAB Answers

7 Questions
4 Answers

RANK
91,800
of 300,321

REPUTATION
0

CONTRIBUTIONS
7 Questions
4 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

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

  • Thankful Level 2
  • First Answer

View badges

Feeds

View by

Question


axtoolbar tooltips not working for uifigure with tiledlayout
The tooltips do not work for the following code, but if I use axtoolbar(plotHandle, ...) instead of axtoolbar(tileHandle, ...), ...

1 month ago | 0 answers | 0

0

answers

Question


using 'WindowMousePress' with 'ButtonDownFcn'?
Hi, I am considering altering my code, which currently uses 'WindowButtonDownFcn', 'WindowMousePress', 'WindowButtonMotionFcn' a...

1 month ago | 1 answer | 0

1

answer

Question


try catch not working with addinput (data acquisition toolbox)
Here is some sample code: close all clear all clc try d = daq('directsound'); c = addinput(d, 'Audio1', 1, '...

1 month ago | 1 answer | 0

1

answer

Question


how to validate mscohere?
I would like to validate the use of mscohere for impact test data, using an instrumented hammer that measures force and an accel...

5 months ago | 1 answer | 0

1

answer

Question


render tab in background
One of my app's tabs takes a while to render the first time you click on it. The code to create the contents of the tab has alre...

6 months ago | 1 answer | 0

1

answer

Question


uicontrol radiobutton label text is offset vertically
See attached image. Is the alignment between the radiobuttons and the text correct? To me it looks like the text is too high. ...

6 months ago | 1 answer | 0

1

answer

Question


Find allowable values in matlab data acquisition toolbox
I am trying to set up an NI9237 module. I would like to obtain (through matlab) the allowable values for (internal) excitation v...

8 months ago | 0 answers | 0

0

answers

Answered
Failed to open file '...\mcr\toolbox\matlab\iofun\@timer\timer.m'. Details: 'File stream is closed. The following flags are set: failbit.' when using plot in standalone exe
I am getting the same problem. I am using R2023b. It is not and MCR issue. I am running the exe on the same PC it is compiled on...

1 year ago | 0

Answered
Property assignment is not allowed when the object is empty. Use subscripted assignment to create an array element.
I have narrowed down the 'cause' of the error to the inclusion of the '-s' parameter in the call to mcc. See example code below....

1 year ago | 0

Answered
Property assignment is not allowed when the object is empty. Use subscripted assignment to create an array element.
I am getting the same problem with a DT9837a. Except that it only happens on the deployed app. Here is the code: tempChannels...

1 year ago | 0

Answered
Mex-file not being found for Data Translation hardware
I am having similar issues. Has this been resolved yet? Background: I was previously using R2023a and DataAcqOMNI_V7.8.9. I am...

1 year ago | 0