photo

Brenden Epps


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

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

Afficher les badges

Feeds

Afficher par

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 5 téléchargements |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 1 téléchargement |

A soumis


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.

environ 12 ans il y a | 1 téléchargement |

A soumis


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

environ 12 ans il y a | 2 téléchargements |

Réponse apportée
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...

environ 12 ans il y a | 1

| A accepté

Question


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...

environ 12 ans il y a | 3 réponses | 1

3

réponses