photo

Adrien


RWTH Aachen

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
10,511
of 300,759

REPUTATION
4

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
4

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to keep lines on a changing plot ?
Hello, I have an axe : S.a_axe = axes(...); On this axe I'm plotting some data, but I'm making it in a loop, so that ...

11 years ago | 3 answers | 0

3

answers

Question


How to save the value, a string, of a variable as a variable name of an array ?
Hello, I have a variable and a double array : s_fieldnames = 'aaa'; a_nums = [1, 2, 3, 4, 5, 6]; I would like to s...

11 years ago | 2 answers | 0

2

answers

Answered
How to understand gui handles ?
Geoff, i have an other Problem ... I explain it to you : I have a function called GUI_1 : function [] = GUI_1() ...

11 years ago | 0

Question


How to understand gui handles ?
Hello, I'm programming a GUI. I need help by understanding how handles are working. This is simple code : Starting creatin...

11 years ago | 2 answers | 4

2

answers

Question


How to acces a variable in structure when i only have the string saved into a variable
Hello, Here is my code : [filename, pathname] = uigetfile('*.mat', 'Select the MATLAB mat file'); a = load(filename);...

11 years ago | 1 answer | 0

1

answer

Question


How can I save a string from a uicontrol edit box into a a part of my structure ?
Hello, I working on a Programmatic GUI. I have an editbox wich allow the user to enter a string. What I want is to save it in...

11 years ago | 1 answer | 0

1

answer