photo

Eric


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
169,696
of 298,204

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,548

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160,571

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


How to restrict tensorprod (with contraction) to only give certain results?
I have vector of matrices A and a vector of vectors M. I want to do matrix multiplication of matrix in A and corresponding vecto...

1 year ago | 1 answer | 0

1

answer

Question


For matrix A you cannot do: A.^2(:)
I have a matrix A=[1 2;3 4]. I want to sum the squares of the elements in the matrix. So I tried sum(A.^2(:)) I cannot do ...

1 year ago | 2 answers | 0

2

answers

Question


svd(X,"econ") does not work as expected if X is square nxn matrix with rank<n
If X=[1 1;1 1] then with [U,S,V]=svd(X,"econ") I had expected that U=V=[1;1]/sqrt(2) and S=[2]. But "econ" does not work, S=[2 ...

2 years ago | 3 answers | 0

3

answers