Daniel Fonsêca
Followers: 0 Following: 0
Statistics
RANK
114,886
of 295,467
REPUTATION
0
CONTRIBUTIONS
20 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How can i create a figure which I can put on other?
Hello all I have a two figures - f1 and f2. I want to put the f2 on f1 and to use the scroll in it. I tried to it, put I didn't...
5 years ago | 1 answer | 0
1
answerQuestion
How to show a image in axes without change its size?
Hello, I'm trying to show a image in axes using the imshow. But, when i did it, the axes upload and the size change. I want to ...
5 years ago | 2 answers | 0
2
answersQuestion
How can I fix this error?
I made a GUI and I put this: % --- Executes just before kkkkkkkk is made visible. function kkkkkkkk_OpeningFcn(hObject, eve...
6 years ago | 1 answer | 0
1
answerQuestion
How can I build a menu like this?
Hi!!! I want to build a menu with this links. How can I do?
6 years ago | 1 answer | 0
1
answerQuestion
How can I create a function which create other functions?
I'm using the GUIDE to create a program. I want to create a functions which create many callbacks to differents menu items. Ex....
6 years ago | 0 answers | 0
0
answersQuestion
Why can I acess the menu editor from GUIDE to do changes?
Good day. I'm making a app using the GUIDE. That app has menu, and I want my final user can add more menu items. In a normal pr...
6 years ago | 1 answer | 0
1
answerQuestion
Whys isn't this if working?
I have this code: if intervalo & quant == 0 %Caso seja um número intervalo = str2num(nome); quant = 1; end B...
6 years ago | 1 answer | 0
1
answerQuestion
Undefined function or variable 'figure1_SizeChangedFcn'.
I tried resize my app using the Tools --> Gui Options --> Resize behavior --> Other (Use SizeChangedFCN). But, I changed my opi...
6 years ago | 2 answers | 0
2
answersQuestion
Why has my function returned zero?
I have a functio which has returned zero sometimes when it must not. I saw the function and it is running normal, but when it pa...
6 years ago | 2 answers | 0
2
answersQuestion
How can I relate an object of a figure to an object of another figure?
Hi! I'm using the GUI to build a programm. I crieted a second figure which gets a information from user and should pass that inf...
6 years ago | 0 answers | 0
0
answersQuestion
How create a programm which create new menu item in matlab
I'm making a programm in matlab, but i don't know how to start. I want create a programm which create new menu items in GUI. I d...
6 years ago | 2 answers | 0
2
answersHow to use a same variable to functions in Gui?
I got to solve that problem. I used the function "assignin()" to store a variable and its value. To acess that variable, I use "...
6 years ago | 0
| accepted
Question
How to use a same variable to functions in Gui?
I have used the Gui to build the a programm. I would like when the user to click on menu item A, a number is stored in a variab...
6 years ago | 1 answer | 0
1
answerQuestion
Why has the peaks width changed?
Hello, I have a program I'm seaching peaks and their widths. When I search the highest peak and its width I have two values to w...
6 years ago | 0 answers | 0
0
answersQuestion
How to find seven peaks in matrix 8192X8192?
Hello! I'm trying to find the seven tallest peaks from a matrix whose dimension is 8192X8192. I'm using the following programm: ...
6 years ago | 1 answer | 0
1
answerQuestion
How to fix this erro in GUIDE?
I'm using the Guide to build a programme and i have had the following problem: "Functions are nested too deep" I put the "end" ...
6 years ago | 1 answer | 0
1
answerQuestion
How can I compact a matrix to a define size?
I'm trying to build a compact array. I have a array 8192x8192 and I want to make it for 1024 x 1024. See the code: MC = zer...
6 years ago | 1 answer | 0
1
answerQuestion
Hello! I would like to know how can i disable the button maximize from figure window
I'm trying build a window which show a table 'ev'. But, that table is so little If I maximize the window, the table will be in t...
6 years ago | 1 answer | 0
1
answerQuestion
How to programm a app which selects files from a file folder
I'm new using the GUIDE, and I'm building a programm I want to read files from a file folder. To the app read those files, I wan...
6 years ago | 1 answer | 0
1
answerQuestion
to build a histogram
Hi everybody. I need a help. I'm trying to make a histogram which the average value must be zero. So, I'm not getting a histogra...
6 years ago | 0 answers | 0
0
answersQuestion
Problem with concatenation, help me
Hello people, I have a problem: I'm trying to cocatenate the following arquivo = [arquivo int2str(x) '.FIL'] But when i...
6 years ago | 1 answer | 0