photo

James McMichael


Last seen: 5年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
84 解答

ランク
N/A
of 302,087

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,533

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
8,301
of 178,760

コントリビューション
0 問題
84 解答

スコア
981

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

5年以上 前

解決済み


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

5年以上 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

5年以上 前

解決済み


Area of a circle
Find the value for area of the circle if diameter is given

5年以上 前

解決済み


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

5年以上 前

解決済み


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

5年以上 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

5年以上 前

解決済み


length of a vector
Find twice the length of a given vector.

5年以上 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

5年以上 前

解決済み


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

5年以上 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

5年以上 前

解決済み


Free passes for everyone!
_Simply return the name of the coolest numerical computation software ever_ *Extra reward* (get a _freepass_): Once a mont...

5年以上 前

解決済み


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

5年以上 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

5年以上 前

解決済み


Converts numbers into characters
Converts numbers into characters

5年以上 前

解決済み


Find the max element of the array
Find the max element of the array

5年以上 前

解決済み


Double all elements in the array
Duplicate all elements in the array

5年以上 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

5年以上 前

解決済み


to the 2 all elements
to the 2 all elements

5年以上 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

5年以上 前

解決済み


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

5年以上 前

解決済み


surface of a spherical planet
you just discovered its circumference, that is the input.

5年以上 前

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

5年以上 前

解決済み


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

5年以上 前

解決済み


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

5年以上 前

さらに読み込む