photo

Luca Tarasi


Last seen: 26 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
147,199
of 297,457

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答