photo

Erik


Swarthmore College

Last seen: 23 jours il y a Actif depuis 2008

Followers: 0   Following: 0

Message

Statistiques

All
File Exchange

8 Fichiers

Cody

0 Problèmes
18 Solutions

RANG
N/A
of 301 275

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
369 of 21 216

RÉPUTATION
4 368

CLASSEMENT MOYEN
4.50

CONTRIBUTIONS
8 Fichiers

TÉLÉCHARGEMENTS
51

ALL TIME TÉLÉCHARGEMENTS
41437

RANG
27 807
of 173 777

CONTRIBUTIONS
0 Problèmes
18 Solutions

SCORE
190

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


echeever/BodePlotGui
A tool for generating piecewise linear asymptotic Bode diagrams.

plus de 5 ans il y a | 2 téléchargements |

4.7 / 5
Thumbnail

A résolu


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

environ 7 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

plus de 8 ans il y a

A résolu


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

plus de 9 ans il y a

A résolu


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

plus de 9 ans il y a

A soumis


echeever/SecondOrderGUI
A GUI useful for learning and/or teaching properties of second order systems

plus de 10 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


echeever/ConvolveGUI
A GUI for graphically demonstrating the convolution process.

plus de 10 ans il y a | 3 téléchargements |

4.33333 / 5
Thumbnail

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

environ 11 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

environ 11 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

environ 11 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 11 ans il y a

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

plus de 11 ans il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

presque 13 ans il y a

A soumis


p_input - mimic functionality of "input" while publishing.
This function mimics the behavior of the "input" function but works while publishing.

plus de 13 ans il y a | 1 téléchargement |

4.9 / 5

A soumis


GUI for Root Locus
This program helps to sketch root locus plot

plus de 14 ans il y a | 17 téléchargements |

4.4 / 5
Thumbnail

A soumis


GUI for Understanding Nyquist Plots
This is a GUI designed to help learn about Nyquist plots.

plus de 14 ans il y a | 2 téléchargements |

4.7 / 5
Thumbnail

A soumis


SCAM- A tool for symbolically solving circuit equations
This tool starts with a netlist (similar to spice) and generates and solves the resulting circuit.

plus de 17 ans il y a | 7 téléchargements |

5.0 / 5
Thumbnail

A soumis


Visualizing Phasors, an Animated GUI
A tool for visualizing phasor (voltage, current, impedance), along with animation.

plus de 17 ans il y a | 17 téléchargements |

4.5 / 5
Thumbnail