Rank: 150 based on 335 downloads (last 30 days) and 18 files submitted
photo

Gautam Vallabha

E-mail
Company/University
The MathWorks, Inc.

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Gautam View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Jan 2012 MOUSEINPUT_TIMEOUT Captures continuous mouse movements with timeout Author: Gautam Vallabha example, mouse motion, input, ginput, gui tools, movement detection 32 4
  • 4.5
4.5 | 2 ratings
08 Dec 2011 Screenshot ECRobotInstaller – Simplified installation of tools for Embedded Coder Robot Simplifies the installation of ECRobot, a Simulink platform for LEGO Mindstorms NXT code generation Author: Gautam Vallabha embedded code, ecrobot, modelbased design, lego mindstorms, nxt, lego mindstorms nxt 80 12
  • 4.33333
4.3 | 3 ratings
12 Sep 2011 Screenshot readFlukeFile - Read measurements from a Fluke multimeter Read a file with recorded measurements from a Fluke(TM) multimeter Author: Gautam Vallabha multimeter, fluke, fluke 289, dmm, measurement, digital multimeter 3 0
12 Nov 2010 Published MATLAB Files Introductory MATLAB Tutorial Set of PDFs covering basics of starting and using MATLAB Author: Gautam Vallabha matlab, tutorial, introduction, overview 14 0
21 Oct 2010 Screenshot Real-Time Pacer for Simulink Simulink block for forcing a simulation to run in real (wall clock) time Author: Gautam Vallabha real time simulation, realtime, real time, real time execution, pace, real time sychronizat... 32 1
Comments and Ratings by Gautam View all
Updated File Comments Rating
09 Jan 2012 MATLAB Support Package for Arduino (aka ArduinoIO Package) MATLAB library and Simulink blocks for communicating with an Arduino microcontroller board Author: Classroom Resources Team

Sun, the MATLAB Support Package does not support code generation. The included Simulink blocks communicate with the Arduino in Simulink "normal" (aka. simulation) mode only.

For blocks that support code generation, see http://www.mathworks.com/academia/arduino-software/arduino-simulink.html

13 Jun 2011 Simulink Support Package for Beagle Board Simulink block library for creating standalone applications for the Beagle Board Author: Classroom Resources Team

Once you install the BeagleBoard files, you can open the demo by typing:
 >> open v4l2_display_test

(That is a lowercase "L" following the "v4")

To see the location of the demo, type:
 >> which v4l2_display_test

To see the location of the BeagleBoard library, type:
 >> which v4l2lib

13 Jun 2011 Simulink Support Package for Beagle Board Simulink block library for creating standalone applications for the Beagle Board Author: Classroom Resources Team

Note: in "v4l2_display_test", that is a lowercase "L" following the "v4".

24 May 2011 EasyGUI EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB Author: Gautam Vallabha

J Fields: You can use MATLAB Compiler to take GUIs created with EasyGUI and compile them into standalone programs: http://www.mathworks.com/products/compiler/

22 Feb 2011 Simulink for Teaching Signal Processing Courses The examples provided in this file can be used to teach signal processing courses. Author: Kirtan Modi

There is also a recorded webinar associated with these files:

http://www.mathworks.com/company/events/webinars/wbnr39961.html

Comments and Ratings on Gautam's Files View all
Updated File Comment by Comments Rating
20 Jul 2011 Real-Time Pacer for Simulink Simulink block for forcing a simulation to run in real (wall clock) time Author: Gautam Vallabha Gustavo

Very nice work!

03 Jun 2011 PLOT_GAUSSIAN_ELLIPSOID Plots two- and three-dimensional Gaussian distributions Author: Gautam Vallabha Alex

Thanks for this one!! Works great.

24 May 2011 EasyGUI EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB Author: Gautam Vallabha Vallabha, Gautam

J Fields: You can use MATLAB Compiler to take GUIs created with EasyGUI and compile them into standalone programs: http://www.mathworks.com/products/compiler/

24 May 2011 EasyGUI EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB Author: Gautam Vallabha Fields, J

Can gui's designed with this tool be compiled into standalone programs?

10 May 2011 ECRobotInstaller – Simplified installation of tools for Embedded Coder Robot Simplifies the installation of ECRobot, a Simulink platform for LEGO Mindstorms NXT code generation Author: Gautam Vallabha Didem

I still receive error messages:
================ 10-May-2011 20:02:52 Configuring ECRobot
ECRobot version 3.17 or later detected
### Start verifying Embedded Coder Robot NXT installations...
### Verifying cygwin make 3.81: OK
Problem with automatic configuration of ECRobot

Install cancelled
??? Error using ==> ecrobotnxtsetup>PromptBasedSetUp at 188
ERROR: GNUARM path or version (must be 4.0.2) might be wrong.

Error in ==> ecrobotnxtsetup>PromptBasedSetUp at 188
error('ERROR: GNUARM path or version (must be 4.0.2) might be
wrong.');

Error in ==> ecrobotnxtsetup at 60
[cygwin_bin_dir, gnuarm_root_dir, nexttool_root_dir] = ...

Error in ==> install_ecrobot_tools>configure_ecrobot at 420
ecrobotnxtsetup(cygwin_bin_dir, gnuarm_dir, nexttool_dir);

Error in ==> install_ecrobot_tools at 75
configure_ecrobot(config);

and when I try to run test is gives error:
Error executing callback 'ClickFcn'
Error using ==> nxtbuild at 121
ecrobotnxtsetupinfo.m does not exist in environment directory. Execute ecrobotnxtsetup.m to specify necessity information.

I executed ecrobotnxtsetup.m and then I receive message:
>> ecrobotnxtsetup
### Start verifying Embedded Coder Robot NXT installations...
### cygwin/bin path: C:/cygwin/bin
### Verifying cygwin make 3.81: OK
### GNUARM path: C:/LegoMindstorms/GNU_ARM_Compiler/bin
??? Error using ==> ecrobotnxtsetup>GuiBasedSetUp at 139
ERROR: GNUARM path or version (must be 4.0.2) might be wrong.

Error in ==> ecrobotnxtsetup at 52
[cygwin_bin_dir, gnuarm_root_dir, nexttool_root_dir] = ...

There was a warning, may be it has some connections:================ 10-May-2011 19:58:25 Starting NXT OSEK installation
zip file = C:\ecrobot_installer_v1_37\ECRobotDownloads\nxtOSEK.zip
install dir = c:\LegoMindstorms\ECRobot\\ecrobotNXT\environment\ Warning: Permission denied to create file "c:\LegoMindstorms\ECRobot\\ecrobotNXT\environment\nxtOSEK\samples_c++\cc\sprite_devl\sprite.suo".
> In iofun\private\extractArchive>extractArchiveEntry at 108
In iofun\private\extractArchive at 52
In unzip at 98
In install_ecrobot_tools>do_unzip at 448
In install_ecrobot_tools>install_nxtosek at 351
In install_ecrobot_tools at 69
Unzipped 1989 files

Top Tags Applied by Gautam
ecrobot, shading, example, agilent, gui
Files Tagged by Gautam View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Jan 2012 MOUSEINPUT_TIMEOUT Captures continuous mouse movements with timeout Author: Gautam Vallabha example, mouse motion, input, ginput, gui tools, movement detection 32 4
  • 4.5
4.5 | 2 ratings
23 Jan 2012 Screenshot MATLAB Support Package for Finch Robot MATLAB connectivity code to a Finch Robot Author: Tom Gaudette programming, finch, teaching, robotics, robot 20 0
12 Dec 2011 Screenshot Embedded Coder Robot NXT Demo Offers an enjoyable Model-Based Design experience using Simulink models with Lego robots Author: Takashi Chikamasa control design, embedded code, simulation, simulink, automotive, modeling 208 15
  • 4.63158
4.6 | 20 ratings
08 Dec 2011 Screenshot ECRobotInstaller – Simplified installation of tools for Embedded Coder Robot Simplifies the installation of ECRobot, a Simulink platform for LEGO Mindstorms NXT code generation Author: Gautam Vallabha embedded code, ecrobot, modelbased design, lego mindstorms, nxt, lego mindstorms nxt 80 12
  • 4.33333
4.3 | 3 ratings
09 Nov 2011 Screenshot VU-LEGO Real Time Target A user-friendly Blockset for embedding real time Simulink designs on the LEGO Mindstorms NXT brick. Author: James Peyton Jones robot, lego, embedded, ecrobot, mindstorms, real time workshop 92 12
  • 5.0
5.0 | 13 ratings

Contact us at files@mathworks.com