Community Profile

Gautam Vallabha

MathWorks

Attivo dal 2011

Statistiche

All
  • Knowledgeable Level 3
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Speed Demon
  • Solver

Visualizza badge

Content Feed

Visto da

Inviato


Introductory MATLAB Tutorial
Set of PDFs covering basics of starting and using MATLAB

oltre 7 anni fa | 2 download |

Thumbnail

Inviato


Real-Time Pacer for Simulink
Simulink block for forcing a simulation to run in real (wall clock) time

oltre 7 anni fa | 116 download |

Thumbnail

Inviato


findInstrument - Find and connect to instruments using the model or manufacturer name
Simplifies connecting to a USB or GPIB instrument using the model name, vendor name or VISA resource

oltre 7 anni fa | 2 download |

Inviato


readFlukeFile - Read measurements from a Fluke multimeter
Read a file with recorded measurements from a Fluke(TM) multimeter

oltre 7 anni fa | 1 download |

Thumbnail

Inviato


Custom triggers with Data Acquisition Toolbox (TM)
Example of a data acquisition GUI with custom triggers

oltre 7 anni fa | 3 download |

Thumbnail

Inviato


combinations
Returns combinations of a set of numeric or cell vectors (uses a memory-efficient algorithm)

oltre 7 anni fa | 21 download |

Inviato


EasyGUI
EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB

oltre 7 anni fa | 3 download |

Inviato


Byte manipulation and Endian conversion in MATLAB
A demonstration of MATLAB's built-in facilities for unpacking integers into individual bytes (and vi

oltre 7 anni fa | 4 download |

Inviato


DynamicPlot: An example of handle semantics with MATLAB classes
A MATLAB class that implements an automatically-updated display with pause and resume.

oltre 7 anni fa | 1 download |

Inviato


PLOT_GAUSSIAN_ELLIPSOID
Plots two- and three-dimensional Gaussian distributions

oltre 7 anni fa | 15 download |

Thumbnail

Inviato


MOUSEINPUT_TIMEOUT
Captures continuous mouse movements with timeout

oltre 7 anni fa | 2 download |

Inviato


MATLAB GUI Example for Agilent MSO6014A Mixed Signal Oscilloscope
Agilent MSO6014A MATLAB GUI

oltre 7 anni fa | 6 download |

Thumbnail

Inviato


MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator
Agilent N8241A MATLAB GUI

oltre 7 anni fa | 2 download |

Thumbnail

Inviato


Calculate Rationalized arcsine transform
Converts proportions into rational arcsine units (rau's) for performing linear tests like ANOVA

oltre 7 anni fa | 2 download |

Thumbnail

Inviato


Axis_Prunelabels -- clean up redundant axis labels
Minimizes redundant axis labels in a grid of subplots

oltre 7 anni fa | 1 download |

Thumbnail

Inviato


MATLAB oscilloscope application - simplified example
A simple GUI that demonstrates how to retreive and display data from an oscilloscope.

oltre 7 anni fa | 14 download |

Thumbnail

Inviato


corrcoef_directional.m
Calculate correlation coefficient for 2-d directional and circular data

oltre 7 anni fa | 1 download |

Thumbnail

Domanda


How can I use custom ROS messages with Robotics System Toolbox?
I want to create a ROS message of type atlas_msgs/AtlasCommand, but rosmessage doesn't work with it. I get the following error: ...

circa 9 anni fa | 2 risposte | 1

2

risposte

Risposto
Login problem in target installer
Are you using a web proxy? (From the toolstrip, select "Preferences", then select "Web"). There is a known problem with R2013...

circa 10 anni fa | 0

| accettato

Risposto
A problem with installing all support packages
When a support package is installed, an entry is added to the user's MATLAB preferences with the name of the installed support p...

circa 10 anni fa | 1

| accettato

Risposto
How do I install hardware support packages on a non-internet PC?
*Step A - On an Internet-connected computer, do the following:* # Launch Support Package Installer # Select "Download from I...

oltre 10 anni fa | 3

Risolto


Vectorize the digits of an Integer
Create a vector of length N for an integer of N digits. x=123045; x_vec=[1 2 3 0 4 5]; I happened upon a trick to do ...

oltre 11 anni fa

Risposto
Arduino-Matlab-Servo without shield
Take a look at the MATLAB source code and the accompanying sketch file for <http://www.mathworks.com/matlabcentral/fileexchange/...

quasi 12 anni fa | 0

Risposto
Arduino Simulink I/O
With the Run on Target Hardware capability (in R2012a), the pin state is not tunable, i.e., you cannot set a pin an an output an...

quasi 12 anni fa | 0

| accettato

Risposto
Lego Mindstorm installation problem
Try the following steps. # Disable the antivirus or other network activity monitors on your system, and try to manually down...

quasi 12 anni fa | 1

| accettato

Risposto
Send a float number to Arduino Target (Serial Receive) using Serial Send (instrument control toolbox)
For sending data from MATLAB to Arduino, take a look at the <http://www.mathworks.com/help/toolbox/instrument/toinstrument.html ...

quasi 12 anni fa | 0

Risposto
Send a sine wave out of matlab to arduino
I assume you want to output the sinusoid values to an "analog output" (PWM) pin. Take a look at <http://www.mathworks.com/aca...

quasi 12 anni fa | 0

Risposto
Is there any full explanation or smart example how to implement hardware target ?
Take a look at the following resources - * <http://www.mathworks.com/support/solutions/en/data/1-BHU00D/index.html?solution=1...

quasi 12 anni fa | 2

| accettato

Risposto
arduino IO package simulink
There is a little bit of setup work needed for the Arduino IO Package. Make sure to read through the README.txt file (it is at t...

quasi 12 anni fa | 0

Risposto
Quickly converting country names to numbers
You can use <http://www.mathworks.com/help/techdoc/matlab_prog/brqqo8e-1.html containers.Map>. First, populate the map (assu...

quasi 12 anni fa | 1

Carica altro