packing function for the file exchange

11 vues (au cours des 30 derniers jours)
Nicolas Douillet
Nicolas Douillet le 22 Sep 2019
Modifié(e) : Stephen23 le 22 Sep 2019
Hi,
I updated a function of mine I created for the file exchange : Any 3D rotation
The main function -rotate_3D- is well included in the package when I unzip it, but it does not appear in the functions tab as you can see.
Any idea where it could come from ? Do I miss some publishing things ?
Thanks.
Nicolas

Réponse acceptée

Stephen23
Stephen23 le 22 Sep 2019
Modifié(e) : Stephen23 le 22 Sep 2019
The problem is a bit obscure, but it is caused by the fact that you have HTML documentation with the same name as your main function. FEX assumes that the HTML documentation has the same name as its generating script/function, and does not show that script/function.
Change the name of your HTML documentation so that it does NOT match your main function name, and your main function will then be listed and shown by FEX.
I learned this by trial-and-error, it does not seem to be documented anywhere. I always name my HTML scripts something like
nameoffunction_doc.m
% ^^^^ add something like this!
and then the nameoffunction file will be displayed correctly... and the HTML too!
  1 commentaire
Nicolas Douillet
Nicolas Douillet le 22 Sep 2019
Thanks a lot Stephen, this was indeed the problem.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Report Generator dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by