Community Profile

photo

Gary


Harvard Medical School

Last seen: 2 days ago Active since 2010

Statistics

All
  • First Review
  • First Submission
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Question


Passing a MATLAB object-handle through a .NET call
I would like to pass a MATLAB object handle with an asynchronous .NET call, so that it can be passed back to the same MATLAB ins...

4 years ago | 0 answers | 0

0

answers

Answered
Where does a deployed application look for data files?
Sorry for my error - it does work to put the desired file(s) in the directory with the executable and the built DLL (.NET assemb...

9 years ago | 0

Question


Where does a deployed application look for data files?
I have compiled a MATLAB application into a .NET assembly. I can launch the assembly ok from C# (using Visual Studio 2013), but...

9 years ago | 2 answers | 0

2

answers

Question


How to programmatically select a tab in a uitabgroup?
Is it possible to programmatically select one of the tabs in a uitabgroup? In response to a user request, I need to recreate th...

9 years ago | 1 answer | 1

1

answer

Question


How to jointly trigger multiple sessions on the same and/or different devices in the session-based DAQ interface
Using the session-based Data Acquisition Toolbox, I would like to set up a manually triggered counter output (the master trigger...

10 years ago | 0 answers | 0

0

answers

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

11 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

11 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 years ago

Submitted


daqreadCached
This version of daqread is modified to improve retrieval speed, particularly for large files.

14 years ago | 2 downloads |