photo

Lauren


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

Followers: 0   Following: 0

통계

Cody

0 문제
82 답안

순위
N/A
of 301,433

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,272

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
5,490
of 174,520

참여
0 문제
82 답안

점수
1,009

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

문제를 풀었습니다


square root
Find the square root (y) of an input (x).

11개월 전

문제를 풀었습니다


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

11개월 전

문제를 풀었습니다


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

11개월 전

문제를 풀었습니다


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

11개월 전

문제를 풀었습니다


Multiply pi
Multiply pi with x!

11개월 전

문제를 풀었습니다


square of a number
find square of a given number

11개월 전

문제를 풀었습니다


square root
Find square root of given number

11개월 전

문제를 풀었습니다


cube of number
find cube of number

11개월 전

문제를 풀었습니다


Find The area of the square
Given that the length of the side of a square is x, find the area.

11개월 전

문제를 풀었습니다


surface of a spherical planet
you just discovered its circumference, that is the input.

11개월 전

문제를 풀었습니다


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Surface area of a cone

11개월 전

문제를 풀었습니다


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 ...

11개월 전

문제를 풀었습니다


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

11개월 전

문제를 풀었습니다


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

11개월 전

문제를 풀었습니다


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

11개월 전

문제를 풀었습니다


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

11개월 전

문제를 풀었습니다


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

11개월 전

문제를 풀었습니다


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

11개월 전

문제를 풀었습니다


divide by 5

11개월 전

문제를 풀었습니다


Given length x find the area y of the square
Given length x find the area y of the square

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Prime Number
Determine if a number is prime

11개월 전

문제를 풀었습니다


Mode
Find the mode of a vector x

11개월 전

문제를 풀었습니다


Find the mean
Find the mean of a given sdet of numbers in a vector x

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

11개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

11개월 전

더 보기