답변 있음
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년 초과 전 | 0

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

12년 초과 전 | 1

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 1

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

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

12년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 4

| 수락됨