photo

Jonathan


University of Utah

Last seen: 5 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

9 个提问
0 个回答

Cody

0 个问题
7 个答案

排名
7,920
of 300,863

声誉
6

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
6

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
47,840
of 171,413

贡献数
0 个问题
7 个答案

评分
80

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


Change Revolute Joint Axis in SimMechanics
I am leveraging SimMechanics, SimElectronics, and Simulink to model a quadcopter system for an embedded system class project ( <...

10 years 前 | 1 个回答 | 3

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 2

1

个回答

提问


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

10 years 前 | 1 个回答 | 1

1

个回答

已解决


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

12 years 前

已解决


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

12 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

已解决


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

12 years 前

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答