photo

Uladzimir


Last seen: 5 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
8 个回答

Cody

0 个问题
2 个答案

排名
2,613
of 299,823

声誉
24

贡献数
2 个提问
8 个回答

回答接受率
100.0%

收到投票数
8

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
89,350
of 166,136

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

10 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years 前

已回答
Reducing Latency in UDP Communications
Dear Michael, You should run your models in external mode. According to mathworks manual for real-time windows target, it provi...

10 years 前 | 0

已回答
how to calculate number of byte send in UDP
fwrite(u, data, 'float32') Here are numel(data)*4 bytes. fread(u, datas, 'float32') Here are datas*4 bytes

10 years 前 | 0

已回答
Create a notch filter for complex input data
Maybe it will help you F = 244140; Fs = 390625; NFFT = length(YourSignal);%or 2^n YourSpectra = fft(YourSignal,NF...

10 years 前 | 0

已回答
How to find slope of an curve?
You can use discrete derivative block with Ts = 0.1

10 years 前 | 0

已回答
Accessing data from structures
[~,maxind] = max(Pop.B); Pop.A(maxind)

10 years 前 | 0

已回答
how to convert pwm_change_duty() function used in pic uC to a pwm code
function output = pwmoutput(tctnr,q,Tcntr) % q - pwm duty assignment 0...1 % Tcntr - pwm counter period % tau - pwm d...

11 years 前 | 0

| 已接受

已回答
How to save a certain excel file to a specific folder?
you can do it with the standard uiputfile dialog, for example [FileNameBodeWrite, PathNameBodeWrite] = uiputfile({'*.xls';'...

11 years 前 | 4

| 已接受

已回答
How to read all mat files from a folder in matlab?
Try this: mat = dir('*.mat'); for q = 1:length(mat) cont = load(mat(q).name); end I haven't ch...

11 years 前 | 4

提问


Have you ever noticed an increasing delay while UDP protocol send/receive packets?
Dear matlab users, I'll be thankful for the answer on the following question. Have you ever noticed an increasing delay while U...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Real Time UDP from xPC Target
Hi ladies and gentlemen. Who knows the difference between UDP Binary and UDP real Time blocks? Is there any difference in the ti...

11 years 前 | 1 个回答 | 0

1

个回答