photo

Luca Tarasi


Last seen: 26 days ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
151,803
of 297,503

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

5 years ago | 0 answers | 0

0

answers

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 2 answers | 0

2

answers

Question


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 ...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 0 answers | 0

0

answers