photo

Ankit Desai

MathWorks

Last seen: 12 Monate vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Software Quality Engineering Manager - Internet of Things and MathWorks Community Team.
Interests: Microcontrollers (Arduino, Beaglebone, Raspi etc.), ThingSpeak

Statistik

All
MATLAB Answers

1 Frage
28 Antworten

File Exchange

3 Dateien

Cody

0 Probleme
9 Lösungen

ThingSpeak

5 Öffentlich Kanäle

RANG
1.309
of 299.750

REPUTATION
56

BEITRÄGE
1 Frage
28 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
13

RANG
435 of 20.792

REPUTATION
3.775

DURCHSCHNITTLICHE BEWERTUNG
4.00

BEITRÄGE
3 Dateien

DOWNLOADS
13

ALL TIME DOWNLOADS
36767

RANG
40.515
of 165.710

BEITRÄGE
0 Probleme
9 Lösungen

PUNKTESTAND
100

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
5 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG
38

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • 6 Month Streak
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Kanal


Data Ingestion Test

etwa 5 Jahre vor

Kanal


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...

etwa 5 Jahre vor

Kanal


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....

fast 6 Jahre vor

Kanal


HackDay 2018

etwa 7 Jahre vor

Kanal


HackDay 2017

etwa 8 Jahre vor

Gesendet


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.

etwa 9 Jahre vor | 8 Downloads |

5.0 / 5
Thumbnail

Gesendet


Collect and plot data from an instrument in real time
Real time data collection & plotting using query based instrument interactions.

etwa 9 Jahre vor | 4 Downloads |

3.4 / 5
Thumbnail

Beantwortet
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...

mehr als 10 Jahre vor | 3

| akzeptiert

Beantwortet
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...

fast 11 Jahre vor | 1

Gesendet


Serial Monitor (Debugger)
MATLAB substitute for Arduino's Serial Monitor (Debugger).

etwa 11 Jahre vor | 2 Downloads |

3.5 / 5
Thumbnail

Beantwortet
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...

mehr als 12 Jahre vor | 0

Beantwortet
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...

fast 13 Jahre vor | 1

| akzeptiert

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 13 Jahre vor

Gelöst


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 ...

etwa 13 Jahre vor

Gelöst


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 ...

etwa 13 Jahre vor

Beantwortet
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...

mehr als 13 Jahre vor | 0

| akzeptiert

Gelöst


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...

mehr als 13 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 13 Jahre vor

Gelöst


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

mehr als 13 Jahre vor

Gelöst


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 ...

mehr als 13 Jahre vor

Gelöst


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...

mehr als 13 Jahre vor

Gelöst


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:...

mehr als 13 Jahre vor

Beantwortet
Recieving UDP from iphone
You can use <http://www.mathworks.com/products/instrument/ Instrument Control> Toolbox's <http://www.mathworks.com/help/toolbox/...

etwa 14 Jahre vor | 2

Beantwortet
Transfer data wireless
<http://blogs.mathworks.com/loren/2011/05/27/transferring-data-between-two-computers-using-matlab/ This blog> post might be help...

etwa 14 Jahre vor | 0

Beantwortet
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...

etwa 14 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 14 Jahre vor | 0

Beantwortet
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...

etwa 14 Jahre vor | 0

Beantwortet
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-...

mehr als 14 Jahre vor | 0

Beantwortet
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...

mehr als 14 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 14 Jahre vor | 1

| akzeptiert

Mehr laden