Vladimir Melnikov - MATLAB Central
photo

Vladimir Melnikov


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 01/20 to 04/25Use left and right arrows to move selectionFrom 01/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 个提问
3 个回答

排名
12,146
of 298,292

声誉
4

贡献数
1 个提问
3 个回答

回答接受率
0.0%

收到投票数
2

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
How to round the decimals?
the easiest way: round (X,N) e.g: >> round(0.12345,1) ans = 0.100000000000000 >> round(0.12345,2) ans = 0.120000000000...

5 years 前 | 2

已回答
do we have a serial to parallel converter and parallel to serial cnvrtr in matlab 2014b
the way I do it is using "Unit Delay" blocks in series and after them a "Bit Concat" - also you need a kind of strobe to latch t...

5 years 前 | 0

已回答
Simulink block for serial to parallel convertor
yes there is "Serial-In Parallel-Out Shift Register". But it acts not as I would expect. For serial to parrralell I use serie...

5 years 前 | 0

提问


Simulink Real-Time Speedgoat. Start the model at powerup??
Hi. I have a real Time Machine. Every time I start a machine - it is empty and i have to download a model to it. How can i sav...

5 years 前 | 1 个回答 | 0

1

个回答