photo

Jianshe Feng


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

Followers: 0   Following: 0

消息

Machine Learning PhD Student. Interested in Application of Machine Learning in Stat, Econ, and Precision Manufacturing Process.

统计学

All
MATLAB Answers

5 个提问
3 个回答

Cody

0 个问题
4 个答案

排名
10,681
of 297,457

声誉
4

贡献数
5 个提问
3 个回答

回答接受率
60.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
60,236
of 158,938

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已解决


Getting logical indexes
This is a basic MATLAB operation. It is for instructional purposes. --- Logical indexing works like this. thresh = 4...

7 years 前

已解决


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

7 years 前

已解决


Piecewise linear interpolation
Given an Mx2 vector and a row of M-1 integers, output a two column vector that linearly interpolates Y times between each succes...

7 years 前

提问


A question about randomsample syntax
I noticed that there are some syntax about how to "randomsample", for example" y = randsample(n,k) y = randsample(popula...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Why do I get a warning about 'Integer Operands Are Required for Colon Operator When Used as Index' ?
One supplement is that this is not an error, but it's really annoying and very time-consuming!!! I tried to recreate this warni...

8 years 前 | 2

提问


Did any one receive the Mathworks T-shirt or hat from MATLAB Central Scavenger Hunt competition?
Greetings guys, I was so lucky that chosen to win a MathWorks T-shirt or hat from MATLAB Central Scavenger Hunt competition. ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Where can I find the datasets "digitTrainCellArrayData"
Hi all, Now I am running the MATLAB sample code for "Train Stacked Autoencoders for Image Classification". The codes are as b...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to run som_demo4 in somtoobox? Thank you~
Hi guys, I am learning SOM these days, when I run som_demo4.m in somtoolbox downloaded from http://www.cis.hut.fi/somtoolbox/...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Repeat element of a vector n times without loop.
ind = [1;1;1;2;2;2;3;3;3]; x(ind)

8 years 前 | 0

已回答
Repeat element of a vector n times without loop.
y = repmat(x,1,3); y = transpose(y); y = y(:);

8 years 前 | 0

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8 years 前

提问


Error when Zoom in
Hi guys, Here is my problem: I plotted a figure and wanted to zoom in to see some details. However, the error showed up: ...

8 years 前 | 1 个回答 | 0

1

个回答