Community Profile

photo

Paulo Cerqueira


Last seen: 대략 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
  • First Answer
  • Leader
  • Solver

배지 보기

Feeds

보기 기준

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

대략 4년 전 | 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년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


easy problem
Find the last element of the array

4년 초과 전

문제를 풀었습니다


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년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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년 초과 전