Community Profile

photo

Anthony Ricciardi


ATA Engineering, Inc.

Last seen: 5ヶ月 前 2012 年からアクティブ

Followers: 0   Following: 0

連絡

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

統計

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

バッジを表示

Feeds

表示方法

送信済み


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

2年以上 前 | ダウンロード 1 件 |

送信済み


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

2年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

3年弱 前 | ダウンロード 3 件 |

Thumbnail

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

10年以上 前

解決済み


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

10年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前

解決済み


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

11年以上 前