문제를 풀었습니다


Polynomial division
Divide a polynomial u by polynomial v and return the quotients only. Example: u = x^4+3*x^3+5*x+3 v = x^2+1 Answer: ...

거의 4년 전

문제를 풀었습니다


To convolve two vectors
To convolve two vectors

거의 4년 전

문제를 풀었습니다


Adding Cells with numbers defined as strings
Given a cell, with strings representing numbers, add each value. For example: a = {'9','33'}; the output should be: ...

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

거의 4년 전

문제를 풀었습니다


Number Puzzle - 056

거의 4년 전

문제를 풀었습니다


Number Puzzle - 055

거의 4년 전

문제를 풀었습니다


Number Puzzle - 054

거의 4년 전

문제를 풀었습니다


Number Puzzle - 053

거의 4년 전

문제를 풀었습니다


Number Puzzle - 052

거의 4년 전

문제를 풀었습니다


Number Puzzle - 051

거의 4년 전

문제를 풀었습니다


find the 'M'
for an input x, return 1 at the location of the letter 'M'

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Number Puzzle - 117

거의 4년 전

문제를 풀었습니다


Number Puzzle - 116

거의 4년 전

문제를 풀었습니다


Number Puzzle - 115

거의 4년 전

문제를 풀었습니다


Number Puzzle - 114

거의 4년 전

문제를 풀었습니다


Number Puzzle - 104

거의 4년 전

문제를 풀었습니다


Number Puzzle - 103

거의 4년 전

문제를 풀었습니다


Number Puzzle - 102

거의 4년 전

문제를 풀었습니다


Number Puzzle - 093

거의 4년 전

문제를 풀었습니다


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

거의 4년 전

문제를 풀었습니다


Draw Letter 'L'

거의 4년 전

문제를 풀었습니다


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

거의 4년 전

문제를 풀었습니다


Sort complex numbers into complex conjugate pairs
Sort complex numbers into complex conjugate pairs. Example: Input x = [3-6i -1-4i -1+4i 3+6i] Sorted output = [-1 - ...

거의 4년 전

문제를 풀었습니다


Find Euclidean norm of given vector u.
Find Euclidean norm of given vector u. https://en.wikipedia.org/wiki/Euclidean_distance Example x=[1 1] result=sqrt(1^2+1^2...

거의 4년 전

문제를 풀었습니다


Component area
Find the area of the component below, all measurements are in mm <<https://image.ibb.co/hocruF/Component.png>>

거의 4년 전

문제를 풀었습니다


wipe out!
make all the elements in given x zero.

거의 4년 전

문제를 풀었습니다


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

거의 4년 전

문제를 풀었습니다


Calculate the values of a polynomial.
Calculate the values of a polynomial.Input parameter p - vector of polynomial coefficients, x - matrix of the argument values. ...

거의 4년 전

더 보기