回答済み
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

| 採用済み