upojzsb's blog

Justice delaied is justice denied.
Dark Mode

《小波十讲》中文勘误

Mistake Correction of Ten Lectures on Wavelets Chinese Version

书籍信息 书名:小波十讲 原名:Ten Lectures on Wavelets 出版社:中国邮电出版社 版次:2020年12月北京第6次印刷 ISBN:978-7-115-43898-0 出于能力考量,本勘误不涉及证明部分。勘误参照 1992 年英文原版的 Ten Lectures on Wavelets 及本人理解。 第一章 P10 图1.5下方 原文: ...

Problems occurred in MATLAB

MATLAB

Prologue Sorted by alphabetical order of the name of the function Plotting Annotation Rotate an ellipse The ellipse drew by annotation in MATLAB does not support Rotation property until R2...

Some users cannot be deleted when using NIS to manage users in CentOS 7.5 cluster

Problem

Problem The cluster master and computing nodes are using CentOS Linux release 7.5.1804 (Core). File ``/etc/nsswitch.conf` contains passwd: files nis sss shadow: files nis sss group: files nis sss...

Combine MATLAB and Python

Problem

Prologue I wanted to modify an existing mathematical transform with something new, and write it in MATLAB, but continuous wavelet transform is not well-developed in MATLAB (as I think). I tried t...

Problems occurred in Octave

Octave

Prologue Sorted by alphabetical order of the name of the packages No Response When Plotting Situation When executing commands like figure, or plot(x, y), the Octave becomes no response. It ...

Clone a Linux System via dd

Linux

Prologue Since one of the SSD of my BB’s laptop is used in a terrible circumstance, its wear level percentage comes near to its designed lifetime. We made an decision that we should move the syste...

Problems occurred in Linux

Linux

Prologue Sorted by alphabetical order of the name of the packages FUSE df: ‘/home/shendi_zl/iso/mnt’: Transport endpoint is not connected Incorrect operation will cause some problems to the ...

Problem occurred in Python

Python

Prologue Sorted by alphabetical order of the name of the packages matlab ValueError: initializer must be a rectangular nested sequence Traceback (most recent call last): File "D:/Git/DnCNN...

Install Madagascar on Windows 10

Madagascar

Prologue Madagascar project provides a shared research environment for computational data analysis in geophysics and related fields. However, official website of madagascar does not provide the g...

Problem occurred in WSL

WSL

Python matplotlib UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. Solution Install python3-tk by: sudo apt install python3-tk Reference ...