Home My Page Projects MPTK: The Matching Pursuit ToolKit
Summary Activity Forums Tracker Lists Docs News SCM Files

Forum: help

Monitor Forum | Start New Thread Start New Thread
GettingStarted [ Reply ]
By: Frederik Schmidt on 2020-03-02 10:42
[forum:153478]
Hi,

I'm new here and just installed the MPTK with the User Manual. To test MPTK, I ran GettingStarted. However, Matlab crashes when I press the Enter key after the first query in the Command window.

With the help of debugging, I found out that the program crashes after line 100 in the "GettingStarted" function.
--> mptkInfo = getmptkinfo;

In addition, the if query in line 25 results in a logical 0. That is not so wanted, is it?
--> if isempty(getenv('MPTK_CONFIG_FILENAME'))

Does anyone know what the problem could be?

I only use the following code:

clc, clear, close all
addpath('C:\Program Files (x86)\MPTK\mptk\matlab')
cd('C:\Program Files (x86)\MPTK\mptk\matlab');
GettingStarted

The command window shows the following output until the crash:

-----------------------------
Welcome to MPTK within Matlab
-----------------------------
(press enter to continue) ...

--------------------------
Getting MPTK informations
--------------------------

I also have attached the crash report.

I hope you can help me.