Community Profile

photo

Vandana Ramdeo


University of the West Indies

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Applying the chirp function to a .wav file
Hi, I was wondering if there is any way possible to apply the frequency response to any chirp signal to a .wav file. I am ...

10 years ago | 0 answers | 0

0

answers

Question


Hi, I have a uitable in a GUI, and after the user enters text, I would like to clear the contents of the uitable to allow the user to reenter data into the table.
How can I clear the contents of the uitable without changing the data type of the table. The code I am using to do clear the tab...

10 years ago | 0 answers | 0

0

answers

Answered
Hello I have an editable uitable in Matlab GUI. I have a pushbutton to clear the contents of the uitable that is entered by the user. However, anytime I clear the table and reenter text I get a NAN error.
The column format is set to 'let matlab choose' so when I run the code, the user is able to enter text into the cells of the tab...

10 years ago | 0

Question


Hello I have an editable uitable in Matlab GUI. I have a pushbutton to clear the contents of the uitable that is entered by the user. However, anytime I clear the table and reenter text I get a NAN error.
The code I am using to clear the data is as follows. set (handles.uitable1, 'data', cell(size(get(handles.uitable1,'data'))...

10 years ago | 3 answers | 0

3

answers