Clément P
Followers: 0 Following: 0
Statistics
RANK
262 883
of 295 467
REPUTATION
0
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
85.71%
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
Read m file with fgets / fgetl
Hi, I want to read a m file called 'File1.m' and write in the same time a 'File2.m'. My code (simplified for example) is ...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
Plot data from a cell array in a struct
Hi everyone, I want to plot (in a GUI) datas from a cell array. This cell array is contained in a structure, and this struct...
mer än 8 år ago | 1 answer | 0
1
answerAfter pressing a push button in main gui ,how to get image in another figure
Hi, If you just want to plot in a new figure, you need to create a figure like this : h=figure('Name','Plot','NumberTit...
mer än 8 år ago | 0
Question
Save workspace and move file
Hi everyone, I have an issue with saving variables. I want to save my variables in a .mat file in a specified folder. Here ...
mer än 8 år ago | 3 answers | 0
3
answersQuestion
GUI : uicontrol values
Hi everyone, I have a GUI with several check boxes/togglebuttons/Pushbutton. I want to set the value to 0 of all the uiconto...
mer än 8 år ago | 1 answer | 0
1
answerTransfer of information between GUIs
Actually it works with waitfor(handles.GUI_B). ;)
mer än 8 år ago | 0
| accepted
How do I fill in the data table to the image so it appears uitable1?
Hi Marquel, You need to use the handle of your uitable. Check this : <http://fr.mathworks.com/help/matlab/ref/uitable.h...
mer än 8 år ago | 0
Question
Transfer of information between GUIs
Hi everyone, I'm working on a program which have 2 GUIs. My GUI_A is my main GUI and GUI_B is the sub GUI. I have a PushB...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
GUI inside another GUI
Hi everyone, I want to open a GUI (GUI_Retrait) in my first GUI (GUI3) but I have trouble with it. I use GUIDE for GUI3 and ...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
Uses of handles value in GUI
Hello, I'm having trouble using GUIDE. I'm currently working on an interface with togglebuttons and axes. I would like t...
mer än 8 år ago | 1 answer | 0