解決済み


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

5年弱 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

5年弱 前

解決済み


Your favourite city!
Type your favourite city.

5年弱 前

解決済み


Find Logic 1

5年弱 前

解決済み


Sum all integers from 1 to 2^x
Given a number x, your function must return the summation of all integers from 1 to 2^x.

5年弱 前

解決済み


Find Logic 8

5年弱 前

解決済み


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

5年弱 前

解決済み


Use R2016b Text Manipulations to Fix These Addresses (Part 3)
We have a series of addresses like the following which we'd like to reformat. Each of the addresses lacks a space and a comma ...

5年弱 前

解決済み


Use R2016b Text Manipulations to Fix These Addresses (Part 2)
We have a series of addresses like the following which we'd like to reformat. All the addresses are in the Boston area of Mass...

5年弱 前

解決済み


Use R2016b Text Manipulations to Fix These Addresses (Part 1)
We have a series of addresses like the following which we'd like to reformat. Can you remove the latitude and longitude from the...

5年弱 前

解決済み


Find Logic 3

5年弱 前

解決済み


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

5年弱 前

解決済み


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

5年弱 前

解決済み


Nth root
Nth root of a number x

5年弱 前

解決済み


Vector raised to a power, element-wise (★)
Given a vector A and a number x, raise each element of the vector to the power of x. Thus, if A = [2 5 7 1] and x = 0.5, then ...

5年弱 前

解決済み


Sum two matrices
Take two incoming matrices, and sum them

5年弱 前

解決済み


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

5年弱 前

解決済み


String Array Basics, Part 4: Convert String Array with Missing Values to Cell Array
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

5年弱 前

解決済み


String Array Basics, Part 3: Convert Cell Array with Missing Values to String Array
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

5年弱 前

解決済み


String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

5年弱 前

解決済み


String Array Basics, Part 2: Convert String Array to Cell Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

5年弱 前

解決済み


Create a vector of the first n natural numbers (★)
If n = 7, your program should return a vector y, where y = [1 2 3 4 5 6 7].

5年弱 前

解決済み


Add two hex numbers
Add two hex numbers

5年弱 前

解決済み


Remove All elements less than 5
Given an input vector x, remove all elements of x less than 5 . Example: Input x = [ 1 2 5 7 3 ] Output y is [ 5 7 ...

5年弱 前

解決済み


Find Logic 4

5年弱 前

解決済み


Determine if a row vector has NaN
Determine if a row vector x has NaN

5年弱 前

解決済み


Find Logic 18

5年弱 前

解決済み


Change matrix to vector2
From x = 4 3 5 1 5 1 To y = 4 3 5 1 ...

5年弱 前

解決済み


Element-wise vector product (★)
Given two vectors x and y, compute their element-wise product z. Thus, if x = [1 3 5] and y = [0.5 -1 2], then z = [1*0.5...

5年弱 前

解決済み


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

5年弱 前

さらに読み込む