photo

Rob Purser

MathWorks

Last seen: 4 días hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Rob Purser is senior development manager for hardware interfacing and online developer workflows for MATLAB along with the Community section of the MathWorks web site. He is a senior member of the IEEE, has six patents, and has held positions at Owl Control Systems, PictureTel (now Polycom), and Microsoft. Rob holds a B.S.C.S. from Rensselaer Polytechnic Institute.

Programming Languages:
C++, C, MATLAB
Pronouns:
He/him

Estadística

All
MATLAB Answers

0 Preguntas
25 Respuestas

File Exchange

3 Archivos

Cody

0 Problemas
40 Soluciones

ThingSpeak

6 Público Canales

CLASIFICACIÓN
1.375
of 297.589

REPUTACIÓN
52

CONTRIBUCIONES
0 Preguntas
25 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
10

CLASIFICACIÓN
5.125 of 20.461

REPUTACIÓN
254

EVALUACIÓN MEDIA
4.90

CONTRIBUCIONES
3 Archivos

DESCARGAS
40

ALL TIME DESCARGAS
5736

CLASIFICACIÓN
12.819
of 159.227

CONTRIBUCIONES
0 Problemas
40 Soluciones

PUNTUACIÓN
405

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
6 Público Canales

EVALUACIÓN MEDIA
61

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 2
  • GitHub Submissions Level 1
  • Revival Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Solver

Ver insignias

Feeds

Respondida
How should I organize my MATLAB files?
Hi, I wanted to make you aware of a new resource MathWorks has created for MATLAB Toolbox Authors: "Best Practices for MATLAB T...

casi 2 años hace | 3

Respondida
Building a Word Cloud app
There is now a wordcloud function in MATLAB starting in R2017b: sonnets = fileread("sonnets.txt"); wordcloud(sonnets)

casi 5 años hace | 0

| aceptada

Respondida
I have to create a matrix using only zeros, ones and eye
A = eye(5); A(1,:) = ones(1,5);

alrededor de 6 años hace | 0

Respondida
Average minutes dataset to 10 minutes dataset.
Check out the <https://www.mathworks.com/help/matlab/ref/retime.html retime> function in MATLAB that was introduced in R2016b.

casi 8 años hace | 0

Respondida
DC Motor Arduino Matlab
MATLAB Arduino supports the PWM (Pulse Width Modulation) mode on various digital pins. Check out this video: <http://www.mat...

más de 9 años hace | 0

Respondida
Element-wise multiplication of duration and double array
The result of the |<http://www.mathworks.com/help/matlab/matlab_prog/compute-elapsed-time.html diff>| on |dispt| (which I assume...

más de 9 años hace | 0

Respondida
convert char to double
Assuming you're in R2014b or later: Recreate your data data = ['19-Jan-2015 11:30:00.000 11.8950011 1.7625011 ...

más de 9 años hace | 0

Respondida
Simulink Hardware Support Package for Arduino [Thingspeak Write and r2014a version]
Support was added in R2014b. -Rob Purser

más de 9 años hace | 0

| aceptada

Respondida
32 bit MATLAB on 64 bit Windows is not picking up my MCC device
Running 32-bit MATLAB on 64-bit Windows is a supported configuration as-of R2010b. In R2010a and earlier, this configuration is ...

casi 11 años hace | 2

| aceptada

Respondida
Matlab Support package for SensorDAQ and Thermocouple.
Hi, Are you using the <http://www.mathworks.com/matlabcentral/fileexchange/32636-matlab-support-package-for-vernier-sensordaq...

más de 11 años hace | 1

Respondida
Data acquisition with pre-trigger using low-level DAQmx functions (daq.ni.NIDAQmx library)
Hi Ray, This is a really nice piece of code, and our exact intent when we provided undocumented access to the interface. How...

más de 13 años hace | 0

Respondida
How to use MATLab and NI-DAQmx Tools to produce live plots
Visit the <http://www.mathworks.com/products/daq/demos.html demos and examples page> for the Data Acquisition Toolbox. See the ...

más de 13 años hace | 0

Respondida
PCI-6229 not recognised by Matlab R2011b
Can you see your device in NI Measurement and Automation Explorer? Until you see it there, it can't show up in MATLAB. To u...

más de 13 años hace | 0

| aceptada

Respondida
How to import a continuous signal from USB-6009 to an Oscilloscope (DAQ toolbox)
The USB-6009 doesn't support hardware clocked outputs. There's no way to have it generate a smooth curve. You're on the right ...

más de 13 años hace | 0

Respondida
Trouble reading Tektronix DPO 3012 Oscilloscope
If you get an object back at the command line, you're good to go! You can call fopen on it. If you want to work in TMTOOL, ri...

más de 13 años hace | 0

Respondida
Agilent visa adaptor
You need R2009b or later -- <http://www.mathworks.com/products/instrument/whatsnew.html support for 64-bit Agilent VISA was adde...

más de 13 años hace | 0

| aceptada

Respondida
Problem with CDAQ 9172 communication
R2011a of the Data Acquisition Toolbox requires NI-DAQmx version 9.1 -- you're running 8.9. See the <http://www.mathworks.com/h...

más de 13 años hace | 0

| aceptada

Respondida
Problem with NI DAQ 6212 USB BNC
Support for this device was added in R2010a. However, a search for "6212 USB BNC" on the MathWorks website leads to: <http:/...

más de 13 años hace | 1

Respondida
Error with LPT port: Failure to open requested data acquisition devide
Hi Sirius, Alas, your issues are classic problems with the parallel interface. We used a number of backdoors in the operatin...

casi 14 años hace | 1

Respondida
DAQ Toolbox use with two NI-USB-6009 devices
What version of MATLAB are you using? I'm guessing you've restarted MATLAB. It should work...We'll figure it out. -Rob

casi 14 años hace | 0

Respondida
use PCI-6259 card digital output to send asci-codes to device
Hi Hansjörg, Unfortunately, the Data Acquisition Toolbox does not support clocked digital I/O. It is functionality that we w...

alrededor de 14 años hace | 0

| aceptada

Respondida
How to execute two MATLAB scripts simultaneously
Hi, The Data Acquisition Toolbox has the exact capability you want built in. There's a demo called "Using Callback Functions t...

alrededor de 14 años hace | 0

Respondida
Signal Acquisition
See the list of hardware supported by the Data Acquisition Toolbox: <http://www.mathworks.com/products/daq/supportedio.html> ...

alrededor de 14 años hace | 0

Respondida
Finding the frequency response of data collected from a DAQ
Check out <http://www.mathworks.com/matlabcentral/fileexchange/28375-vibration-of-rectangular-clamped-thin-plate this> in the ...

alrededor de 14 años hace | 0

Respondida
Why do I get a timeout error from a call to GetData using an MCC DAQ device?
On the timeout, I'd follow Shankar's advice. The MCC drivers have become careful about validating setup, which may result in lo...

alrededor de 14 años hace | 2