Rafael Hernandez-Walls - MATLAB Central
photo

Rafael Hernandez-Walls


Last seen: 25日 前 2010 年からアクティブ

Followers: 0   Following: 0

My interest is everything related to numerical schemes applied to PDE and Oceanography, UABC.

統計

All
CodyMATLAB AnswersFile ExchangeFrom 06/10 to 03/25Use left and right arrows to move selectionFrom 06/10Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
69 回答

File Exchange

4 ファイル

Cody

2 問題
1269 解答

ランク
738
of 297,711

評判
104

コントリビューション
0 質問
69 回答

回答採用率
0.00%

獲得投票数
12

ランク
4,066 of 20,465

評判
357

平均評価
2.70

コントリビューション
4 ファイル

ダウンロード
5

ALL TIME ダウンロード
3530

ランク
75
of 159,406

コントリビューション
2 問題
1269 解答

スコア
13,316

バッジ数
17

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Knowledgeable Level 3
  • 6 Month Streak
  • Quiz Master
  • Community Group Solver
  • Personal Best Downloads Level 1
  • First Submission
  • Knowledgeable Level 2
  • Introduction to MATLAB Master
  • Project Euler I
  • Cody Problems in Japanese Master

バッジを表示

Feeds

表示方法

解決済み


Swap between first and last column
The idea is to swap between first and last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 ...

11ヶ月 前

解決済み


Remove a specific row with max value
Remove the row that contain the max value in the matrix? If you like the problem, please like it :)

11ヶ月 前

解決済み


Swap between rows
The idea is to swap between second and second last row Ex = [1 2 3 4 5; 5 4 3 2 1; 1 2 3 4 5; 1 2 3 4 5; ...

11ヶ月 前

解決済み


Count consecutive 0's in between values of 1
So you have some vector that contains 1's and 0's, and the goal is to return a vector that gives the number of 0's between each ...

約1年 前

解決済み


Molar Air Density from Temperature and Pressure
The molar density of air can be found from the Temperature and Pressure using the ideal gas law. where the Molar density STP ...

2年以上 前

解決済み


Calculate Wind Chill Factor
The NWS Wind Chill Temperature (WCT) index formula for calculating the dangers from winter winds and freezing temperatures: Cal...

2年以上 前

解決済み


Air Mass to Star for an Observer at Mean Sea Level
Air mass is a measure of how much atmosphere light from a source above the atmosphere (eg sun, planet, star) has to travel throu...

2年以上 前

解決済み


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

2年以上 前

解決済み


Construyendo matrices parte 2
Construye la siguiente matriz a partir de otros tres vectores/matrices. [ 1 8 15 3 3 3 3 2 9 16 3 3...

2年以上 前

解決済み


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

2年以上 前

解決済み


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

2年以上 前

解決済み


Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, _f(x)_, passed as the first argument, between upper and lower limi...

2年以上 前

解決済み


Differential equations I
Given a function handle |f| an initial condition |y0| and a final time |tf|, solve numerically the differential equation dy...

2年以上 前

解決済み


Weighted Convolution
Given two input vectors x = [x_1, x_2, ..., x_K] and y = [y_1, y_2, ..., y_K] of equal length, compute the weighted convolution ...

3年弱 前

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

3年以上 前

解決済み


mathematics , probability problem
How many different result can we have, rolling k dice?

3年以上 前

解決済み


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

3年以上 前

解決済み


MATLAB Basics: Complex Numbers
For a given complex number, x, return the real and imaginary parts as a vector, y = [Real Imaginary].

3年以上 前

解決済み


Flip coins

3年以上 前

解決済み


Normalizing a vector

3年以上 前

解決済み


Return fibonacci sequence do not use loop and condition
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: ...

3年以上 前

解決済み


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

3年以上 前

解決済み


Find the next Fibonacci number
In the sequence of Fibonacci numbers, every number is the sum of the two preceding ones: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55...

3年以上 前

解決済み


Mass Conversion 1

3年以上 前

解決済み


Mass Conversion 2

約4年 前

解決済み


Calculate the answer to life the universe and everything
<https://en.wikipedia.org/wiki/42_(number)>

約4年 前

解決済み


How many hours are there in a day in Italy?
Remember "European Summer Time"

約4年 前

解決済み


Temperature Conversion 3

約4年 前

解決済み


Temperature Conversion 2

約4年 前

解決済み


Temperature Conversion 1

約4年 前

さらに読み込む