photo

Nwaobasi Chukwuemeka


Last seen: Today 2025 年からアクティブ

Followers: 0   Following: 0

Assistant Lecturer Professional Interests: Technical computation and programming, including graphics programming

統計

All
File Exchange

2 ファイル

Cody

0 問題
27 解答

ランク
N/A
of 300,857

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
8,593 of 21,097

評判
96

平均評価
0.00

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

ダウンロード
27

ALL TIME ダウンロード
965

ランク
16,324
of 171,361

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

スコア
341

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Community Group Solver
  • Solver
  • Personal Best Downloads Level 2
  • First Review
  • First Submission

バッジを表示

Feeds

表示方法

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

約10時間 前

解決済み


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]

約11時間 前

解決済み


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

約14時間 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

約14時間 前

解決済み


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

約15時間 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約16時間 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

約20時間 前

解決済み


Return area of square
Side of square=input=a Area=output=b

約21時間 前

解決済み


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

1日 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

1日 前

解決済み


Draw a '4' in a zero matrix!

1日 前

解決済み


Draw a '6' in a zero matrix!

1日 前

解決済み


Draw a '9' in a zero matrix!

1日 前

解決済み


Draw a '7' in a zero matrix!

1日 前

解決済み


Draw a '8' in a zero matrix!

1日 前

解決済み


Draw a '3' in a zero matrix!

1日 前

解決済み


Draw a '2' in a zero matrix!

1日 前

解決済み


Draw a '5' in a zero matrix!

1日 前

解決済み


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

1日 前

解決済み


Draw a '1' in a zero matrix!

1日 前

解決済み


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

1日 前

解決済み


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

1日 前

解決済み


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

1日 前

解決済み


Laws of motion 6

1日 前

解決済み


Laws of motion 3

1日 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

1日 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1日 前

送信済み


Stewart platform with ball balancing
Simulink dynamic model of a Stewart platform with ball balancing capability and as a gyroscope

2日 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Self balancing robot
Simulink model for an inverted pendulum (self balancing robot) with disturbance rejection.

11ヶ月 前 | ダウンロード 21 件 |

0.0 / 5
Thumbnail