Community Profile

photo

Nathan Hardenberg


Last seen: 13 dagen ago Active since 2020

Programming Languages:
Python
Spoken Languages:
German

Statistics

  • 3 Month Streak
  • Revival Level 2
  • First Answer

View badges

Content Feed

View by

Answered
How to test MPU6050 with arduino Uno in simulink?
I wrote a pretty detailed answer regarding this Question on the follwing forum post: https://de.mathworks.com/matlabcentral/ans...

ongeveer 2 maanden ago | 0

Answered
MPU6050 Arduino Uno Simulink
You need the "Simulink Support Package for Arduino Hardware" (Can be installed as Add-On) Use the "MPU6050 IMU Sensor"-Block fr...

ongeveer 2 maanden ago | 0

Answered
SENSOR_INIT_ERROR: MPU6050 IMU Sensor for Arduino Mega 2560 in Simulink
I tried the same thing and got the same problem. I tested with an Arduino Mega and UNO. Both had the same problem! With the MATL...

ongeveer 2 maanden ago | 0

Answered
How do I troubleshoot issues with disabling the Windows Hyper-V feature for Simulink Desktop Real-Time?
The accepted solution did not work for me. I found the solution for my problem here: https://superuser.com/a/1702614/1218362 "G...

6 maanden ago | 1

Answered
How to call element of matrix of symbolic variables
Since the code answer is a bit hidden in the comments I'm posting the solution as full code here: syms th1(t) Lc1 tc1(t) = [...

11 maanden ago | 4

Answered
Symbolic vectors 'invalid variable name'
In my R2021b version your code works without an error. And the output is like one would expect: syms a [1 4] display(a)

11 maanden ago | 0

Answered
How do I create a UDP Server in Simulink?
At the moment (28.10.2021) Simulink has no functionality to read out sender/client ip and port. I got this functionality with a ...

meer dan een jaar ago | 0

| accepted

Answered
How to create array of linearly spaced values from starting and ending points
I want to add the same function/functionality for Simulink. Since the given answer does not seem to work with a Simulink Matlab-...

meer dan een jaar ago | 0

Answered
Error when import urdf file into simulink.
This error happens if no robot name is defined in the urdf file! The first line of the urdf file should look something like thi...

bijna 2 jaar ago | 0

Question


How do I create a UDP Server in Simulink?
Question I'm trying to create an UDP-Server with Simulink. I found many differend UDP-Send and UDP-Receive/UDP-Read Blocks in S...

bijna 2 jaar ago | 1 answer | 0

1

answer

Answered
I am making a UDP server using Matlab to communicate with UDP client using Tiva C (by code composer) through ethernet cable , the client and server are on the same laptop but the tiva c IP address is 192.168.1.200
Here is an example using udpport() since udp() will be removed in a future release! Here PORT is the port of the server the dat...

bijna 2 jaar ago | 1

Answered
Error reading VRML file: ***.wrl: Can't open file for reading.
For me the problem was the path. One folder contained a #-symbol which caused the error. Even if the path is relative a # in the...

bijna 2 jaar ago | 1

Answered
Macaulay functions in MUPad
Not quite the solution you are looking for, but it is certainly possible to use the heaviside function. The heaviside function i...

bijna 3 jaar ago | 0