photo

Sarah Dacey


Last seen: 24日 前 2026 年からアクティブ

Followers: 0   Following: 0

統計

Cody

0 問題
86 解答

ランク
N/A
of 301,704

評判
N/A

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,387

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
7,265
of 176,138

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

スコア
1,002

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Find the surface area of a cone.
For instance, Given r (radius) = 3, and s (slant height) = 5: surface area should be 94.

24日 前

解決済み


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

24日 前

解決済み


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

24日 前

解決済み


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

24日 前

解決済み


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

24日 前

解決済み


Array of Ones
Create a 100 X 100 array of ones.

24日 前

解決済み


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

24日 前

解決済み


Degrees to Radian
Convert degrees to radians

24日 前

解決済み


Radians to Degrees
Convert radians to degrees.

24日 前

解決済み


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

24日 前

解決済み


Product of Array
Given an array of numbers. Get the product of the array.

24日 前

解決済み


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

24日 前

解決済み


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

24日 前

解決済み


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

24日 前

解決済み


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

24日 前

解決済み


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

24日 前

解決済み


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

24日 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

24日 前

解決済み


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

24日 前

解決済み


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

24日 前

解決済み


Check if integer
Given a vector of elements, determine if each element is an integer and return true or false accordingly.

24日 前

解決済み


Power of n ?
Determine if x (positive integer) is a power of n, return true or false accordingly.

24日 前

解決済み


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

24日 前

解決済み


square root
Find the square root (y) of an input (x).

24日 前

解決済み


select the primes of a vector
Find the prime numbers in a vector

24日 前

解決済み


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

24日 前

解決済み


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

24日 前

解決済み


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

24日 前

解決済み


Prime numbers between a , b.
Find all prime number between a & b (including a and b). example: a=100 b=120 y= [101 103 107 109 113]

24日 前

さらに読み込む