문제를 풀었습니다


Extract a specific part of matrix!
In the given matrix, extract element that have odd rows and column number. For example A=[1 4 2 3 5] B=extractodd(A);...

거의 5년 전

문제를 풀었습니다


Delete x value in given vector y.
Delete x value in given vector y. Exapmle x=5; y=[ 1 2 5 6 74 5 2 5] result=[1 2 6 74 2]

거의 5년 전

문제를 풀었습니다


Compare two strings.
Compare two strings, whether they are equal or not.

거의 5년 전

문제를 풀었습니다


Draw a '4' in a zero matrix!

거의 5년 전

문제를 풀었습니다


Draw a '6' in a zero matrix!

거의 5년 전

문제를 풀었습니다


Draw a '7' in a zero matrix!

거의 5년 전

문제를 풀었습니다


Draw a '8' in a zero matrix!

거의 5년 전

문제를 풀었습니다


Draw a '3' in a zero matrix!

거의 5년 전

문제를 풀었습니다


Draw a '2' in a zero matrix!

거의 5년 전

문제를 풀었습니다


Draw a '9' in a zero matrix!

거의 5년 전

문제를 풀었습니다


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

거의 5년 전

문제를 풀었습니다


Problem 44444 !!! free beer everyone
just say hallelujah to solve this problem

거의 5년 전

문제를 풀었습니다


easy problem
Find the last element of the array

거의 5년 전

문제를 풀었습니다


Triangle Numbers (★★)
(copy of problem 5) Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3...

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

문제를 풀었습니다


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

거의 5년 전

문제를 풀었습니다


Annoying population
Every year the number of annoying persons in the office triples Found the population, given a(0) and t

거의 5년 전

문제를 풀었습니다


calculate Compound Intrest
Calculate Compound Intrest for given data

거의 5년 전

문제를 풀었습니다


Spiral In
Create an m by n matrix filled with sequential integers starting from 1 and arranged in a counterclockwise spiral that hugs the ...

거의 5년 전

문제를 풀었습니다


Draw a '5' in a zero matrix!

거의 5년 전

문제를 풀었습니다


Calculate sin(x) without sin(x)
Calculate y = sin(x) x = 0 -> y= 0 without the use of sin(x) or cos(x)

거의 5년 전

문제를 풀었습니다


Square root of number
Square root of given number.

거의 5년 전

문제를 풀었습니다


Step up
For given input array, output a array with all elements step up by two

거의 5년 전

문제를 풀었습니다


Count me in
Count the number of occurrences of the second input in the first input Ex. x1 = 12344455511; x2 =2; output = 1 ...

거의 5년 전

문제를 풀었습니다


Find max prime number
Given integer number n. Find the max prime number (mpn) that smaller than or equal to n. Example: n = 10 --> mpn = 7

거의 5년 전

문제를 풀었습니다


Create tangent function out of sine function only
Please don't use cosine and tangent functions

거의 5년 전

문제를 풀었습니다


Save variables
a=[1] Save variable a that is located in workspace into current folder. File name should be 'a.mat'

거의 5년 전

문제를 풀었습니다


Doubling elements in a vector (★★)
(copy of prob. 1024) Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] t...

거의 5년 전

문제를 풀었습니다


Convert from integer to binary
if true % decimalToBinaryVector(x) end

거의 5년 전

문제를 풀었습니다


UICBioE240 problem 1.12
The mathematical quantities e^x, ln x, and log x are calculated in Matlab using the expressions exp(x), log(x), and log10(x), re...

거의 5년 전

더 보기