photo

Clément P


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
3 个回答

排名
273,058
of 299,793

声誉
0

贡献数
7 个提问
3 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


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 ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


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...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
After 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...

9 years 前 | 0

提问


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 ...

9 years 前 | 3 个回答 | 0

3

个回答

提问


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...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
Transfer of information between GUIs
Actually it works with waitfor(handles.GUI_B). ;)

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

提问


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...

9 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


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...

9 years 前 | 1 个回答 | 0

1

个回答