1239877889 / Tools

All kinds of useful tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 'Tool'

Aim

Aim of this project is to collect all kinds of useful tools in research

List

TextRead.m

  • This is a MATLAB function to read a text file into a MATLAB cell.
  • All the elements in the cell are strings.
  • Each line in the text file will be read as a element in the cell.

TextWrite.m

  • This is a MATLAB function to write a MATLAB cell into a text file.
  • All the elements in the cell are strings.
  • Each element in the cell will be written as a line in the text file.

DataSave.m

  • This is a MATLAB function to save data in the workspace to *.mat file.
  • All the variables in the workspace will be saved.
  • The file name is autoconfigured with current time.

SolidArrow2P.m

  • This is a MATLAB function to plot a line between 2 points with solid arrow.
  • Color of line, style of line, width of line, size of arrow and color of arrow can be specified.

OpenArrow2P.m

  • This is a MATLAB function to plot a line between 2 points with open arrow.
  • Color of line, style of line, width of line, size of arrow, color of arrow, style of arrow and width of arrow can be specified.

Plot_Sample.m

  • This is a MATLAB script containing a set of functions and commands to illustrate the data by plot, mesh, contour and contourf.
  • Properties of the figures can be changed.

About

All kinds of useful tools


Languages

Language:MATLAB 100.0%