Community Profile

photo

Gabriel Ruiz-Martinez


2006년부터 활동

Interested in water waves, coastal and oceanographic phenomena.

통계

All
  • MATLAB Central Treasure Hunt Finisher
  • Scavenger Finisher
  • 3 Month Streak
  • Knowledgeable Level 2
  • Community Group Solver
  • Introduction to MATLAB Master
  • Personal Best Downloads Level 3
  • First Review
  • Revival Level 2
  • First Answer
  • 5-Star Galaxy Level 4
  • First Submission

배지 보기

Content Feed

보기 기준

제출됨


Colebrook-White equation, using Newton-Raphson
The Colebrook-White equation is solved using the iterative method of Newton-Raphson.

대략 1년 전 | 다운로드 수: 7 |

제출됨


gebcotif2xyz
GEBCO geotiff file data are exported to two xyz files, one of them in geographical coordinates and other in UTM coordinates.

대략 1년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


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

대략 2년 전 | 다운로드 수: 2 |

답변 있음
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

2년 초과 전 | 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...

2년 초과 전 | 0

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

2년 초과 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

2년 초과 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

2년 초과 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

2년 초과 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

2년 초과 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

제출됨


Modified Shields diagram and criterion
shieldsmodbonlay(rhom,diam) computes the modified Shields criterion for the initiation of motion of a cohesionless sediment.

2년 초과 전 | 다운로드 수: 3 |

Thumbnail

답변 있음
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...

2년 초과 전 | 0

| 수락됨

답변 있음
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...

2년 초과 전 | 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...

2년 초과 전 | 0

| 수락됨

답변 있음
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...

거의 3년 전 | 0

| 수락됨

제출됨


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.

거의 3년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
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...

거의 3년 전 | 0

제출됨


Seawater density from salinity, temperature and pressure
From practical salinity, temperature and pressure values, the seawater density is computed.

대략 3년 전 | 다운로드 수: 24 |

더 보기