Community Profile

N/A


Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Is left divison faster than polyfit(x, y, 1)?
In linear regression, results from two approach are the same. >> x = 1:10; >> y = x * 2 + randn(1, 10); >> b = [ones(...

7 years ago | 2 answers | 0

2

answers

Question


What is difference between unwrap(angle(X)) and phase(X)?
I am manipulating a CSI (channel state information) a.k.a channel matrix containing complex numbers. And I want to extract phas...

7 years ago | 2 answers | 1

2

answers

Question


MATLAB incorrectly recognizes UTF-8 Korean character
I am using MATLAB R2015b on Windows 10. OS language is Korean. I've put the followings in `startup.m` feature('Default...

8 years ago | 1 answer | 0

1

answer