photo

Lorenzo


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

22 Domande
16 Risposte

Cody

0 Problemi
1 Soluzione

RANK
13.503
of 300.364

REPUTAZIONE
3

CONTRIBUTI
22 Domande
16 Risposte

ACCETTAZIONE DELLE RISPOSTE
31.82%

VOTI RICEVUTI
3

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
111.648
of 168.407

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 3
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


2D Interpolation on unstructured cylindrical coordinates
Dear all, I have a set of 2D unstructured cylindrical coordinates which I need to map to a structured grid. I can interpolate t...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Risposto
Unstructured grid to structured grid
Things are getting even more difficult… I actually don't have a grid but a set of cylindrical coordinates in a plane, namely a s...

quasi 11 anni fa | 0

Domanda


Unstructured grid to structured grid
Dear all, what would be the best way, in your opinion, to get a structured grid out of an unstructured grid? What I have is ...

quasi 11 anni fa | 2 risposte | 0

2

risposte

Risposto
Efficient way to calculate backwards average
Thanks everybody for the answers. With a vector of 50k elements I get the following run time: my method: 10.17 s John's...

circa 11 anni fa | 0

Domanda


Efficient way to calculate backwards average
Dear all, I'm looking for an efficient way to calculate a backwards moving average, i.e., giving a vector A I want to calcula...

circa 11 anni fa | 5 risposte | 0

5

risposte

Domanda


Force GUI to resume from outside
Dear all, I have a gui which starts on wait (uiwait(handles.figure)). This is totally ok as long as the user is interacting wit...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


GUIDE: Duplicated elements without duplicated functions
Dear all, I'm writing a GUI in GUIDE with a lot of duplicated elements. I have 20 tables and 20 textboxes. Depending on the dat...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Collect output of gui as a regular function
Dear all, I recently asked a question on how to share handles between two different GUIs. This is a slightly different question...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Risposto
Hot to set fields from one GUI to another
I guess it doesn't work eventually... when I do guidata(GUI1) it appears to be working but indedd it runs GUI1 from start back a...

quasi 12 anni fa | 0

Risposto
Hot to set fields from one GUI to another
Mischa, Jan, I found my answer in Mischa's link: in my GUI2 I now have: function pushbutton1_Callback(hObject, eventdata...

quasi 12 anni fa | 0

Domanda


Hot to set fields from one GUI to another
Dear all, I've been able to transfer variables from one gui to another, there's plenty of stuff around on that. What I hav...

quasi 12 anni fa | 4 risposte | 0

4

risposte

Domanda


Hide gui at start and show it once it is ready
Dear all, I've built a gui with quite a number of elements. Now, it shows a little bit of delay in the elements creation at sta...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


GUI resize functionality and screen resolution
Dear all, I discovered that my GUI changes a lot when changing the display resolution and the result is that some of the elemen...

quasi 12 anni fa | 1 risposta | 1

1

risposta

Domanda


Deploytool and GUI: limitations?
Dear all, I'm currently developing a GUI which eventually I'll compile using deploytool. At the moment the main features of my...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Duplicated elements in a GUI
If I understood correctly, when creating a new object one can define its create function by choosing an hObject value which can ...

quasi 12 anni fa | 0

Risposto
Duplicated elements in a GUI
Thanks both of you. I'm not sure I undestand though. Would you mind providing an example? Maybe I should have explained better ...

quasi 12 anni fa | 0

Domanda


Duplicated elements in a GUI
Dear all, I have a gui with 20 different tables. They all perform the same calculation with the data entered in each one of the...

quasi 12 anni fa | 4 risposte | 0

4

risposte

Domanda


GUI: unused function warning
Dear all, quick question on a GUI. Let's say you set up a button that plots a graph once pushed. In the editor you need a funct...

quasi 12 anni fa | 1 risposta | 2

1

risposta

Risposto
Cycle trough handles on GUI
That's great, thanks! I guess I'll ty and use eval in order to do that… That's something I've already done in the past but I was...

quasi 12 anni fa | 0

| accettato

Domanda


Cycle trough handles on GUI
Dear all, this is probably a stupid question and it was probably asked a thousand times before… Anyway… I have a GUI with a lo...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


GUIDE: set handle with function
Dear all; I'm building a GUI with GUIDE and I have few tables. Now, for every each one of those tables I want to set the data...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Matlab 2011b Crashing at start on Mac 10.8.4, installation crashes as well
Found the answer here: http://www.mathworks.com/matlabcentral/answers/79489-java-1-6-0_51-breaks-matlab-2012b-and-below In p...

oltre 12 anni fa | 0

Domanda


Matlab 2011b Crashing at start on Mac 10.8.4, installation crashes as well
Dear all; since a couple of days I'm not able to run Matlab anymore. It crashes as soon as I launch it. If I try and reinstall ...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
GUIDE: chains of elements, problem with updating the last one
Thanks Evan. Your idea looks nice. The only problem is that in my description above I slightly simplified the situation as inste...

oltre 12 anni fa | 0

Domanda


GUIDE: chains of elements, problem with updating the last one
Dear all; I'm creating a user interface and I'm having some doubts. My user interface has (at least) two tables and two text bo...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Risposto
GUIDE: Updating table rows depending on popup user choice
Dear all; I need to create more than one popup+list set so it would be good if I could use a variable for the options for the p...

oltre 12 anni fa | 0

Risposto
GUIDE: Updating table rows depending on popup user choice
Great! It works perfectly! I've been fighting with this for the whole day... I guess my problem is that when I built the user in...

oltre 12 anni fa | 0

Domanda


GUIDE: Updating table rows depending on popup user choice
Dear all; this is the first time I'm using guide so this may be a really stupid question, sorry about that! I have a popup a...

oltre 12 anni fa | 3 risposte | 0

3

risposte

Risposto
GUIDE - guidata not working
I guess my problem is that probably I haven't understood how nested functions work... Also: how can I update the table values o...

oltre 12 anni fa | 0

Domanda


GUIDE - guidata not working
Dear all; I don't have much of experience with guide so what I'm asking might be a real silly issue... I have a simple GUI in ...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Carica altro