Jonathan
University of Utah
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
0 Problemas
7 Soluciones
CLASIFICACIÓN
7.012
of 295.569
REPUTACIÓN
6
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
44.44%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
43.439
of 154.105
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
80
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Getting Both Symbolic Output and Numeric Output
I would like to generate symbolic expressions representing the computations involved in a snippet of code (shown below), while s...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Rigid Transform to Get Rotation About X-axis
Consider the figure below: <</matlabcentral/answers/uploaded_files/48471/Screen%20Shot%202016-03-25%20at%203.25.54%20PM.png>>...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Brushless DC Motor Not Modeled as Expected
I have been building up <https://drive.google.com/file/d/0B0ElH85QJC5WenBKdkw0cF9Vcms/view?usp=sharing a model for a DJI F450> q...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Change Revolute Joint Axis in SimMechanics
I am leveraging SimMechanics, SimElectronics, and Simulink to model a quadcopter system for an embedded system class project ( <...
más de 8 años hace | 1 respuesta | 3
1
respuestaPregunta
Dynamics Simulation Inconsistencies in SimMechanics Model
I have been learning how to use SimMechanics and Simulink to model an F450 quadcopter system. I used SimMechanics Link for Solid...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Ideal Torque and Rotational Motion Sensors
I am trying to monitor the angular velocity and torque generated by a brushless DC motor. I am using the 'elec_brushless_dc_moto...
más de 8 años hace | 1 respuesta | 2
1
respuestaPregunta
Unexpected Dynamics in SimMechanics Model
Hi community, I am in the process of learning Simulink, SimMechanics, and SimElectronics. I am leveraging these tools to mode...
más de 8 años hace | 1 respuesta | 1
1
respuestaResuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
más de 11 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 11 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 11 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 11 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 11 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 11 años hace
Pregunta
Row/Column Deletion Formatting
Though the title sounds quite trivial, I am confused as to how MATLAB formats the resulting matrix after a deletion. For inst...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting a 3-D Function with Interpolated Shading
I am having issues with the *meshgrid* ( <http://www.mathworks.com/help/matlab/ref/meshgrid.html> ) function. I need X and Y to ...
más de 11 años hace | 1 respuesta | 0