photo

Alexander


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
1 个回答

排名
231,527
of 300,763

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Installing Matlab 2016a on Ubuntu
Hello, I am currently a new linux user and have recently gotten a new version of Matlab through the University of Houston. Howev...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
Trying to create a natural log animation plot that shows the data points using the delay function
All credit to Jacob on stackoverflow clear all; clc; x = 1:0.2:100; y = log(x); DELAY = 0.0001; for i = 1:numel(x) c...

10 years 前 | 0

| 已接受

提问


Trying to create a natural log animation plot that shows the data points using the delay function
I came across an interesting code yesterday that created a natural log plot that used the delay function to plot the points of t...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How would I create my own 'unique' function without using the built in unique?
I understand that the built in Unique function is stating that whatever function you define as unique is the same data set but w...

11 years 前 | 3 个回答 | 0

3

个回答

提问


How to suppress the ans in a user defined function
I have a function that identifies the max value of every column, then every row and the max value of the entire matrix itself. ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Find the average between values in a matrix
Suppose im given a 1 X n matrix called a and i want to find matrix b which will give the average value of every element of a and...

11 years 前 | 2 个回答 | 0

2

个回答