Effacer les filtres
Effacer les filtres

필요한 툴박스를 알아내는법이 무엇인가요?

5 vues (au cours des 30 derniers jours)
대준 신
대준 신 le 26 Avr 2021
Réponse apportée : Lokesh le 20 Fév 2024
pck명령어를 썼더니 [함수 'pck'은(는) 'double'형 입력 인수에 대해 정의되지 않습니다]라고 뜹니다. 이때 저는 어떤 조치를 취해야 명령어를 쓸수있나요?

Réponses (1)

Lokesh
Lokesh le 20 Fév 2024
Hello,
I understand that you are encountering issues with the "pck" function in MATLAB.
Please refer to the following steps that may help to resolve your issue:
  • Use the "which" command in MATLAB to check if the "pck" function is available and to determine its source location:
which pck
  • If 'pck' is user-defined function and is not on the path, you need to add the directory to MATLAB’s search path.
  • If it belongs to a specific toolbox, ensure that the corresponding toolbox is installed and that you have an active license for it.
  • Additionally, verify the implementation of the pck function to ensure that the inputs are correctly formatted.
Please refer to the following MATLAB Answers that are related to the similar issue:

Catégories

En savoir plus sur 대화형 방식 컨트롤과 콜백 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!