photo

Patrick Bradford


Last seen: oltre un anno fa Attivo dal 2017

Followers: 0   Following: 0

Former race car mechanic turned Mechanical Engineering student.

Statistica

MATLAB Answers

4 Domande
1 Risposta

RANK
234.294
of 300.364

REPUTAZIONE
0

CONTRIBUTI
4 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Explorer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 8 anni fa | 2 risposte | 0

2

risposte

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

oltre 8 anni fa | 0