porems.utils¶
Here popular basic methods are noted.
Functions
|
Convert given row list matrix into column list matrix |
|
Copy a specified file to a specified location. |
|
Load pickled object from the specified folder. |
|
Create directory if it does not exist. |
|
Convert the concentration \(\frac{\text{mmol}}{\text{g}}\) to \(\frac{\mu\text{mol}}{\text{m}^2}\). |
|
Convert the concentration in \(\frac{\text{mmol}}{\text{l}}\) to number of molecules. |
|
Convert the number of molecules to concentration in \(\frac{\text{mmol}}{\text{l}}\). |
|
Convert the number of molecules to concentration in \(\frac{\mu\text{mol}}{\text{m}^2}\). |
|
Convert the concentration in \(\frac{\mu\text{mol}}{\text{m}^2}\) to number of molecules. |
|
Replace a given string in a file. |
|
Save an object using pickle in the specified link. |
|
MATLAB tic replica - return current time. |
|
MATLAB toc replica - return time difference to tic and alternatively print a message. |