photo

Josh


Last seen: 11개월 전 2025년부터 활동

Followers: 0   Following: 0

통계

Cody

0 문제
92 답안

순위
N/A
of 301,338

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,236

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
3,970
of 174,017

참여
0 문제
92 답안

점수
1,060

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

11개월 전

문제를 풀었습니다


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

11개월 전

문제를 풀었습니다


Division
Given two numbers a and b divide them a/b

11개월 전

문제를 풀었습니다


Prime Number
Determine if a number is prime

11개월 전

문제를 풀었습니다


Mode
Find the mode of a vector x

11개월 전

문제를 풀었습니다


Remainder
Given two number a and b find the remainder when you divide a by b

11개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

11개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

11개월 전

문제를 풀었습니다


Add two numbers
Given two numbers a and b add them together

11개월 전

문제를 풀었습니다


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.

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

11개월 전

문제를 풀었습니다


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

11개월 전

문제를 풀었습니다


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

11개월 전

문제를 풀었습니다


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

11개월 전

문제를 풀었습니다


Reverse a matrix
Its simple. You have to reverse a given matrix.

11개월 전

문제를 풀었습니다


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

11개월 전

문제를 풀었습니다


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

11개월 전

문제를 풀었습니다


Derivative of polynomial
Compute the derivative of a given polynomial. The input is an <http://www.mathworks.com/help/matlab/math/representing-polynomial...

11개월 전

문제를 풀었습니다


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

11개월 전

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

11개월 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

11개월 전

문제를 풀었습니다


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

11개월 전

문제를 풀었습니다


Min of a Matrix
Return the minimum value in the given matrix.

11개월 전

문제를 풀었습니다


Square a Number
Given an input x, return y, which is equal to the square of x.

11개월 전

문제를 풀었습니다


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

11개월 전

문제를 풀었습니다


Determine the square root
Determine the square root of the value the user has entered, n.

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개월 전

더 보기