Community Profile

Gautam Vallabha

MathWorks

Active since 2011

Statistics

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

View badges

Content Feed

View by

Submitted


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

7 years ago | 2 downloads |

Thumbnail

Submitted


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

7 years ago | 116 downloads |

Thumbnail

Submitted


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

7 years ago | 2 downloads |

Submitted


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

7 years ago | 1 download |

Thumbnail

Submitted


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

7 years ago | 3 downloads |

Thumbnail

Submitted


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

7 years ago | 21 downloads |

Submitted


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

7 years ago | 3 downloads |

Submitted


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

7 years ago | 4 downloads |

Submitted


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

7 years ago | 1 download |

Submitted


PLOT_GAUSSIAN_ELLIPSOID
Plots two- and three-dimensional Gaussian distributions

7 years ago | 15 downloads |

Thumbnail

Submitted


MOUSEINPUT_TIMEOUT
Captures continuous mouse movements with timeout

7 years ago | 2 downloads |

Submitted


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

7 years ago | 6 downloads |

Thumbnail

Submitted


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

7 years ago | 2 downloads |

Thumbnail

Submitted


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

7 years ago | 2 downloads |

Thumbnail

Submitted


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

7 years ago | 1 download |

Thumbnail

Submitted


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

7 years ago | 14 downloads |

Thumbnail

Submitted


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

7 years ago | 1 download |

Thumbnail

Question


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

9 years ago | 2 answers | 1

2

answers

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

10 years ago | 0

| accepted

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

10 years ago | 1

| accepted

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

10 years ago | 3

Solved


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

11 years ago

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 1

| accepted

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 2

| accepted

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

12 years ago | 0

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

12 years ago | 1

Load more