A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


x
X

presque 2 ans il y a

A résolu


addition
x

presque 2 ans il y a

A résolu


x
x

presque 2 ans il y a

A résolu


addition
x=1

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


x

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


a
algebra

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


Given a matrix X, manipulate it accordingly
Given a matrix X, 1st add a column to the matrix whose elements are the summation of each rows. Then add a row to the matrix who...

presque 2 ans il y a

A résolu


Play with array Min-Max
An array is provided. For example, a= [ 2,1,11,4,5,13] Create an array from a like this way, out= [ 1,11,2,13,4,5] ➢ 1st take...

presque 2 ans il y a

A résolu


Extract the prime numbers
Given a list of elements, extract the prime numbers from that array.

presque 2 ans il y a

A résolu


An array is given that contains the marks. Find out the highest 3 marks
An array is given that contains the marks received by a group of students in their class test. Find out the highest 3 marks rec...

presque 2 ans il y a

A résolu


Leave a thumb-up to pass
Just leave a Like, and a comment if you wish. Then wait, and submit.

presque 2 ans il y a

A résolu


01-01: 正弦波の生成
「MATLABで学ぶ実践画像・音声処理入門」のプログラム1-1 と同じ正弦波を、サンプリング周波数 10kHz で生成し、返却する関数を作成せよ。

presque 2 ans il y a

Charger plus