M. A. Hopcroft
Red Dog Research
Followers: 0 Following: 0
Professional Interests: sensors, MEMS, resonators, internet of things
Feeds
已提交
getfigdata
Extracts data from the lines in a .fig figure file. Version 1.2.
7 months 前 | 2 次下载 |
提问
Difference between CloseRequestFcn and DeleteFcn?
Hello, I use the 'CloseRequectFcn' Figure property in my GUI design to hande "program shutdown"-related tasks, like closing file...
2 years 前 | 1 个回答 | 0
1
个回答已回答
hw to include my image in this file?
You can use imread() and image() to put a graphic file into a figure axis: mypic = imread('cameraman.tif'); figure; ha = gca; ...
hw to include my image in this file?
You can use imread() and image() to put a graphic file into a figure axis: mypic = imread('cameraman.tif'); figure; ha = gca; ...
2 years 前 | 0
已提交
serialDataStream
serialDataStream shows you how to capture continuous data streams from USB devices and serial ports.
2 years 前 | 4 次下载 |
已回答
CoreText Font Error on MacOS Big Sur
I had the same issue until just now and it looks like I got lucky with a solution. I had a java-related Matlab crash, and the Cr...
CoreText Font Error on MacOS Big Sur
I had the same issue until just now and it looks like I got lucky with a solution. I had a java-related Matlab crash, and the Cr...
2 years 前 | 3
提问
How to close Help on Selection window?
The "Help on Selection" feature has been part of Matlab for a while now. If you select a keyword in a Matlab window and press F1...
2 years 前 | 0 个回答 | 0
0
个回答已提交
fixfig
FIXFIG modifies a Matlab figure so it can be used in on-screen presentations such as Powerpoint.
4 years 前 | 7 次下载 |
已提交
Get Port List
Returns a list of serial port names suitable for use with serial objects.
7 years 前 | 1 次下载 |
提问
Neural Network result offset by one
I am learning the Neural Networks toolbox and I worked through a simple example using narxnet to predict the output of a sine fu...
9 years 前 | 1 个回答 | 0
1
个回答已回答
setting ColorOrderIndex before 1st line is drawn?
I had the same problem, and I've found a solution. I found this in the R14 documentation: _If the hold state is off (when the...
setting ColorOrderIndex before 1st line is drawn?
I had the same problem, and I've found a solution. I found this in the R14 documentation: _If the hold state is off (when the...
9 years 前 | 0
已提交
allan_modified
allan_modified.m calculates the modified Allan deviation (MDEV) of a time domain signal.
10 years 前 | 7 次下载 |
已提交
allan_overlap
Calculates overlapping Allan Deviation (ADEV) of a time domain signal.
10 years 前 | 8 次下载 |
已提交
labJack U6 class
LABJACKU6 is a class file for working with a LabJack U6 data acquisition device on Linux or OS X.
11 years 前 | 4 次下载 |
已提交
rd scripts
A collection of scripts which load the data from contact surface profilometers
11 years 前 | 2 次下载 |
已提交
res_meas
GUI for resonator measurement and data download from Signal Analyzers and Oscilloscopes
11 years 前 | 1 次下载 |
已回答
Calling curl from within Matlab
I had the same issue with Linux (Ubuntu) and R2012a, and solved it by changing the libcurl link in the MATLAB application librar...
Calling curl from within Matlab
I had the same issue with Linux (Ubuntu) and R2012a, and solved it by changing the libcurl link in the MATLAB application librar...
11 years 前 | 0
已提交
KPIB: Kenny-Purpose Interface Bus
KPIB operates laboratory instruments that are controlled by GPIB or serial port interfaces.
11 years 前 | 3 次下载 |
已回答
Compiling executable on OS X removes menu bar?
ok, yes I see it now. Thanks for your answer!
Compiling executable on OS X removes menu bar?
ok, yes I see it now. Thanks for your answer!
12 years 前 | 0
已提交
sutterMP285
A class for instrument control of a Sutter MP-285 micromanipulator.
12 years 前 | 2 次下载 |
提问
Compiling executable on OS X removes menu bar?
Hello, I recently upgraded to R2012 on Mac OS X 10.6.8 and compiled a gui program that I have used for several years on previo...
12 years 前 | 1 个回答 | 0
1
个回答已提交
Ringdown
Ringdown.m determines the resonator frequency and Q from a ringdown measurement.
13 years 前 | 6 次下载 |