photo

Brenden Epps


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 0 descargas |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 5 descargas |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 1 descarga |

Enviada


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.

alrededor de 12 años hace | 1 descarga |

Enviada


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

alrededor de 12 años hace | 2 descargas |

Respondida
Help displaying a formatted matrix to the command window
I have created a function called DISPN that answers this question. http://www.mathworks.com/matlabcentral/fileexchange/3702...

alrededor de 12 años hace | 1

| aceptada

Pregunta


Help displaying a formatted matrix to the command window
Hi all, this seems like a simple question, but sprintf(...) doesn't do the trick. Is there an EASY way to display a matrix in t...

alrededor de 12 años hace | 3 respuestas | 1

3

respuestas