Community Profile

photo

Paulo Cerqueira


Last seen: 4 years 前 自 2019 起处于活动状态

统计数据

All
  • First Answer
  • Leader
  • Solver

查看徽章

Content Feed

排序方式:

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

4 years 前 | 0

| 已接受

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


easy problem
Find the last element of the array

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前