photo

Hillary


Last seen: 2年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
86 解答

ランク
N/A
of 302,087

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,533

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
7,324
of 178,760

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

スコア
1,002

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


add 1 to x
add 1 to x

2年以上 前

解決済み


add 8 to x
add 8 to x

2年以上 前

解決済み


add 11 to x
add 11 to x

2年以上 前

解決済み


add 10 to x
add 10 to x

2年以上 前

解決済み


add 9 to x
add 9 to x

2年以上 前

解決済み


add three to x
add three to x

2年以上 前

解決済み


add 7 to x
add 7 to x

2年以上 前

解決済み


add 0 to x
add 0 to x

2年以上 前

解決済み


add 6 to x
add 6 to x

2年以上 前

解決済み


add 5 to x
add 5 to x

2年以上 前

解決済み


add 4 to x
add 4 to x

2年以上 前

解決済み


Min of a Matrix
Return the minimum value in the given matrix.

2年以上 前

解決済み


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

2年以上 前

解決済み


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

2年以上 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

2年以上 前

解決済み


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

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

解決済み


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

2年以上 前

解決済み


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

2年以上 前

解決済み


Find sum of alternate numbers in a vector
Find sum of alternate numbers in a vector starting from index 1

2年以上 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

2年以上 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

2年以上 前

解決済み


Add two to x
Add two to x

2年以上 前

解決済み


Dot Product

2年以上 前

解決済み


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

2年以上 前

解決済み


Factorial

2年以上 前

解決済み


Basics: Divide integers to get integer outputs in all cases
Divide integers a and b in such a way that output y is always an integer (in ceil manner)

2年以上 前

解決済み


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

2年以上 前

解決済み


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

2年以上 前

解決済み


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

2年以上 前

さらに読み込む