解決済み


calculate PI without using pi function
There are many methods to get the pi(Ratio of circumference to diameter). You should get pi without using the pi function in M...

5年以上 前

解決済み


Negative without '-'
Simple: return a negative number without using the '-' sign. Thanks to Problem <https://www.mathworks.com/matlabcentral/cody/...

5年以上 前

解決済み


Subtract integers and add doubles
Create a function that subtracts a from b if a and b are integers and adds them if they are floats.

5年以上 前

解決済み


Count the number of folds needed to pack a large sheet
In a certain paper factory, large sheets of paper are being made every day. Before sending the sheets for shipment, they have to...

5年以上 前

解決済み


Calculate the sphericity of a Raschig ring
Sphericity is a measure of the roundness of any particle. It was defined by Wadell in 1935 as the ratio of the 'surface area of ...

5年以上 前

解決済み


Convert a temperature reading from Celsius to an unknown scale
Two of the most famous temperature scales are the Celsius and the Fahrenheit scale. In reality, however, there are so many other...

5年以上 前

解決済み


print 'Hello W0rld'

5年以上 前

解決済み


Sum of big primes without primes
Inspired by Project Euler n°10 (I am quite obviously a fan). With problem n°250 by Doug, you can find some global methods to ...

5年以上 前

解決済み


Infinite precision division
Develop a function that will divide a very very large integer numerator, supplied to function as a string (e.g., '12233344445555...

5年以上 前

解決済み


Yoonir - 01
Find the area of a five-pointed star inscribed in a circle of radius r.

約6年 前

解決済み


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

約6年 前

解決済み


A "Complex" Converter: Rectangular Form <-> Polar Form
*BACKGROUND / MOTIVATION:* Complex numbers can be an important tool in an electrical engineer's toolbox because they can help...

約6年 前

解決済み


Rescale Scores
Each column (except last) of matrix |X| contains students' scores in a course assignment or a test. The last column has a weight...

約6年 前

解決済み


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

約6年 前

解決済み


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

約6年 前

解決済み


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

約6年 前

解決済み


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

6年以上 前

解決済み


Sum Sum Sum!
Calculate the sum of the natural numbers from 1 to n

6年以上 前

解決済み


easy problem
Find the last element of the array

6年以上 前

解決済み


Converts numbers into characters
Converts numbers into characters

6年以上 前

解決済み


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

6年以上 前

解決済み


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

6年以上 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

6年以上 前

解決済み


Calculate the square root of a number
Input a Output b = srt(a)

6年以上 前

解決済み


Find the max element of the array
Find the max element of the array

6年以上 前

解決済み


Matrix multiplication across rows
Given matrix m, return matrix n such that, rows of n are result of multiplication of the rows of the input matrix Example ...

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

さらに読み込む