photo

Madison


Last seen: 約2年 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
87 解答

ランク
N/A
of 302,053

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,521

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
5,396
of 178,541

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

スコア
1,012

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Sum sum!!!
Sum the numbers from 1 to n

約2年 前

解決済み


Determine the square root
Determine the square root of the value the user has entered, n.

約2年 前

解決済み


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

約2年 前

解決済み


divide by 5

約2年 前

解決済み


Leader
An element of a list is called a "leader" if every element to its right (and not just the one immediately to its right) is stric...

約2年 前

解決済み


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

約2年 前

解決済み


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

約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年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


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年 前

解決済み


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年 前

解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

約2年 前

解決済み


Temperature Conversion 1

約2年 前

解決済み


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

約2年 前

解決済み


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

約2年 前

解決済み


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]

約2年 前

解決済み


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

約2年 前

解決済み


Matlab Basics II - Count rows in a matrix
Write a function that returns that number of rows in a vector or matrix x example: x = [1; 2; 3] output = 3

約2年 前

解決済み


Reverse a matrix
Its simple. You have to reverse a given matrix.

約2年 前

解決済み


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

約2年 前

解決済み


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

約2年 前

解決済み


01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>

約2年 前

解決済み


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

約2年 前

解決済み


Positive Infinity
Round the array a towards positive infinity

約2年 前

解決済み


Negative Infinity
Round the given array a towards negative infinity.

約2年 前

解決済み


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

約2年 前

解決済み


Back to basics 12 - Input Arguments
Covering some basic topics I haven't seen elsewhere on Cody. Return a value equal to the number of input arguments to the fun...

約2年 前

さらに読み込む