photo

Uladzimir


Last seen: oltre 4 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

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

Visualizza badge

Feeds

Visto da

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

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

oltre 9 anni fa | 0

Risposto
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

oltre 9 anni fa | 0

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

oltre 9 anni fa | 0

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

oltre 9 anni fa | 0

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

oltre 9 anni fa | 0

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

oltre 10 anni fa | 0

| accettato

Risposto
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';'...

oltre 10 anni fa | 4

| accettato

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

oltre 10 anni fa | 4

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta