Community Profile

photo

hang


Last seen: 8 meses hace Con actividad desde 2020

Estadísticas

  • Explorer
  • Speed Demon
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Promoter
  • Commenter
  • Scholar
  • Community Group Solver
  • Solver

Ver insignias

Content Feed

Ver por

Resuelto


Nth root
Nth root of a number x

casi 2 años hace

Resuelto


String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

alrededor de 2 años hace

Resuelto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

más de 2 años hace

Resuelto


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


Vector creation using colon operator
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use the colon (:) operator.

más de 2 años hace

Resuelto


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

más de 2 años hace

Resuelto


MATLAB Basics: Complex Numbers
For a given complex number, x, return the real and imaginary parts as a vector, y = [Real Imaginary].

más de 2 años hace

Resuelto


Factorial

casi 3 años hace

Resuelto


area

casi 3 años hace

Resuelto


size

casi 3 años hace

Resuelto


Return multiples of 3

casi 3 años hace

Resuelto


Real

casi 3 años hace

Resuelto


find the height

casi 3 años hace

Resuelto


Sum of terms in a series 2 (★★★)

casi 3 años hace

Resuelto


Stacking vectors into a matrix
Given a 4x1 vector a, and a 2x2 matrix b, create a matrix M in which the first 2 rows are each identical to a and the last two r...

casi 3 años hace

Resuelto


Matrix convolution
A certain convolution step involves an elementwise multipication between two 3x3 matrices and taking the resulting sum of the el...

casi 3 años hace

Resuelto


Matrix Indexing
Given a matrix A and scalars r,c,i, find the product of two elements, with the first element located at row r and column c (doub...

casi 3 años hace

Resuelto


Generate the Matrix!
Given n, generate the following matrix: a = [ n n-1 n-2 ... 2 1; n-1 n-1 n-2 ... 2 1; n-2 n-2 n-2 ... 2 1;...

casi 3 años hace

Resuelto


Power supply: 230V to 115V
The problem is simple: we have a wall outlet which supplies 230V and an apparatus that requires 115V. Software is always chea...

casi 3 años hace

Resuelto


Sum of series IX

casi 3 años hace

Resuelto


Sum of series VIII

casi 3 años hace

Resuelto


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

casi 3 años hace

Resuelto


convert binary string to vector!!!

casi 3 años hace

Resuelto


convert I

alrededor de 3 años hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

alrededor de 3 años hace

Resuelto


eukleides triangle

alrededor de 3 años hace

Resuelto


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

alrededor de 3 años hace

Resuelto


Calculate Triangle Area, A, B and Gamma is given.

alrededor de 3 años hace

Resuelto


area of a sphere

alrededor de 3 años hace

Cargar más