How can we take convolution and fft in GUI MATLAB?

Hi, I'm facing problem in using commands conv(sig1,sig2) and fft(sig1) in GUI MATLAB. theses commands didn't work in GUI. so what can i do to find convolution and fft of signals in GUI?

댓글 수: 8

By GUI MATLAB you mean appdesigner or guide? or is this some new kind of MATLAB i don't know about
GUI and Guide are same
Sugar Daddy
Sugar Daddy 2020년 7월 9일
편집: Sugar Daddy 2020년 7월 9일
GUI stands for Graphic user interface.
You can create GUI by following 3 methods
  1. GUIDE (not recommended)
  2. App designer (recommended)
  3. Programatically
may be you have some variable of name conv in your workspace contradicting with build in function
I'm not a beginner, I'm using MATLAB from last 5 years, the issue is the command conv and fft is not working within GUI. If you can help, I will be very thankful to you.
Please attach you GUI or code
Rik
Rik 2020년 7월 10일
GUI and Guide are same
Not at all. For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
Once you are in a callback it doesn't really matter to Matlab that you are in a GUI. So if the callback itself is working, then conv and fft should work as normal. So the first step in the solution is what Sugar Daddy suggests: share the callback code.
Rik you are the first one calling me with my silly name LMAO
Rik
Rik 2020년 7월 10일
Well, even if I knew your real name I wouldn't have used it here ;)

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

댓글:

Rik
2020년 7월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by