photo

acegi bdegi


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
12,973
of 300,352

REPUTATION
4

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
4

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


how to use a function that is not in the same folder as your current folder?
The situation is: I have made a function 'isittrue.m'. I save this function somewhere, unknown, on my pc (or I give this .m file...

8 years ago | 3 answers | 1

3

answers

Question


index of the items in a listbox
Using app designer, is it possible to get the index of the selected items from the listbox? Example: I have 6 items in the li...

8 years ago | 1 answer | 1

1

answer

Answered
delete text from plot in app designer
Found it. The gca has to be removed, delete(findobj(app.UIAxes,'type','text')); as App Designer cannot handle gca com...

8 years ago | 0

| accepted

Question


delete text from plot in app designer
Using app designer, after implementing text in a plot I want to delete this text. So far, I did not succeed in doing this. I ...

8 years ago | 1 answer | 0

1

answer

Question


display checkbox value in editfield
Using App Designer, I want to display the status of a checkbox in an edit field, using a button, but using my code it says that ...

8 years ago | 1 answer | 0

1

answer

Question


Calculate windowing correction factor
When using windows on my signal, I want to use a correction factor to correct either the energy or the amplitude for the window....

8 years ago | 4 answers | 2

4

answers

Question


Load multiple data and put in a list box with app designer
Hello all, I want to load multiple files using a button, and display the filenames in a list box, using app designer. Further...

8 years ago | 1 answer | 0

1

answer