photo

Uladzimir


Last seen: plus de 5 ans il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

2 Questions
8 Réponses

Cody

0 Problèmes
2 Solutions

RANG
2 618
of 300 352

RÉPUTATION
24

CONTRIBUTIONS
2 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
8

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
90 585
of 168 212

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A résolu


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

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

Réponse apportée
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...

environ 10 ans il y a | 0

Réponse apportée
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

environ 10 ans il y a | 0

Réponse apportée
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...

environ 10 ans il y a | 0

Réponse apportée
How to find slope of an curve?
You can use discrete derivative block with Ts = 0.1

environ 10 ans il y a | 0

Réponse apportée
Accessing data from structures
[~,maxind] = max(Pop.B); Pop.A(maxind)

environ 10 ans il y a | 0

Réponse apportée
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...

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
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';'...

plus de 11 ans il y a | 4

| A accepté

Réponse apportée
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...

plus de 11 ans il y a | 4

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse