Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to know which toolboxes i am implementing

조회 수: 1 (최근 30일)
Omar Baruch Moron Lopez
Omar Baruch Moron Lopez 2020년 3월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
hello, I have a long code, and I just loose the count of which toolboxes I used, there is a way to know which toolboxes I am implementing on a specific code?... I need it for create the code report.
  댓글 수: 1
Gabriel Melendez
Gabriel Melendez 2020년 3월 30일
You can use the next command just after opening MATLAB and running your code.
license('inuse')
This command will show you the toolboxes used in your code.

답변 (1개)

per isakson
per isakson 2020년 3월 30일
편집: per isakson 2020년 3월 30일

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by