Program for getting live data from Arduino through HC-05 in Matlab

I know, this must be a very simply program. Can somebody tell me the program required to get live data transferred from HC-05 Bluetooth module to the mat-lab software. Mine is an IMU sensor and thus there will be 6 different dimensional values. Thank you.

Its not simple. Does your pc has bluetooth? Does matlab have access to that bluetooth module?

Yes, I'm using a laptop and it has Bluetooth facility. I'm planning to download Matlab R2015a. Would you suggest any other software for showing the transferred data.

This link should help you with MATLAB Bluetooth connectivity - http://www.mathworks.com/help/instrument/bluetooth-communication.html

I've seen that link, i want a MATLAB program for showing up the results. I've no background of programming.

Buetooth is basically just serial-by-wireless.

First get Matlab to communicate with your Arduino over the USB cable then it should not be difficult to develop that so that it works with Bluetooth.

I don't know Matlab but if you post your Arduino code I can try to help with that.

...R
Serial Input Basics

I'm using the available online code by jeff rowberg. I'm not good at programming, if you can help me with any other method to analyze the transferred data from HC-05 other than Mat-lab, it would be great. Thanks.

link: i2cdevlib/Arduino/MPU6050 at master · jrowberg/i2cdevlib · GitHub

manatom:
I've seen that link, i want a MATLAB program for showing up the results. I've no background of programming.

I see two choices here:

Take a time to learn to program. It will be very useful.

Or, pay someone to write the program.