![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/870182_1620706341659_DEF.jpg)
Gabriel Ruiz-Martinez
Followers: 0 Following: 0
Interested in water waves, coastal and oceanographic phenomena.
Statistiques
RANG
3 853
of 297 016
RÉPUTATION
14
CONTRIBUTIONS
1 Question
7 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
1
RANG
191 of 20 419
RÉPUTATION
6 865
CLASSEMENT MOYEN
4.00
CONTRIBUTIONS
21 Fichiers
TÉLÉCHARGEMENTS
72
ALL TIME TÉLÉCHARGEMENTS
67796
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Colebrook-White equation, using Newton-Raphson
The Colebrook-White equation is solved using the iterative method of Newton-Raphson.
presque 2 ans il y a | 6 téléchargements |
A soumis
gebcotif2xyz
GEBCO geotiff file data are exported to two xyz files, one of them in geographical coordinates and other in UTM coordinates.
environ 2 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/52e8968b-a1df-495f-ada8-61afc5ded7bb/de2caeb5-a9e6-4874-915d-2e2340742e11/images/1652489525.png)
A soumis
Conversion from water pressure to depth
Leroy and Parthiot equation is used to the conversion of water pressure to depth. This equation is an alternative to the UNESCO ...
environ 3 ans il y a | 2 téléchargements |
Harmonic Analysis for Tidal time series data
@Shuvashish Roy, you can try with LP-TIDES, this a nice Matlab GUI that uses T-Tide toolbox. Regards
plus de 3 ans il y a | 0
Shallow Water wave phase speed.
@Jeremiah Thomas, a solution could be this: % Wave period (s) T = 2:15; % Water depths vector (m) d = 1:4000; % Gravit...
plus de 3 ans il y a | 0
A résolu
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
plus de 3 ans il y a
A résolu
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
plus de 3 ans il y a
A résolu
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
plus de 3 ans il y a
A résolu
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
plus de 3 ans il y a
A résolu
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
plus de 3 ans il y a
A résolu
Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]
plus de 3 ans il y a
A résolu
Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...
plus de 3 ans il y a
A résolu
Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...
plus de 3 ans il y a
A résolu
Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...
plus de 3 ans il y a
A résolu
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
plus de 3 ans il y a
A résolu
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
plus de 3 ans il y a
A résolu
Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...
plus de 3 ans il y a
A résolu
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
plus de 3 ans il y a
A résolu
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
plus de 3 ans il y a
A soumis
Modified Shields diagram and criterion
shieldsmodbonlay(rhom,diam) computes the modified Shields criterion for the initiation of motion of a cohesionless sediment.
plus de 3 ans il y a | 3 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/817ae9fb-a931-4fc7-a990-2146631ddbdd/d63c49fb-3916-4502-a31d-c1b42bf75b0d/images/1628699925.png)
Tide analysis and prediction
A little late Nazmul, but I hope this answer can help to other people with the same doubt. All tidal analysis requires two inpu...
plus de 3 ans il y a | 0
| A accepté
What data from mareographs do I need to perform a tide prediction in T-Tide?
Hi Alexandria, It's little late to reply your message, but I hope this message can help to other people with the same doubt. I...
plus de 3 ans il y a | 0
Math lab tool for calculating of Tide
Hi Indika, if you have a water level record of 12 years, you can use the Rich Pawlowicz's T-Tide Matlab toolbox to analyze your...
plus de 3 ans il y a | 1
| A accepté
Amount of rain and precipitation simulation
In order to give you an idea, you should check the algorithm of: Intensity duration frequency curves or check this book: Arag...
presque 4 ans il y a | 0
| A accepté
A soumis
Exporting HYCOM currents data to txt and mat files
Downloading sea currents components currents of a point dataset from HYCOM dataset, using an OpeNDAP URL.
presque 4 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/fbd25eab-7e14-422a-9c44-d6017f6f9785/1799c7e0-36a8-4797-a255-06176aaa91b2/images/1618785680.png)
Downloading HYCOM data using Matlab and OPeNDAP
HI Amitava, thanks for sharing your Powershell script. Recently, I faced off the same problem as you. Using the NCTOOLBOX (Schil...
presque 4 ans il y a | 0
A soumis
Seawater density from salinity, temperature and pressure
From practical salinity, temperature and pressure values, the seawater density is computed.
environ 4 ans il y a | 19 téléchargements |