N/A
Followers: 0 Following: 0
Feeds
提问
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(...
8 years 前 | 2 个回答 | 0
2
个回答提问
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...
8 years 前 | 2 个回答 | 1
2
个回答提问
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 前 | 1 个回答 | 0