解決済み


Half the length of the vector

2ヶ月 前

解決済み


Construyendo matrices parte 2
Construye la siguiente matriz a partir de otros tres vectores/matrices. [ 1 8 15 3 3 3 3 2 9 16 3 3...

2ヶ月 前

解決済み


Clamper Function
Create a function that emulates a clamper circuit Given sin wave, t and the constant value for clamping

2ヶ月 前

解決済み


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

2ヶ月 前

解決済み


Repeat the entries of the vector to their reference times in the vector.
e.g for input x: [ 7 3 9 5] output y: [ 7 3 3 9 9 9 5 5 5 5]

2ヶ月 前

解決済み


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

2ヶ月 前

解決済み


Accessing values in a cell
You are given c, which is a 1xN cell array, and a and b, which are each two 1xM vectors. Your job is to give the bth value in t...

2ヶ月 前

解決済み


UICBioE240 problem 1.8
Given a list of grades in a class, write a script that gives the 2nd highest grade in the class and the average for the class. ...

2ヶ月 前

解決済み


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

2ヶ月 前

解決済み


currency converter
given a rate of exchange calculate the equivalent units of 100 USD

2ヶ月 前

解決済み


Matlab Basics II - Determine if an array has a 3rd dimension
For an array A, determine whether it has 3 dimensions, return 0 if x is only 2D, and 1 if x is 3D

2ヶ月 前

解決済み


Area of square
Find the area of a square whose diagonal length is given as x.

2ヶ月 前

解決済み


square root
Find square root of given number

2ヶ月 前

解決済み


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

2ヶ月 前

解決済み


Buzz
Dado um número inteiro n, retorne 'buzz' se esse valor for multiplo de 5, ou retorne o valor caso contrario. Buzz(5) = 'buzz'; ...

2ヶ月 前

解決済み


Find the summation, mean, median, mode and standard deviation of a given array.
An array is given. Find out the summation, mean, median, mode and standard deviation of a given array. If x=[1,2,2,3,3,3,4,4,4,...

2ヶ月 前

解決済み


Remnant

2ヶ月 前

解決済み


Volume of Cylinder
Find the volume of a cylinder

2ヶ月 前

解決済み


Select primes from the matrix.
Select primes from the matrix.

2ヶ月 前

解決済み


Basic Quadratic Equation
Create the equation: y=(3x)^2+(5x)+35 and compute y for various values of x

2ヶ月 前

解決済み


what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example x = 70000; i=.10 y_correc...

2ヶ月 前

解決済み


construct matrix with identical rows
Input a row vector such as x=1:10. Now we need to construct a matrix with L rows,of which every row vector is a copy of x. E...

2ヶ月 前

解決済み


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

2ヶ月 前

解決済み


Add 2 Vectors

2ヶ月 前

解決済み


Size

2ヶ月 前

解決済み


Real

2ヶ月 前

解決済み


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

2ヶ月 前

解決済み


Number Puzzle - 091

2ヶ月 前

解決済み


Number Puzzle - 090

2ヶ月 前

さらに読み込む