photo

Michael Arvin


Last seen: mehr als 3 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

11 Fragen
0 Antworten

RANG
36.272
of 300.753

REPUTATION
1

BEITRÄGE
11 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
63.64%

ERHALTENE STIMMEN
1

RANG
 of 21.075

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.858

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Sending changed constant values in Simulink external mode
I am trying to program a "master" STM32 board using Simulink to send a uint16 value via UART/Serial Communication to a "slave" S...

mehr als 3 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Is it possible to use STM32's Low-Layer Library in Matlab/Simulink?
Hi all, I am trying to program and control a Reaction Wheel Inverted Pendulum with a STM32-L476RG board and a SimpleFOCShield u...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I make the movmean calculate the moving average at the start- and endpoints of an array but in conjunction to each other?
Currently my sample program is as following A = [0 2 4 1 3 5 7]; M = movmean(A,[2 1]) For example, I want to find the movin...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to smooth a curve with movmean with consideration of the start and end of an array?
Hello. I am trying to smooth out a curve with movmean. My current code looks like this: Start_i_len = 8; smooth_offset = ce...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I delete certain parts of a cell array and interpolate it when needed? Without using signal processing toolbox.
Hello. I have a cell array of 8 rotation speed with its measured values. (20000:-2500:2500)rpm I want to shrink the size of ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I detect if the input number is within a certain range?
How do I detect the upper and lower limit of a number if the input is within a certain range? For example: input_Num = 3371; ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I find the mean of certain parts of a cell array?
Hello. I am trying to find the mean value of certain parts of a cell array. Each cell array row has 8192 values and I am trying ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I input multiple values in an array/matrix multiple times?
Hello. I am trying to input multiple values in an array/matrix multiple times. So far I've tried using a for-loop but it only ch...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I get rid of certain values with the same X-axis value in a certain range?
Hello. I am trying to ignore/delete certain points in my data/plot. The x-axis is the time and the y-axis is the value. The time...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Finding start and end point of array from csv
I am trying to set the starting and ending point of x from a csv file when y = 1. How do I do it? RawDataTable = readtable('b...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I filter my data points without using signal processing toolbox?
I have an excel file containing 2 columns of data. Time and Encoder Raw data. From there I would like to smooth out the data (wi...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort