photo

Muhammad Hadif


Last seen: 10ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
94 解答

ランク
N/A
of 302,092

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,538

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
4,877
of 178,851

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

スコア
1,024

バッジ数
4

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

3年弱 前

解決済み


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

3年弱 前

解決済み


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

3年弱 前

解決済み


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

3年弱 前

解決済み


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

3年弱 前

解決済み


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

3年弱 前

解決済み


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

3年弱 前

解決済み


Find cross product of 2 vectors
Find cross product of 2 vectors

3年弱 前

解決済み


Dot Product

3年弱 前

解決済み


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

3年弱 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

3年弱 前

解決済み


Find The area of the square
Given that the length of the side of a square is x, find the area.

3年弱 前

解決済み


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

3年弱 前

解決済み


area

3年弱 前

解決済み


Transpose of matrix
Transpose of matrix as per test cases

3年弱 前

解決済み


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

3年弱 前

解決済み


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

3年弱 前

解決済み


Square root of a number
Write a code that will output the square root of x.

3年弱 前

解決済み


easy problem
Find the last element of the array

3年弱 前

解決済み


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

3年弱 前

解決済み


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

3年弱 前

解決済み


Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...

3年弱 前

解決済み


Function(3)
Use this function to earn some points on your cody journey! function y = your_fcn_name(x) y = x^2 - 12; end

3年弱 前

解決済み


Easy Function
Use this function to earn some points (hit submit): function y = your_fcn_name(x) y = x^2 + 10; end

3年弱 前

解決済み


Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; end

3年弱 前

解決済み


Create Function
Use the equation below to earn some points! function y = fcn_of_your_choice(x) y = x^2; end

3年弱 前

解決済み


Easy Function(2)
Hit the submit button for some cody points! function y = your_fcn_name(x) y = x^2 + 20; end

3年弱 前

解決済み


Function(1)
Use this function for some points (free) function y = your_fcn_name(x) y = x^2 + 2; end

3年弱 前

解決済み


Easy Function(4)
Use the submit button to earn points function y = your_fcn_name(x) y = x^2 + 40; end

3年弱 前

解決済み


Utilize this function
Press submit for some points function y = your_fcn_name(x) y = x^2 - 2; end

3年弱 前

さらに読み込む