photo

Brenden Epps


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

All
  • Personal Best Downloads Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission

Visualizza badge

Feeds

Visto da

Inviato


MEM displays memory usage to the command window.
MEM displays memory usage to the command window.

circa 12 anni fa | 1 download |

Inviato


MINN(x) returns the overall minimum value of matrix x
MINN(x) returns the overall minimum value of matrix x

circa 12 anni fa | 1 download |

Inviato


disptime(T) displays time T in format: hr min sec
disptime(T) displays time T (given in seconds) in format: hr min sec

circa 12 anni fa | 0 download |

Inviato


fig executes: figure; hold on, box on, grid on,
fig executes: figure; hold on, box on, grid on,

circa 12 anni fa | 1 download |

Inviato


MAXABS(x) returns the maximum absolute value of x
MAXABS(x) returns the maximum absolute value of x

circa 12 anni fa | 1 download |

Inviato


MAXX(x) returns the overall maximum value of matrix x
MAXX(x) returns the overall maximum value of matrix x

circa 12 anni fa | 1 download |

Inviato


clr == clear all; close all; clc;
clr clears your workspace and command window, so you can start fresh.

circa 12 anni fa | 1 download |

Inviato


displaymat(X,m,n) displays the non-zero entries of X
displaymat(X,m,n) displays the non-zero entries of X.

circa 12 anni fa | 1 download |

Inviato


SUMM(X) returns the sum of all elements of X
SUMM(X) returns the sum of all elements of X

circa 12 anni fa | 1 download |

Inviato


roundn(x,n) returns x rounded to n digits.
roundn(x,n) returns x rounded to n digits.

circa 12 anni fa | 5 download |

Inviato


rms(x) returns the root mean square of vector x
rms(x) returns the root mean square of vector x

circa 12 anni fa | 1 download |

Inviato


rmsz(x) returns the root mean square of vector x, excluding the x = 0 terms
rmsz(x) returns the root mean square of vector x, excluding the x = 0 terms

circa 12 anni fa | 1 download |

Inviato


plotaxes(H,style) plots axes on figure H with the given style.
plotaxes(H,style) plots axes on figure H with the given style.

circa 12 anni fa | 1 download |

Inviato


FIG executes: figure; hold on, box on, grid on,
FIG executes: figure; hold on, box on, grid on,

circa 12 anni fa | 1 download |

Inviato


labelxy -- labels the X and Y axes "X" and "Y"
labelxy -- labels the X and Y axes "X" and "Y"

circa 12 anni fa | 1 download |

Inviato


labelxyz -- labels the (X,Y,Z) axes "X", "Y", and "Z".
labelxyz -- labels the (X,Y,Z) axes "X", "Y", and "Z".

circa 12 anni fa | 1 download |

Inviato


rmszni(x) returns the root mean square of vector x, excluding the x = {0,NaN,+/-Inf} terms
rmszni(x) returns the root mean square of vector x, excluding the x = {0,NaN,+/-Inf} terms

circa 12 anni fa | 1 download |

Inviato


dfdxc(x,f) computes the first two derivatives of f(x)
dfdxc(x,f) computes derivatives df/dx and d^2f/dx^2 using a modified central difference formula.

circa 12 anni fa | 1 download |

Inviato


dispn(X,N) == displays matrix X to N digits of precision
DISPN(X,N) displays matrix X to N digits of precision.

circa 12 anni fa | 2 download |