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 Comments

By GUI MATLAB you mean appdesigner or guide? or is this some new kind of MATLAB i don't know about
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
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
Well, even if I knew your real name I wouldn't have used it here ;)

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Commented:

Rik
on 10 Jul 2020

Community Treasure Hunt

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

Start Hunting!