![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/143898_1603819637286.png)
Ankit Desai
MathWorks
Followers: 0 Following: 0
Software Quality Engineering Manager - Internet of Things and MathWorks Community Team.
Interests: Microcontrollers (Arduino, Beaglebone, Raspi etc.), ThingSpeak
Statistiques
RANG
1 285
of 297 016
RÉPUTATION
56
CONTRIBUTIONS
1 Question
28 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
13
RANG
433 of 20 419
RÉPUTATION
3 766
CLASSEMENT MOYEN
4.00
CONTRIBUTIONS
3 Fichiers
TÉLÉCHARGEMENTS
16
ALL TIME TÉLÉCHARGEMENTS
36676
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
5 Public Chaînes
CLASSEMENT MOYEN
38
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Chaîne
Arduino Client Library
Client library channel for Sparkfun ESP8266 Thing Dev. The device writes 7 values to the 7 fields of a channel on ThingSpeak ev...
plus de 4 ans il y a
Chaîne
Particle Client Library
Client library channel for Particle photon. The device writes 7 values to the 7 fields of a channel on ThingSpeak every 4 hour....
environ 5 ans il y a
A soumis
Collect and plot data from a TCPIP server in real time
Obtain real time data from a TCPIP object using Instrument Control Toolbox and visualize it live.
plus de 8 ans il y a | 9 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/27290/versions/2/screenshot.png)
A soumis
Collect and plot data from an instrument in real time
Real time data collection & plotting using query based instrument interactions.
plus de 8 ans il y a | 5 téléchargements |
Can I use MATLAB to communicate with a Serial Port and/or a Virtual Serial (USB-to-Serial) Port?
You can use MATLAB to talk to your computer's serial port on any of the MATLAB's <http://www.mathworks.com/support/sysreq/curren...
presque 10 ans il y a | 3
| A accepté
send data from one computer to an other computer using matlab via internet.
If you are using MATLAB R2011a, you can use Instrument Control Toolbox's TCPIP object as a Server Socket via the NetworkRole pro...
plus de 10 ans il y a | 1
A soumis
Serial Monitor (Debugger)
MATLAB substitute for Arduino's Serial Monitor (Debugger).
plus de 10 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/45839/versions/5/screenshot.jpg)
Why i can't connect with an instrument using ivi com driver?
IVI-COM is not supported on 64-bit platform. However, if the driver installs both the 32 as well as 64 bit, then you should be a...
environ 12 ans il y a | 0
Plot data with time axis
<http://www.mathworks.com/matlabcentral/fileexchange/25519-collect-and-plot-data-from-an-instrument-in-real-time This file excha...
environ 12 ans il y a | 1
| A accepté
A résolu
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
plus de 12 ans il y a
A résolu
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 ...
plus de 12 ans il y a
Bluetooth Communication over MatLab
Hi Chris, You might want to consider a couple of things: # Make sure that the device is paired prior to accessing it in MA...
presque 13 ans il y a | 0
| A accepté
A résolu
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
presque 13 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
environ 13 ans il y a
A résolu
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
environ 13 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
environ 13 ans il y a
A résolu
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:...
environ 13 ans il y a
Recieving UDP from iphone
You can use <http://www.mathworks.com/products/instrument/ Instrument Control> Toolbox's <http://www.mathworks.com/help/toolbox/...
plus de 13 ans il y a | 2
Transfer data wireless
<http://blogs.mathworks.com/loren/2011/05/27/transferring-data-between-two-computers-using-matlab/ This blog> post might be help...
plus de 13 ans il y a | 0
Connect a socket of TCP/IP on the same machine, R2009b and VC++2008 express SP1
<http://blogs.mathworks.com/loren/2011/05/27/transferring-data-between-two-computers-using-matlab/ This blog> post might be help...
plus de 13 ans il y a | 0
| A accepté
How do I write to move the line in sending serial?
When using serial object (and any Instrument Control Toolbox object) using fprintf will automatically append the 'Terminator' ch...
plus de 13 ans il y a | 0
Serial port is not available in GUI but it actually available in my pc
There are a few things that you might want to check: # Make sure the port is not used in any other application (such as hyper...
plus de 13 ans il y a | 0
matlab interface
You should be able to talk to the device using the serial port. The <http://www.mathworks.com/matlabcentral/answers/3360-can-i-...
plus de 13 ans il y a | 0
Trouble interafcing FS300 SpecAn using USB interface and NI VISA 5.0.3 with Matlab
If you plan to communicate with the instrument using low level SCPI commands, via <http://www.mathworks.com/help/toolbox/instrum...
presque 14 ans il y a | 0
| A accepté
MATLAB interface instrument driver
MDD files can be of multiple types. For example: 1. MATLAB Interface Instrument Driver 2. MATLAB VXIPnP Instrument Driver 3. MA...
presque 14 ans il y a | 1
| A accepté