How to change methods access to public in App Designer

조회 수: 29 (최근 30일)
Norma
Norma 2024년 4월 29일
댓글: Cris LaPierre 2024년 4월 29일
Hello, I'm currrently creating an app in App Designer MATLAB. I'm trying to change the header names of a table that is being read in. There are 27 columns so my approach is to read in a MAT file with the header names. App Designer is making it difficult to load the file. I saw an example where the method was switched to public instead of private to make it accessible. How is this possible? The area is grayed out and I'm unsure how to switch it to public.

답변 (1개)

Cris LaPierre
Cris LaPierre 2024년 4월 29일
To Answer your specific question, use the interface to create a public function.
However, I'd be surprised if you needed to do this to load a file. Can you share your current code for reading the file along with a sample file (copy/paste the code; use the paperclip icon to attach a sample file).
  댓글 수: 4
Norma
Norma 2024년 4월 29일
It is within the same folder as the app along with other files that have no problem being read in. I'm unsure why the MAT file is the only one giving an error.
Cris LaPierre
Cris LaPierre 2024년 4월 29일
Share the actual error message (all the red text).

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by