Plot a figure for IEEE Conference or Journals

Posted on November 11, 2022 in Research Tricks & Tools

Plot a figure for IEEE Conference or Journals

Please download IEEEfigure.m from this link. Here is a code that …


Continue reading

Learning Notes for Illustrator

Posted on January 11, 2022 in Research Tricks & Tools

  1. Select all shapes before use shape builder tool
  2. Shift + shape builder tool to deldte a line or shapes.
  3. To create …

Continue reading

Python Tricks

Posted on August 18, 2021 in Research Tricks & Tools

How to make 3D plot has equal - https://www.pythonpool.com/matplotlib-aspect-ratio/


How to speed up your code

Posted on August 24, 2020 in Research Tricks & Tools

  1. Preallocate the memory. The prepared memory will save time on finding a new address.

  2. Vectorization. The program can deal with …


Continue reading

Numerical Conventions in Python and Matlab

Posted on August 03, 2020 in Research Tricks & Tools

Python mesh conventions

Usually, we will need to loop through the discretized time or spatial ponits in numerical computation.

I …


Continue reading