photo

Brenden Epps


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

1 个提问
1 个回答

File Exchange

19 文件

排名
12,514
of 297,503

声誉
3

贡献数
1 个提问
1 个回答

回答接受率
100.0%

收到投票数
2

排名
2,277 of 20,449

声誉
773

平均
2.00

贡献数
19 文件

下载次数
28

ALL TIME 下载次数
7043

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

13 years 前 | 1 次下载 |

1.0 / 5

已提交


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

13 years 前 | 1 次下载 |

1.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 2 次下载 |

1.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 4 次下载 |

3.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 5 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 1 次下载 |

1.0 / 5

已提交


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.

13 years 前 | 1 次下载 |

0.0 / 5

已提交


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

13 years 前 | 2 次下载 |

5.0 / 5

已回答
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...

13 years 前 | 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...

13 years 前 | 3 个回答 | 1

3

个回答