Effacer les filtres
Effacer les filtres

Functions of APP cannot jump in APP Designer of Matlab R2023b

2 vues (au cours des 30 derniers jours)
Jixiong Su
Jixiong Su le 11 Jan 2024
When I select a app function, and click "Open", nothing happened, but I can open external fucntion successfully.

Réponses (1)

Hassaan
Hassaan le 11 Jan 2024
Here are a few potential reasons why it's not working:
  1. The function is not in the MATLAB path: If MATLAB can't find the function definition, it won't open anything. Make sure that the function file is in the current directory or in the MATLAB path.
  2. The function is built-in or private: Some MATLAB functions are built-in and do not have accessible source code. Similarly, if the function is private to another function or class, you may not have access to open it directly.
  3. File permissions: If the file is in the path but cannot be opened, there could be an issue with file permissions. Ensure you have the correct permissions to access the file.
  4. IDE issue: There could be a temporary glitch in MATLAB's IDE. Restarting MATLAB can sometimes resolve these issues.
  5. Compatibility or bug: If this is a consistent problem and not just a one-time glitch, it might be a compatibility issue with your version of MATLAB or a bug.
  6. External function: If you can open external functions successfully, it implies that the issue is specific to your app's functions. Ensure that the function definition is not in a private folder and is correctly named.
If the issue persists, you might want to contact MathWorks support for assistance or check the MATLAB Central community for similar issues and potential solutions.
---------------------------------------------------------------------------------------------------------------------------------------------------
If you find the solution helpful and it resolves your issue, it would be greatly appreciated if you could accept the answer. Also, leaving an upvote and a comment are also wonderful ways to provide feedback.
Professional Interests
  • Technical Services and Consulting
  • Embedded Systems | Firmware Developement | Simulations
  • Electrical and Electronics Engineering
Feel free to contact me.

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by