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

más de 12 años hace | 0

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

más de 12 años hace | 1

Pregunta


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?

más de 12 años hace | 1 respuesta | 0

1

respuesta

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

más de 12 años hace | 0

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

más de 12 años hace | 0

| aceptada

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

más de 12 años hace | 0

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

más de 12 años hace | 0

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

más de 12 años hace | 0

| aceptada

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

más de 12 años hace | 1

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

más de 12 años hace | 0

| aceptada

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

más de 12 años hace | 0

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

más de 12 años hace | 0

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

más de 12 años hace | 0

| aceptada

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

más de 12 años hace | 0

Pregunta


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?

más de 12 años hace | 1 respuesta | 0

1

respuesta

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

más de 12 años hace | 0

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

más de 12 años hace | 1

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

más de 12 años hace | 0

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

más de 12 años hace | 0

| aceptada

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

más de 12 años hace | 0

| aceptada

Respondida
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?

más de 12 años hace | 0

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

más de 12 años hace | 0

| aceptada

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

más de 12 años hace | 0

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

más de 12 años hace | 4

| aceptada