Community Profile

photo

Kristina Ilyovska

Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
C++

통계

All
  • First Submission
  • GitHub Submissions Level 1
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Promoter
  • Commenter
  • Draw Letters
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

제출됨


Elapsed Time & Timestamp Delta Blocks for Simulink Real-Time
Example models of Time Elapsed and Timestamp Delta blocks that run on Simulink Real-Time target computers with QNX.

대략 2년 전 | 다운로드 수: 1 |

문제를 풀었습니다


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

대략 2년 전

문제를 풀었습니다


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

대략 2년 전

문제를 풀었습니다


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

대략 2년 전

문제를 풀었습니다


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

대략 2년 전

문제를 풀었습니다


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

대략 2년 전

문제를 풀었습니다


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

대략 2년 전

문제를 풀었습니다


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

대략 2년 전

문제를 풀었습니다


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

대략 2년 전

문제를 풀었습니다


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

대략 2년 전

문제를 풀었습니다


Draw a '4' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Draw a '6' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Draw a '9' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Draw a '7' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Draw a '8' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Draw a '3' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Draw a '2' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Draw a '5' in a zero matrix!

대략 2년 전

문제를 풀었습니다


Find x rows where the sum of the numbers is the maximum

대략 2년 전

문제를 풀었습니다


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

대략 2년 전

문제를 풀었습니다


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

대략 2년 전

문제를 풀었습니다


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

대략 2년 전

문제를 풀었습니다


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

대략 2년 전

문제를 풀었습니다


Narcissistic problem
How many likes has this problem?

대략 2년 전

문제를 풀었습니다


Basic commands - Greatest common divisor
Please write a function, which, will put as output greatest common divisor. Example: A = [-5 17; 10 0];...

대략 2년 전

문제를 풀었습니다


Basic commands - Least common multiple
Make a function which will return least common multiple of "a" and "b" Example: a=8; b=6; y=24;

대략 2년 전

문제를 풀었습니다


Basic commands - rounding
make a function which will round to integer, which is nearer to zero. Example x=[-2.5 2]; y=[-2 2];

대략 2년 전

문제를 풀었습니다


Basic commands - amount of inputs
Make a function, which will return amount of given inputs Example: amountinput(1,2,4,3,10) -> 5 , because we gave functio...

대략 2년 전

문제를 풀었습니다


BASICS - sum part of vector
Please make a function, where as input you get vector "x" and and vector "c", where in "c" vector you get indexes to sum. Examp...

대략 2년 전

문제를 풀었습니다


cross in array
Make a cross from "1" in odd size array. Other value from array should be equal to "0"; As input you get length of side of arra...

대략 2년 전

더 보기