Community Profile

photo

Anthony Ricciardi


ATA Engineering, Inc.

Last seen: 4 månader ago Active since 2012

Aerospace engineer with over 10 years of industry and research experience in structural dynamics analysis, aeroelastic analysis, design optimization, and dynamics testing.

Statistics

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

View badges

Content Feed

View by

Submitted


Complex-step-compatible atan2()
atan2() or arctan2() function that is compatible with complex-step derivative operations.

mer än 2 år ago | 1 download |

Submitted


Save figure to image file with tight borders for LaTeX
I like to create vectorized PDF images for LaTeX documents. This function creates images that are ready to include; no cropping ...

mer än 2 år ago | 1 download |

Thumbnail

Submitted


AndersonCFD_Chapter10_Solution
Supersonic flow over a flat plate: numerical solution by solving the complete Navier-Stokes equations

mer än 2 år ago | 1 download |

Thumbnail

Solved


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

mer än 6 år ago

Solved


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

mer än 6 år ago

Solved


Formatting currency numbers
Given a number, format it properly for textual display using the notation $xxx,xxx,xxx.xx. Assume that no more than two digits ...

mer än 6 år ago

Solved


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

ungefär 10 år ago

Solved


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

ungefär 10 år ago

Solved


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

mer än 11 år ago

Solved


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

mer än 11 år ago

Solved


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

mer än 11 år ago