logo logo
[matlab] getting and setting value in other form/figure/gui

[matlab] getting and setting value in other form/figure/gui

I often using need to do this in other visual programming (e.g. Visual Basic, Delphi), i.e. getting and setting value from other forms. Learning  Matlab gui programming, I was a bit puzzled on how to do this...
Matlab variable sharing (global variable and such and such…)

Matlab variable sharing (global variable and such and such…)

Coming from another programming language (Delphi/C#), the one puzzled me about programming in Matlab is how do I share my variable just like I programmed desktop application using Delphi or C#. After reading...
Detecting installed webcam via command line/m script file

Detecting installed webcam via command line/m script file

On my previous Matlab tips, I already show you how to create a GUI (GUIDE)  to capture webcam picture. I show you how to easily detect installed and supported video format using imaqtool command. This time...
Connect and access MySQL database

Connect and access MySQL database

Connecting to MySQL database from Matlab is not that hard (as I thought before). Matlab apparently use JDBC to connect to database server. So, here’s simple steps to connect to MySQL server: download...
Preview and capture webcam into an axes

Preview and capture webcam into an axes

My first Matlab tips. We will create a GUI form that will preview and capture picture from webcam connected to your computer. Webcam preview and captured image will be shown on an axes. Create a new blank GUI...
bottom