Anthony Ricciardi
ATA Engineering, Inc.
Followers: 0 Following: 0
Statistiques
RANG
N/A
of 302 057
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
10 400 of 21 525
RÉPUTATION
60
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
3 Fichiers
TÉLÉCHARGEMENTS
3
ALL TIME TÉLÉCHARGEMENTS
536
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Complex-step-compatible atan2()
atan2() or arctan2() function that is compatible with complex-step derivative operations.
presque 5 ans il y a | 24 téléchargements |
A soumis
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 ...
presque 5 ans il y a | 378 téléchargements |
A soumis
AndersonCFD_Chapter10_Solution
Supersonic flow over a flat plate: numerical solution by solving the complete Navier-Stokes equations
environ 5 ans il y a | 134 téléchargements |
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 9 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 ...
environ 9 ans il y a
A résolu
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 ...
environ 9 ans il y a
A résolu
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...
plus de 12 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...
plus de 12 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 13 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...
presque 14 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 14 ans il y a




