Community Profile

photo

Paulo Cerqueira


Last seen: etwa 4 Jahre vor Aktiv seit 2019

Statistiken

All
  • First Answer
  • Leader
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
Sparse solver for non-square regressor matrix.
If anyone's interested, "SuiteSparseQR: Multifrontal Multithreaded Rank-Revealing Sparse QR Factorization" by Timothy Davis deta...

etwa 4 Jahre vor | 0

| akzeptiert

Frage


Sparse solver for non-square regressor matrix.
When using the backslash operator to solve the least squares problem for , where is highly sparse and non-square, MATLAB seems...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

mehr als 4 Jahre vor

Gelöst


write a function to calculate the snr after quantizing the signal in dB
osig : original signal qsig : quantized signal qerror : quantization error HINT: snr = 10×log10(sum(osig × osig)/sum...

mehr als 4 Jahre vor

Gelöst


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

mehr als 4 Jahre vor

Gelöst


Free passes for everyone!
_Simply return the name of the coolest numerical computation software ever_ *Extra reward* (get a _freepass_): Once a mont...

mehr als 4 Jahre vor

Gelöst


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

mehr als 4 Jahre vor

Gelöst


length of a vector
Find twice the length of a given vector.

mehr als 4 Jahre vor

Gelöst


square root
Find the square root (y) of an input (x).

mehr als 4 Jahre vor

Gelöst


easy problem
Find the last element of the array

mehr als 4 Jahre vor

Gelöst


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

mehr als 4 Jahre vor

Gelöst


dễ dàng
cho 2 số. tính tích của chúng

mehr als 4 Jahre vor

Gelöst


Chào các bạn.
Cho 3 số. Tính tổng của chúng

mehr als 4 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

mehr als 4 Jahre vor

Gelöst


Multiply 2 numbers
Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, pro...

mehr als 4 Jahre vor

Gelöst


Find the nearest integer
Given a vector of integers and a real number find the closest integer. EX: >> a = [2 4 5 6 8 10]; >> b = 4.6; >> nea...

mehr als 4 Jahre vor