photo

Brenden Epps


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 0 Downloads |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 5 Downloads |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 1 Download |

Gesendet


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.

etwa 12 Jahre vor | 1 Download |

Gesendet


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

etwa 12 Jahre vor | 2 Downloads |