David Dapuero
Followers: 0 Following: 0
Electrical Engineer
Professional Interests: Electrical, Energy
Statistiques
RANG
17 617
of 295 467
RÉPUTATION
2
CONTRIBUTIONS
8 Questions
7 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus de 10 ans il y a | 0
Question
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 12 ans il y a | 1 réponse | 0
1
réponseget(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...
plus de 12 ans il y a | 1
| A accepté
Question
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesAdding 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 ...
plus de 12 ans il y a | 0
Question
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...
plus de 12 ans il y a | 1 réponse | 0
0
réponseIllogical 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...
plus de 12 ans il y a | 0
Question
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 ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseAdding 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...
plus de 12 ans il y a | 0
Question
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesSeveral Guis Sharing information
First Gui function inputdata_OpeningFcn setappdata(0,'hMainGui',gcf) function pushbutton1_Callback hMainGui = g...
plus de 12 ans il y a | 0
share data between guis
I solved it with setappdata and getappdata... http://www.mathworks.de/matlabcentral/answers/32111-several-guis-sharing-informat...
plus de 12 ans il y a | 0
Question
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...
plus de 12 ans il y a | 2 réponses | 0