photo

BILLAKANTI


Last seen: 7일 전 2026년부터 활동

Followers: 0   Following: 0

통계

Cody

0 문제
67 답안

순위
N/A
of 301,837

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,431

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
8,020
of 176,887

참여
0 문제
67 답안

점수
991

배지 수
7

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

8일 전

문제를 풀었습니다


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

8일 전

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

8일 전

문제를 풀었습니다


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

8일 전

문제를 풀었습니다


Convert radians to degrees
Given input in radians, output to degrees

8일 전

문제를 풀었습니다


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

8일 전

문제를 풀었습니다


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

8일 전

문제를 풀었습니다


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

8일 전

문제를 풀었습니다


radius of a spherical planet
You just measured its surface area, that is the input.

8일 전

문제를 풀었습니다


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

8일 전

문제를 풀었습니다


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

8일 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

8일 전

문제를 풀었습니다


Problem Set 2
Make a calculator by the four main operators (op): + - * / And the two numbers (n1, n2). Don't forget to check to divisio...

9일 전

문제를 풀었습니다


Problem Set 1
You will get the vector "v", you should put it's length in a variable called "lngth", then... If it's length from 1 to 5, sz = ...

9일 전

문제를 풀었습니다


Switch-Case-Otherwise
You should make random numbers to 10, by 3 rows and 3 columns. Cases from 1 to 3, b = true. Otherwise, b = false.

9일 전

문제를 풀었습니다


NOT
If a not equal to zero, b = true, else, b = false.

9일 전

문제를 풀었습니다


OR
If a greater than zero or c less than 10, b = true, else, b = false.

9일 전

문제를 풀었습니다


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

9일 전

문제를 풀었습니다


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

9일 전

문제를 풀었습니다


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

9일 전

문제를 풀었습니다


If-Else
If a more than zero, b = true, else, b = false.

9일 전

문제를 풀었습니다


If
If a more than zero, then b = true.

9일 전

문제를 풀었습니다


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

11일 전

문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

11일 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

11일 전

문제를 풀었습니다


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

11일 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

11일 전

문제를 풀었습니다


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

11일 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

11일 전

문제를 풀었습니다


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

11일 전

더 보기