photo

Brenden Epps


2012 年からアクティブ

Followers: 0   Following: 0

統計

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

バッジを表示

Feeds

表示方法

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 0 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 5 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 1 件 |

送信済み


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.

約12年 前 | ダウンロード 1 件 |

送信済み


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

約12年 前 | ダウンロード 2 件 |

回答済み
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...

約12年 前 | 1

| 採用済み

質問


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

約12年 前 | 3 件の回答 | 1

3

回答