photo

Ondrej Piroh


Last seen: 3 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

File Exchange

2 File

Cody

0 Problemi
7 Soluzioni

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

RANK
47.873
of 174.306

CONTRIBUTI
0 Problemi
7 Soluzioni

PUNTEGGIO
83

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer
  • First Submission
  • Solver

Visualizza badge

Feeds

Visto da

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

0.0 / 5
Thumbnail

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 |

0.0 / 5
Thumbnail

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


Add two numbers
Given a and b, return the sum a+b in c.

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