Statistica
RANK
110.969
of 301.383
REPUTAZIONE
0
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
16.107 of 21.252
REPUTAZIONE
8
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
2 File
DOWNLOAD
2
ALL TIME DOWNLOAD
84
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Using the force output calculated in one script as an input to mass/spring damper
I would like to ask if this equation is applicable for deep waves and if the ratio between D / lamba> 0.2 ?
quasi 4 anni fa | 0
Inviato
Equations_solver
Equations solver for system of equations matrix A * matrix X = matrix B.
oltre 4 anni fa | 1 download |
Inviato
Single_DOF_oscillator
Single DOF oscillator application. In this application you can calculate deflection in some special time and also rendering curv...
oltre 4 anni fa | 1 download |
Risolto
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...
quasi 5 anni fa
Risolto
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...
quasi 5 anni fa
Risolto
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 ...
quasi 5 anni fa
Risolto
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 ...
quasi 5 anni fa
Risolto
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...
quasi 5 anni fa
Risolto
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:...
quasi 5 anni fa


