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
File Exchange

3 파일

Cody

0 문제
8 답안

순위
N/A
of 301,296

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
10,360 of 21,225

평판
60

평균 평점
5.00

참여
3 파일

다운로드 수
6

ALL TIME 다운로드 수
534

순위
45,025
of 173,832

참여
0 문제
8 답안

점수
90

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

4년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

4년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

4년 초과 전 | 다운로드 수: 4 |

0.0 / 5
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...

8년 초과 전

문제를 풀었습니다


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

8년 초과 전

문제를 풀었습니다


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

8년 초과 전

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

대략 12년 전

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


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

13년 초과 전