Author Topic: Hugin whitin matlab  (Read 10627 times)

Offline MatteoV

  • Newbie
  • *
  • Posts: 4
    • View Profile
Hugin whitin matlab
« on: May 04, 2016, 16:00:13 »
Hi all,

I have already read the post regarding "How can I use HUGIN in Matlab?" (http://forum.hugin.com/index.php/topic,233.0.html) but I'd like to ask some tips. Indeed, I'd like to know:

1. How can I build a BBN model within matlab and run it using Hugin? I mean, how can I use hugin in all its powerful tools through Matlab?

2. how the instruction of the api-manual (http://download.hugin.com/webdocs/manuals/api-manual.pdf) can be used in matlab?


thanks.

 
« Last Edit: May 09, 2016, 13:20:27 by MatteoV »

Offline Anders L Madsen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 2295
    • View Profile
Re: Hugin whitin matlab
« Reply #1 on: May 09, 2016, 13:54:41 »
Hello,

Were you able to run the example from the post http://forum.hugin.com/index.php?topic=233.0? This example shows how to interact with the HUGIN Decision Engine using a few functions of the HUGIN API. In the same way you should be able to use any other function from the HUGIN API.

There are a number of code examples included in the installation of HUGIN. Take a look in the Test folder.

Hope this helps.
HUGIN EXPERT A/S

Offline MatteoV

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Hugin whitin matlab
« Reply #2 on: May 09, 2016, 15:20:53 »
Hi,

thanks for your reply.

Yes, I was able to run all the forum's examples. However, my question was wider than that, for example I'd like to know how the different classes of the Matlab assembly can be used and how call the different Hugin functions. Do any tutorials exist?

thanks.