Where can I publish an article containing original Matlab code with original numerical method ?
Afficher commentaires plus anciens
Hi,
Is that there are special indexed scientific journals for the publication of the original works (Matlab source codes)
8 commentaires
Torsten
le 23 Mai 2021
Usually, the results obtained with the code are the important thing, not the code itself.
So I think there are no scientific journals that focus on the code.
Ismahene Sehili
le 23 Mai 2021
KALYAN ACHARJYA
le 23 Mai 2021
Modifié(e) : KALYAN ACHARJYA
le 23 Mai 2021
Nice points @Torsten results and it's interpretation are more crucial. For the method, you can follow any good SCI-indexed journals in the relevant field (very few journal allows code in attachments as appendices) or you can refer to link (private). Once published, you can make the code public.
Only for Code or related Files (After Publication of Results): Matlab File Exchange, If anyone use the code, have to cite the link as mention in the Matlab Exchange File. https://in.mathworks.com/matlabcentral/fileexchange/
Just wait, there so many researchers in this forum, you may get multiple options.
Ismahene Sehili
le 23 Mai 2021
John D'Errico
le 23 Mai 2021
Many years ago, I recall the APL QuoteQuad, a quasi-journal devoted to code written in APL. I even authored an article in there.
It died in 2007 according to the link. Now we have tools like the File Exchange, which is a good place for code to live.
If you have something worth writing about, publish an article in a Journal on the subject. The code can go into an appendix, perhaps as algorithmic pseudo-code or a flow chart. In my opinion, it is the results that really matter, and the specific code used to achieve those results should be secondary.
Adam Danz
le 24 Mai 2021
It's becoming more popular for journals to require reproducible code available in the online version of articles. Sometimes that code is hosted by the journal but it often comes in the form of a GitHub url, too.
Rik
le 24 Mai 2021
I have a paper under review where I added the code in a supplementary pdf. I used the publish function to create an HTML and used a browser to print to pdf. (instead of publishing to pdf, because I couldn't figure out how to set the paper size to A4, instead of letter)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!