문제를 풀었습니다


Monostatic Radar Received Power Calculation
This problem aims to determine the received power of a monostatic radar system. The function takes as input the main radar param...

7일 전

문제를 풀었습니다


Calculation of Radar Dwell Time
This problem aims to determine the dwell time of a 2D-search radar antenna. The function takes as input the antenna horizontal b...

7일 전

문제를 풀었습니다


Radar Doppler Blind Velocity Detection
In a pulsed Doppler radar, some target radial velocities cannot be measured correctly because of Doppler ambiguity. These veloci...

7일 전

문제를 풀었습니다


Scalar
The First problem in Linear Algebra group. Make scalar contains the value:

7일 전

문제를 풀었습니다


Row Vector
The second problem in Linear Algebra group. Create this vector in MATLAB: [7 8 26]

7일 전

문제를 풀었습니다


Column Vector
The third problem in Linear Algebra group. Create a column vector like this:

7일 전

문제를 풀었습니다


Matrix
The fourth problem in Linear Algebra group. Create a matrix like this: 14 7 26 7 8 6 3 0 30

7일 전

문제를 풀었습니다


Calculate the Compression of a Spring
A mechanical engineer wants to determine how much a spring will compress when a force is applied to it. According to Hooke’s Law...

7일 전

문제를 풀었습니다


The End of the World
given a date -- represent it in the Maya long count system. <https://en.wikipedia.org/wiki/Maya_calendar> <https://maya.nm...

11일 전

문제를 풀었습니다


Lost days
Given two dates in a particular format, calculate the difference between them.

11일 전

문제를 풀었습니다


leap year
find the number of leap years within the given time interval

11일 전

문제를 풀었습니다


Find the day for a date
Today's day and date will be given to you. By utilising that you need to find the day of the old date. (Date will be in DD/MM/YY...

11일 전

문제를 풀었습니다


Friday the 13th
According to superstition, lots of unpleasant stuff happens on Friday the 13th, so you might like to find the next occurence of ...

11일 전

문제를 풀었습니다


Day counter function
Write a function called day_counter that returns the number of Mondays that fell on the first day of the month in a given year b...

11일 전

문제를 풀었습니다


How long until the weekend?
Write a function a that takes a date vector as an input and returns the number of hours until the weekend begins. The beginning...

11일 전

문제를 풀었습니다


Count the days
Count the occurrence of a particular day (e.g. Monday) for a given duration.

11일 전

Poll


What is your stance on AI tools?

11일 전 | 185 votes | 1 comments

문제를 풀었습니다


Convert float to base N
The matlab function dec2base converts a positive integer number to a specified base. Extend it so that it works with non intege...

14일 전

문제를 풀었습니다


Integer complexity (Large numbers)
Inspired by <http://www.mathworks.com/matlabcentral/cody/problems/42831-integer-complexity Problem 42831>, this problem aims to ...

14일 전

문제를 풀었습니다


Integer complexity
Given an array, n, of positive integers, return an array, c, of the same size, in which each element is the complexity of the co...

14일 전

문제를 풀었습니다


Number construction III
Given a positive integer, n, return a, b and c, such that 1. n = a^1.5+b^2.5+c^3.5 2. a, b and c are all positive integers...

14일 전

문제를 풀었습니다


Number construction II
Given a positive integer, n, return a, b, c and d, such that 1. n = a*2^b+c*3^d 2. a, b, c and d are all positive integers...

14일 전

문제를 풀었습니다


Number construction I
Given a positive integer, n, return a, b, c and d, such that 1. n = a*sqrt(b)+c*sqrt(d) 2. a, b, c and d are all positive ...

14일 전

문제를 풀었습니다


Kaggle: Reverse Game of Life - Single Move to One Cell Case
<http://www.kaggle.com/c/conway-s-reverse-game-of-life Kaggle's Conway's Reverse Game of Life> contest inspires this Single Reve...

14일 전

문제를 풀었습니다


Hamiltonian Cycle
This is related to the Travelling Salesman Problem 1339 created by Alex P. A Hamiltonian cycle or traceable cycle is a path tha...

14일 전

문제를 풀었습니다


Find the logic and return the nth number
given a sequence of numbers arranged in the following order: A=0,1,3,4,9,10,12,13,27,28,30,31,36,37,...... Write a function th...

15일 전

문제를 풀었습니다


Queen's move - 02
In continuation with the problem-45236 ... In the previous problem, it was assumed that there were no other chess pieces on th...

15일 전

문제를 풀었습니다


Queen's move
given a number of consecutive moves of queen, check for their validity based on their previous position.... but remember if u g...

15일 전

문제를 풀었습니다


Sum the unitary divisors of a number
Cody Problems 1933 and 46898 deal with , the sum of divisors function. This problem deals with , the sum of unitary divisors fun...

15일 전

문제를 풀었습니다


Count the unitary divisors of a number
Cody Problem 56738 asks for a list of the unitary divisors of a number. For this problem, write a function to count the unitary ...

15일 전

더 보기