문제를 풀었습니다


Variance computation (easy edition)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

대략 6년 전

문제를 풀었습니다


Median computation (easy edition)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

대략 6년 전

문제를 풀었습니다


Convert from Base 10 to base 5
Convert the input number from base 10 into base 5: for example: if a(in base 10)= 5 then a(in base 5)= 10

대략 6년 전

문제를 풀었습니다


DETERMİNE bigger input
which one is biigger x or z

대략 6년 전

문제를 풀었습니다


Mo money, mo math! (adapted from Prob 9 Cody team)
You have a vector where the elements represent the number of $20 bills, $10 bills, $5 bills, $1 bills, quarters, dimes, nickels,...

대략 6년 전

문제를 풀었습니다


Sum of terms in a series 1
Given x and n, compute the following sum: |x|+|x|^(1/2)+|x|^(1/3)+|x|^(1/4)+|x|^(1/5) ... + |x|^(1/n) where ||x|| indica...

대략 6년 전

문제를 풀었습니다


Function 1
Compute the value of <<https://i.imgur.com/AxKWLmE.gif>> for any given positive x.

대략 6년 전

문제를 풀었습니다


Prime number check
One way to see if a number x is prime is to compute the remainders obtained when dividing x by all integers from 2 to √(x). If x...

대략 6년 전

문제를 풀었습니다


Approximate functions 1
Compute the following sum for any given x and positive integer n. <<https://i.imgur.com/eUwXdSE.gif>> <> Here m! denote...

대략 6년 전

문제를 풀었습니다


Variance computation
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

대략 6년 전

문제를 풀었습니다


Trace the path of a harmful chemical in an ecological network
An ecological network consists of the cycles of nature, such as the water cycle, the carbon cycle, the oxygen cycle, etc. Due to...

대략 6년 전

답변 있음
複数のCSVファイルをfor文を用いてreadmatrixで読み込む
dir関数の戻り値は n×1 の struct 配列で、今欲しい情報(ファイル名)はフィールド"name"です。 data=readmatrix() %←この行をどう書けばよいのかがわかりません % ↓ ↓ ↓ data=readmatrix(l...

대략 6년 전 | 2

문제를 풀었습니다


Times 3
Try out this test problem first. Given the variable x as your input, multiply it by three and put the result in y. Example...

대략 6년 전

문제를 풀었습니다


Times 20
Try out this test problem first. Given the variable x as your input, multiply it by ninety and put the result in y. Exampl...

대략 6년 전

문제를 풀었습니다


Times 12
Try out this test problem first. Given the variable x as your input, multiply it by twelve and put the result in y. Exampl...

대략 6년 전

문제를 풀었습니다


Times 11
Try out this test problem first. Given the variable x as your input, multiply it by eleven and put the result in y. Exampl...

대략 6년 전

문제를 풀었습니다


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

대략 6년 전

문제를 풀었습니다


Times 9
Try out this test problem first. Given the variable x as your input, multiply it by nine and put the result in y. Examples...

대략 6년 전

문제를 풀었습니다


Times 8
Try out this test problem first. Given the variable x as your input, multiply it by eight and put the result in y. Example...

대략 6년 전

문제를 풀었습니다


Times 7
Try out this test problem first. Given the variable x as your input, multiply it by seven and put the result in y. Example...

대략 6년 전

문제를 풀었습니다


Times 6
Try out this test problem first. Given the variable x as your input, multiply it by six and put the result in y. Examples:...

대략 6년 전

답변 있음
rotate the sphere around the circle of the torus
"rotate the sphere around the circle of the torus" means like this? %Строим тор R=20; r=5; [a, b] = meshgrid(0:20/180*pi:2*p...

대략 6년 전 | 1

문제를 풀었습니다


How many points lie within the rectangle and how many aren't?
Suppose, you are given the coordinates of bottom-left and top-right corners of a rectangle as *input-1, R* i.e *R=[Bottom-left c...

대략 6년 전

문제를 풀었습니다


Sort even numbers from 1 to 100
Sort even numbers from 1 to 100 for ex: x=1:100

대략 6년 전

답변 있음
MATLAB Y軸の最大値におけるX軸のあたい
find関数を使えば、最大値における時間(t)を得る事ができます。 例として、目的のsine関数を とします。(ω=4*piの理由:複数の最大値を得る為) % An example t = 0:0.1:1 % [sec] (0秒から1秒まで0....

대략 6년 전 | 1

| 수락됨

문제를 풀었습니다


Find the next binary palindrome number
We all know, a *palindrome* is nothing but a number or character which remains the same after the forward or backward alteration...

대략 6년 전

문제를 풀었습니다


Bto
Hangisi daha büyük

대략 6년 전

문제를 풀었습니다


How tall are you?
measures your height forexample= 175cm 180cm 169cm

대략 6년 전

문제를 풀었습니다


Find the y=(1:x)
Look at the question

대략 6년 전

문제를 풀었습니다


How many apple
You have x apples I take from you y apples now how many apples you have ?

대략 6년 전

더 보기