photo

ChrisR


Last seen: Today 2015년부터 활동

Followers: 6   Following: 0

메시지

I teach courses in water resources and environmental fluid mechanics.

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

통계

All
MATLAB Answers

0 질문
3 답변

Cody

329 문제
4853 답안

순위
10,304
of 302,123

평판
4

참여
0 질문
3 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,554

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
6
of 179,222

참여
329 문제
4853 답안

점수
57,779

배지 수
111

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 1
  • First Answer
  • Curator
  • Project Euler I
  • Strings II Master
  • R2016b Feature Challenge Master
  • Magic Numbers Master
  • Quiz Master
  • Sequences And Series III Master
  • Computational Geometry I Master
  • Matrix Manipulation II Master

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Not yet geometry(equilateral triangle)
Type the formula of the area(A) of an equilateral triangle with a side of a. Tip: As a string.

8일 전

문제를 풀었습니다


Gometry time2!(easy to medium)
Given the same circle as ''Geometry time!'' below you are now requested to to find the length of the section OAB(L). However the...

8일 전

문제를 풀었습니다


Not yet geometry(triangles)
Write the formula of the area of a triangle(A) that has a height of h and a base of b. Tip: Write the formula as a string.

8일 전

문제를 풀었습니다


Gear ratio of a gear pair
Let's assume that we have a pair of two gears(pinion-bigger gear). The goal is to calculate the gear ratio(i) given the number (...

8일 전

문제를 풀었습니다


Not yet geometry(square, rectangle and trapezium)
Type the formula of the area of a square(Asq) of side(a), a rectangle(Arec) of length(l) and width(w) and of a trapezium(Atr) of...

8일 전

문제를 풀었습니다


Not yet geometry(Circles)
Type the formula of the area(Ac) of a circle with radius r and a sector of a circle(As) with radius r and angle theta in rads. ...

8일 전

문제를 풀었습니다


Almost done with the "tutorial"(Perimeter of a circle)
Find the perimeter of a circle(P) if radius r is given.

8일 전

문제를 풀었습니다


Swap the column given with another one!
We have a random sized matrix A. You have to change the nth column with the kth column. The result must be a matrix B. For exam...

8일 전

문제를 풀었습니다


Geometry time!(easy)
Suppose that we have a square and its Area is given. Then we have the following circle (with center O) which has the same radius...

8일 전

문제를 풀었습니다


Test your geometry knowledge!(simple)
We have the following shape and you need to: 1) Find the area of the triangle ABE(A_tr). (Suppose that the angle E is 90 degree...

8일 전

문제를 풀었습니다


Calculate the Compression of a Spring
A mechanical engineer wants to determine how much a spring will compress when a force is applied to it. According to Hooke’s Law...

16일 전

문제를 풀었습니다


Radar Target Distance Calculation
A radar system sends a short electromagnetic pulse toward a target and measures the elapsed time between transmission and recept...

30일 전

문제를 풀었습니다


Reverse the Sign
Write a function that returns the input with the sign of every element reversed. The input may be a scalar, vector, or matrix. ...

30일 전

문제를 풀었습니다


Column Vector
The third problem in Linear Algebra group. Create a column vector like this:

30일 전

문제를 풀었습니다


Row Vector
The second problem in Linear Algebra group. Create this vector in MATLAB: [7 8 26]

30일 전

문제를 풀었습니다


Scalar
The First problem in Linear Algebra group. Make scalar contains the value:

30일 전

문제를 풀었습니다


Matrix
The fourth problem in Linear Algebra group. Create a matrix like this: 14 7 26 7 8 6 3 0 30

30일 전

문제를 풀었습니다


Sum of Elements Above the Main Diagonal of a Square Matrix
Given a square matrix as input, write a function that returns the sum of all elements above the main diagonal. If the input mat...

대략 2개월 전

문제를 풀었습니다


Show me the shape of your array
Write a function that determines the shape of the input array x: Return 'square' if x has the same number of rows and colum...

대략 2개월 전

문제를 풀었습니다


Caesar Cipher: shift a lowercase string
A Caesar cipher shifts every letter forward through the alphabet by a fixed amount, wrapping around from z back to a. Given a...

대략 2개월 전

문제를 풀었습니다


Is the Matrix Square?
Write a function that determines whether the input matrix x is square. Return true if x has the same number of rows and columns...

대략 2개월 전

문제를 풀었습니다


Sum of proper divisors (aliquot sum)
A proper divisor of a positive integer n is any divisor of n except n itself. The aliquot sum is the sum of all proper divisors....

대략 2개월 전

문제를 풀었습니다


Play the Disk
To access the memory address of program on disk, MS-DOS uses sectors,cylinders and heads, on disk in 3D coordinates. Given the h...

2개월 전

문제


Compute the reduced totient
The totient function counts numbers less than n that are relatively prime to n. The reduced totient function, or Carmichael lamb...

2개월 전 | 0 | 솔버 수: 6

문제를 풀었습니다


A KING AND 100 PRISONERS

2개월 전

문제를 풀었습니다


Calculate the h-index (revisited)
H-index is a powerful tool for quantifying the scientific contribution of a researcher. The H-index is defined as follows (fro...

2개월 전

문제


Count divisors of n!
The factorial of 5, or 5! = 120, has 16 divisors: 1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60, and 120. How many does n!...

2개월 전 | 1 | 솔버 수: 7

문제를 풀었습니다


Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!

2개월 전

문제를 풀었습니다


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

3개월 전

문제를 풀었습니다


MATLAB 101: List Manipulation: Add and Remove
Create a MATLAB function that performs dynamic list operations on a cell array of strings. The function should accept the curren...

3개월 전

더 보기