解決済み


Vector Magnitude Calculator
'a' is a vector that starts at the origin and ends at (x, y). Find ||a||. Hint: It is as simple as "ABC".

3ヶ月 前

解決済み


Pass the Threshold!!
Write a Matlab function that will take as input a matrix of arbitrary dimensions and a scalar threshold value, and return a vec...

3ヶ月 前

解決済み


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

3ヶ月 前

解決済み


Solve the equation. Find X.

3ヶ月 前

解決済み


String Logic 1
Examples: 'CAT' --> 'IGZ' 'DOG' --> 'JUM'

3ヶ月 前

解決済み


Sum All Positive Elements
Output a scalar that is equal to the sum of all positive elements in a given vector/matrix. For Example: The sum of all positi...

3ヶ月 前

解決済み


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

3ヶ月 前

解決済み


Matrix Max Finder
Output the maximum value in a matrix

3ヶ月 前

解決済み


Values in Array
How many values are in the array

3ヶ月 前

解決済み


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

3ヶ月 前

解決済み


size

3ヶ月 前

解決済み


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

3ヶ月 前

解決済み


Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...

3ヶ月 前

解決済み


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

3ヶ月 前

解決済み


Draw a '4' in a zero matrix!

3ヶ月 前

解決済み


Draw a '6' in a zero matrix!

3ヶ月 前

解決済み


Draw a '9' in a zero matrix!

3ヶ月 前

解決済み


Draw a '7' in a zero matrix!

3ヶ月 前

解決済み


Draw a '8' in a zero matrix!

3ヶ月 前

解決済み


Draw a '3' in a zero matrix!

3ヶ月 前

解決済み


Draw a '2' in a zero matrix!

3ヶ月 前

解決済み


Draw a '5' in a zero matrix!

3ヶ月 前

解決済み


Draw a '1' in a zero matrix!

3ヶ月 前

解決済み


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

3ヶ月 前

解決済み


area

3ヶ月 前

解決済み


Circle : Square

3ヶ月 前

解決済み


Multiply pi
Multiply pi with x!

3ヶ月 前

解決済み


Summy's even sum

3ヶ月 前

解決済み


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

3ヶ月 前

さらに読み込む