photo

Patrick Bradford


Last seen: 1년 초과 전 2017년부터 활동

Followers: 0   Following: 0

Former race car mechanic turned Mechanical Engineering student.

통계

MATLAB Answers

4 질문
1 답변

순위
188,827
of 300,381

평판
0

참여
4 질문
1 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

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