David Dapuero - MATLAB Central
photo

David Dapuero


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Electrical Engineer
Professional Interests: Electrical, Energy

统计学

MATLAB AnswersFrom 03/12 to 03/25Use left and right arrows to move selectionFrom 03/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
7 个回答

排名
17,617
of 297,851

声誉
2

贡献数
8 个提问
7 个回答

回答接受率
25.0%

收到投票数
1

排名
 of 20,493

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,663

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • 3 Month Streak
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Loss of accuracy when using current source with parallel resistance.
I decided to increase the "original signal" and input it to the current source. Then I make a measurement at the desired point a...

11 years 前 | 0

提问


Loss of accuracy when using current source with parallel resistance.
Hi everybody. I need to apply a concrete current shape into a circuit with several paths with also several inductances and mu...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Imprecision due to resistance in parallel with a current source
Hi everyone. I am trying to simulate the distribution of a very concrete current wave into a circuit with different paths. Al...

11 years 前 | 1 个回答 | 0

1

个回答

提问


SOLVE with symbolic and non symbolic variables
Hello everybody! I would like to solve a system with 5 symbolic-variables. The muneric values in the ecuación are also varia...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
get(eventdata.NewValue,'Tag') ===>>> Error ??? Attempt to reference field of non-structure array.
I think that the reasson is for being a GUIDE GUI... it does not accept eventdata.NewValue Instead of that I have used... get...

13 years 前 | 1

| 已接受

提问


get(eventdata.NewValue,'Tag') ===>>> Error ??? Attempt to reference field of non-structure array.
Hello, ¿somebody knows what is happening? I can´t get the Selected data from a button group panel: function uipanel8_Sele...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
Adding Print and Save-Load functionality to a GUI made with GUIDE
I have just solved it that way. But it is really awful creating an .txt and then copying to word to make later an pdf... The ...

13 years 前 | 0

提问


Error in acces to the handles of NewValue through the eventdata of a buttongroup
Hello, I am trying to access to the handles of the new selection inside a buttongroup using the recomendation made in the web...

13 years 前 | 0 个回答 | 0

0

个回答

已回答
Illogical and strange behavior of the Gui button group s
I am getting information from the radio buttons in a direct way and not through the uibuttongroup... this way: function cogeD...

13 years 前 | 0

提问


Illogical and strange behavior of the Gui button group s
Hello everybody. I have got a quite big GUI just made. It was working perfectly till the moment I decided to add a new "edit ...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Adding Print and Save-Load functionality to a GUI made with GUIDE
Hello again. What I am doing by now is creating a .txt file by: results=fopen('results.txt','w'); fpintf(results,'Short...

13 years 前 | 0

提问


Adding Print and Save-Load functionality to a GUI made with GUIDE
Hello. I would like to add Print functionality to a GUI made with GUIDE. My GUI consist on a *main GUI* to put in data and...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
Several Guis Sharing information
First Gui function inputdata_OpeningFcn setappdata(0,'hMainGui',gcf) function pushbutton1_Callback hMainGui = g...

13 years 前 | 0

已回答
share data between guis
I solved it with setappdata and getappdata... http://www.mathworks.de/matlabcentral/answers/32111-several-guis-sharing-informat...

13 years 前 | 0

提问


Several Guis Sharing information
I am making a program with several GUIS. Basically it´s a first GUI for input data, and them few Guis that are open depending of...

13 years 前 | 2 个回答 | 0

2

个回答