سؤال حول toolboxes

[SIZE=“4”]السلام عليكم
أنا اتعامل مع الماتلاب لأول مرة !!

لتنفيذ الكود الموجود على الرابط التالي:

https://www.ceremade.dauphine.fr/~peyre/numerical-tour/tours/shapes_5_geodesic_descriptors/

قمت بما يلي:

  • تحميل الملفات : signal toolbox, general toolbox and graph toolbox.
  • فكها ووضعها في نفس المجلد (3 مجلدات )
  • فتح ملف numericaltour.m
  • تنفيذ الأوامر الموجودة في الصفحة اتباعا
    – عند السطر:
    D0 = perform_fast_marching(W, start_points, options);

تظهر الرسالة التالية:

Error using perform_fast_marching (line 117)
You should compile the mex file, see compile_mex.m

Error in numericaltour (line 19)
D0 = perform_fast_marching(W, start_points, options);

أرجو المساعدة[/size]

هل قمت بنفيذ المعلومات الموجود فى رسائل الخطأ
You should compile the mex file, see compile_mex.m

نعم. المشكل كان في المسار “chemain de toolbox”. و وجدت الحل بوضع الملفات كلها في toolbox

شكرا على المساعدة

بالتوفيق لك ان شاء الله