photo

jinwoo lee


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
179,120
of 300,851

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to change nnstart's params in deep learning toolbox ?
Hello, All This is a question on matlab's nnstart. Is there a way to change activation function( to tanh), num of epoch and ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to use genetic algorithm (GA) in matlab ?
Hi, all I found GA function https://kr.mathworks.com/help/gads/options-in-genetic-algorithm.html. % input_data shape = [ M x...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Customizing fitness function of genetic algorithm
HI, all I am trying to implement a Genetic algorithm through matlab. Is there any code that I can customize the fitness functio...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to transform t_value to p_value ?
Hi, all I would like to know how to calculate p_value through calculated t_value. Referring to the above formula, I ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I overlap 2 images in matlab?
Hi, all There are two images of size M X N shown below. (left image source: https://commons.wikimedia.org/wiki/File:Inter...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Question : matlab 3D imagesc
I want to apply the same effect as imagesc to 3D matrix. Here's my code % some 3d matrix : temp = [100, 20, 15] figure(1) [...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I give the spectrogram a colormap option and save it as it is when plotted?
Here's my code % feature_size :[257,7] figure(1) imagesc( some_image_smaple ) colormap(jet(128)) set(gca,'YDir','normal') ...

5 years 前 | 1 个回答 | 0

1

个回答