Answered
Simulink communication to Raspberry USB port
Hello Salvatore, yes there is. Check out: <http://www.mathworks.de/hardware-support/raspberry-pi.html>. You need the Support Pac...

12 years ago | 0

Answered
How to export a matrix in a text file?
Try |dlmwrite('dataexport.txt',A,'newline','pc')|.

12 years ago | 1

Question


Can you share meeting materials from the MATLAB & Simulink Racing Lounge?
Are video recordings, presentations, and MATLAB and Simulink files from the Lounge sessions available?

12 years ago | 1 answer | 0

1

answer

Answered
MATLAB simplify complex expressions
Use the <http://www.mathworks.com/help/symbolic/index.html Symbolic Math Toolbox>, see |<http://www.mathworks.com/help/symbolic/...

12 years ago | 0

Answered
Reset GUI M-File
Delete the associated |.m| file and reopen the GUI in GUIDE. In GUIDE, open Tools > GUI options... check "Generate FIG file and ...

12 years ago | 0

| accepted

Answered
plotting functions with range
For |x = 0| MATLAB interprets the tan-term essentially as a |0 / 0 = NaN| (not a number) and not |tan(0) = 0| . This is because ...

12 years ago | 0

Answered
syntax for plot functions
You need to use the dot notation all the way throughout the equation, e.g., |f1 = 1 - x - x.^2./(2 + x) - x.^3./(3 + x) - x....

12 years ago | 0

Answered
Averaging Hysteresis Data - how to do it?
Hello Guiseppe, try to use curve fitting. In MATLAB, go to the Apps tab and find the Curve Fitting app (in the math, statistics ...

12 years ago | 0

| accepted

Answered
How to solve atan2 function Problem?
To make |atan2| a proper, *one-to-one* (called *bijective*) function it -- by definition -- returns angular values between |-pi|...

12 years ago | 1

Answered
Solving 3 simultaneous first order differential equations
If none of the variables s, p, x depend on ยต you can simply go ahead and solve the three differential equations. Once solved you...

12 years ago | 0

| accepted

Answered
How to have a coordinate system that moves with the object
David, you are on the right track. See <http://www.mathworks.com/matlabcentral/answers/108319#answer_117493 this> MATLAB answer ...

12 years ago | 0

Answered
Extract Euler Angles from 3x3 rotation matrix resulted in matlab camera calibration process
The short answer is, it can be whatever you want it to be: the rotation matrix simply defines the orientation of the camera fram...

12 years ago | 0

Answered
When will the complimentary S/W for Formula Student teams for 2014 be available?
Complimentary S/W licenses for Formula Student teams are available as of now. Please see the attached file for detailed informat...

12 years ago | 0

| accepted

Answered
does the Matlab Version for Formula Student Licence expire on 1st January 2014 ??
The new licenses for 2014 are available as of now. See this <http://www.mathworks.com/matlabcentral/answers/109919#answer_118524...

12 years ago | 0

Question


When will the complimentary S/W for Formula Student teams for 2014 be available?
Which toolboxes are on the license? How do we get access to the S/W?

12 years ago | 1 answer | 0

1

answer

Answered
How do you make an object travel in a circle in the 3d world editor?
Open the VR sink block that represents your model and check "translation" of all of the four rotating objects in the VRML tree. ...

12 years ago | 0

Answered
How to animate vector from 6-DOF data?
Hello Paul, the most elegant approach would be to use the <http://www.mathworks.de/products/3d-animation/ Simulink 3D Animati...

12 years ago | 1

Answered
How could I connect the Euler angles to vrealm?
See <http://mathworks.de/matlabcentral/answers/108319#answer_117493 this MATLAB answer>.

12 years ago | 0

Answered
does the Matlab Version for Formula Student Licence expire on 1st January 2014 ??
Hello Giuseppe, hello OBR, we are finalizing our 2014 support for the competition and expect to have a new license in place ...

12 years ago | 0

| accepted

Answered
Help me visualize Attitude Dynamics please?
Based on your information I assume this is about visualizing (animating) the rotation of one reference frame relative to another...

12 years ago | 0

| accepted

Answered
switching between quaternion and rotation matrix - 3D rotation Matric Problem
Based on your information it is not quite clear what exactly you are trying to accomplish. Could you give more detail?

12 years ago | 0

Answered
Aerospace toolbox rotations: right-handed or left-handed?
It is proper right-handed. The rotation matrix for a right-handed rotation about the z-axis with a rotation angle psi is given b...

12 years ago | 0

| accepted

Answered
Write a program using Matlab that will rotate an arbitrary vector by an arbitrary set of Euler angles
See <http://mathworks.de/matlabcentral/answers/108319#answer_117493 this MATLAB answer> for reference, which uses a 3-2-1 (conse...

12 years ago | 0

Answered
Drive the Rotation on a body in Virtual Reality from a simulink model signal
The problem is, that you have 3 rotation angles (yaw, pitch, roll) about different rotation axes and that the VR model requires ...

12 years ago | 4

| accepted