Community Profile

photo

Luca Tarasi


Last seen: oltre un anno fa Attivo dal 2019

Statistiche

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


Unrecognized functions or variables error in a Simulink model that is run from inside a function
I have a Simulink model that will only be run from inside a MATLAB function, using the sim instruction. In this instruction I sp...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Difference between consecutive outputs of Simulink clock block is not the fixed simulation step
I have a Simulink model that's run by the following instruction: SO = sim('schema','StartTime','current_tmin','StopTime', 'curr...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Use of Position property of figures
Hi, in the Command Window, when I execute the following as a single command >> f = figure(1);plot(0);disp(f.Position);f.Window...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Calling evalin with three arguments
Hi, according to the documentation for the evalin function, two arguments need to be given when calling it: ws, a string indica...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Return values of function vs. assignin
Hi, I'm writing a MATLAB function that sets some variables for a Simulink simulation of a planar robot. A bunch of values are ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to get the cursor position relative to figure axes as the cursor moves
Hi, I'd like to get the current cursor position in a figure, relative to the axes. I tried with get(gca, 'CurrentPoint'); but...

oltre 4 anni fa | 0 risposte | 0

0

risposte