문제를 풀었습니다


x

대략 2년 전

문제를 풀었습니다


alegrebra
x+1

대략 2년 전

문제를 풀었습니다


alegebra
x+1

대략 2년 전

문제를 풀었습니다


Where the Four Corners Am I? (Vectorized)
NOTE: this problem is intended to build on problem #55960 ("Where the Four Corners Am I?"). You may wish to solve that problem f...

대략 2년 전

문제를 풀었습니다


Where the Four Corners Am I?
The "Four Corners" region of the US is where Colorado, Utah, Arizona, and New Mexico all meet - the only place where four states...

대략 2년 전

문제를 풀었습니다


Taylor Series
You can use a Taylor series to approximate common functions. The Taylor series for sin(x) is Using only the first several te...

대략 2년 전

문제를 풀었습니다


Calculate Angle From Axis
Given coordinates x and y, an axis ("X" or "Y"), and a direction ("cw" or "ccw", meaning clockwise and counterclockwise, respect...

대략 2년 전

문제를 풀었습니다


Jack O'Lantern
If visualized correctly, the data contained in the matrix A will look like a jack-o'-lantern. Create a function that will visu...

대략 2년 전

문제를 풀었습니다


Adding Inset Plots
You can use the axes function to define the position of an empty x/y axis. The position is measured relative the the bottom left...

대략 2년 전

문제를 풀었습니다


3D Plots and Colorbars
Use the matrices X, Y, and Z provided in the function template to create a surface plot. Add a colorbar to the surface plot and ...

대략 2년 전

문제를 풀었습니다


Power Outages Histogram
Create a function that takes power outage data as an input and creates a histogram of the number of outages as a function of Reg...

대략 2년 전

문제를 풀었습니다


Vector multiplication
Given two row vectors, v1 and v2, each representing an integer, such that the vector elements are the digits from left to right,...

대략 2년 전

문제를 풀었습니다


x
X

대략 2년 전

문제를 풀었습니다


addition
x

대략 2년 전

문제를 풀었습니다


x
x

대략 2년 전

문제를 풀었습니다


addition
x=1

대략 2년 전

문제를 풀었습니다


Recursive triangle area
Given triangle 1 with sides of length a, b, and c. Triangle 2 is constructed within triangle 1 by bisecting each side. Triangl...

대략 2년 전

문제를 풀었습니다


Reproduce this plot!
Write a function that will take a dataset (x,y), a best fit model (model), and the upper and lower prediction bounds (lb,ub) for...

대략 2년 전

문제를 풀었습니다


Plot Line Specifications
Create a line plot for function cos(x) where x is a vector of linearly spaced values going from 0 to input N with an increment o...

대략 2년 전

문제를 풀었습니다


Create a random logical vector of N elements of which M are true.
Your task for tomorrow is to create a random binary (logical) vector of N elements of which M are true. For example: ran...

대략 2년 전

문제를 풀었습니다


x

대략 2년 전

문제를 풀었습니다


Find the square root of x
Determine the square root of x. For example square root of 4 is 2.

대략 2년 전

문제를 풀었습니다


a
algebra

대략 2년 전

문제를 풀었습니다


Finding area of a triangle.
Find the area of an equalateral triangle with sides of 3 inches,

대략 2년 전

문제를 풀었습니다


Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N

대략 2년 전

문제를 풀었습니다


Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...

대략 2년 전

문제를 풀었습니다


Magnitude with vargin
Return the magnitude (square root of the sum of the squares) for an undefined number of input arguments.

대략 2년 전

문제를 풀었습니다


2行2列の行列の行列式を求めてみよう
ある2行2列の行列の入力に対して、行列式を出力してください。 例えば、入力が(1,2; 3,4)のとき、出力は1*4-3*2で-2となります。

대략 2년 전

문제를 풀었습니다


Given the mass and stiffness of an undamped SDOF system, find the natural frequency and the natural period of vibration
Problem Statement Given the mass and stiffness of an undamped SDOF system, find the system's natural frequency in both Hz and...

대략 2년 전

문제를 풀었습니다


Calculate BMI
Given weight in kgs and height in metres, calculate body mass index

대략 2년 전

더 보기