photo

Musa


Last seen: 3 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
3 个回答

排名
7,606
of 299,830

声誉
6

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Really easy one how to quickly repeat columns in an array
You can use the <https://www.mathworks.com/help/matlab/ref/kron.html Kronecker tensor product> a=1:10; kron(a',ones(1,10))...

7 years 前 | 0

已回答
Finding number of data points in a single grid?
Atiqah, coordinates isn't defined.

8 years 前 | 0

已回答
How to generate second order best fit polynomial curve using MATLAB
Dan, You can do this using poly2 x=[100 200 300 400 500]'; y=[200 500 900 1400 2000]'; ft = fittype( 'poly2' )...

8 years 前 | 1

| 已接受