photo

Patrick Bradford


Last seen: 1 year 前 自 2017 起处于活动状态

Followers: 0   Following: 0

Former race car mechanic turned Mechanical Engineering student.

统计学

MATLAB Answers

4 个提问
1 个回答

排名
143,836
of 300,399

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,952

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,598

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer

查看徽章

Feeds

排序方式:

提问


Help with function for under damped harmonic oscillation decay function, reversed along x axis.
Trying to figure out a F(x) that would look like a under damped harmonic oscillation decay, but swapped on the x axis so the amp...

7 years 前 | 0 个回答 | 0

0

个回答

提问


A function that computes the sum of a geometric series.
A FUNCTION that computes the sum of a geometric series 1 + r + r^2 + r^3 + r^4 + ... + r^n, for a given r and N. THe input to th...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How do you sum a vector and concatenate the outputs into the original array or vector.
function[ArrayZ]=SumArray(ArrayG) A=[1 4 3] B=[6 8 9] ArrayZ=[A;B] S=sum(ArrayZ,1) %%outputs...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Any suggestions for this code? I am attempting to make a .m file to calculate the damping curve of a shock based on % critical damping values.
clc, clear %%x=0:10; %%y=-500:500; %%function [cwlbs,srppi,spmr,smr,lsd,knee,hsd] = criticaldamp(x)%Removed F...

8 years 前 | 2 个回答 | 0

2

个回答

已回答
Any suggestions for this code? I am attempting to make a .m file to calculate the damping curve of a shock based on % critical damping values.
For clarification the intent is to make something similar to the image below with my design perimeters. I am not sure how to ...

8 years 前 | 0