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
Sugar Daddy
2020년 7월 9일
By GUI MATLAB you mean appdesigner or guide? or is this some new kind of MATLAB i don't know about
Hafiz Muhammad Tayyab Abbas
2020년 7월 9일
Sugar Daddy
2020년 7월 9일
편집: Sugar Daddy
2020년 7월 9일
GUI stands for Graphic user interface.
You can create GUI by following 3 methods
- GUIDE (not recommended)
- App designer (recommended)
- Programatically
may be you have some variable of name conv in your workspace contradicting with build in function
Hafiz Muhammad Tayyab Abbas
2020년 7월 9일
Sugar Daddy
2020년 7월 10일
Please attach you GUI or code
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.
Sugar Daddy
2020년 7월 10일
Rik you are the first one calling me with my silly name LMAO
Rik
2020년 7월 10일
Well, even if I knew your real name I wouldn't have used it here ;)
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!