RSS Forums RSS
Please support our C++ advertiser: Programming Forums
Views: 1357 | Replies: 1
Reply
Join Date: May 2006
Posts: 1
Reputation: mmh771 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
mmh771 mmh771 is offline Offline
Newbie Poster

How to read Matlab Variabls in C++

  #1  
May 23rd, 2006
I've made an image processing application in Matlab, that reads an
image and stores the width and height of the image in 2 variables, x
and y ....

Now i want to read those 2 variables in another application (a C++
application) that is running with the Matlab application...

Does anyone know how to do so?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2006
Posts: 35
Reputation: b4codes is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
b4codes b4codes is offline Offline
Light Poster

Re: How to read Matlab Variabls in C++

  #2  
May 27th, 2006
You have made an application ???????

its just a 2 line simple comand, example:

1. Image = imread('Image.gif'); % this loads the image matrix

2. [x,y] = size(image); % this stores the dimensions in x and y

now if you want to read them in c++ or any other app. save them as ascii and just call them in your program.

Try visiting the image processing sections of mathworks (matlab's parent company) or kluid (www.kluid.com) its a matlab forum.

b4 : ]
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 5:54 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC