photo

jinwoo lee


Last seen: oltre 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
232.716
of 299.962

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
71.43%

VOTI RICEVUTI
0

RANK
 of 20.851

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.743

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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) [...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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') ...

circa 5 anni fa | 1 risposta | 0

1

risposta