photo

Md. Al-Imran Abir


Last seen: circa 2 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB, SQL, Assembly
Spoken Languages:
English, Bengali
Pronouns:
He/him

Statistica

All
MATLAB Answers

6 Domande
2 Risposte

Cody

0 Problemi
3 Soluzioni

RANK
7.860
of 300.369

REPUTAZIONE
6

CONTRIBUTI
6 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
3

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
65.382
of 168.436

CONTRIBUTI
0 Problemi
3 Soluzioni

PUNTEGGIO
50

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Promoter
  • Solver
  • Thankful Level 2
  • First Answer
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


get validation loss and metric for the best network
How to get the validation loss and metric for the best network. Example code: [net_dnn, net_info] = trainnet(inputs,targets,la...

5 mesi fa | 1 risposta | 0

1

risposta

Risposto
Can I tell trainNetwork() to return the net with the lowest validation or training loss, as opposed to the net at the last iteration?
Use trainnet. It by default saves the network with the best validation loss.

5 mesi fa | 0

Risolto


Calculate Angle From Axis
Given coordinates x and y, an axis ("X" or "Y"), and a direction ("cw" or "ccw", meaning clockwise and counterclockwise, respect...

oltre 2 anni fa

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

oltre 2 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

oltre 2 anni fa

Domanda


Pass A Vector (1D Array) To A MATLAB Function In COMSOL With MATLAB
I am trying to define the material properties (permittivity and conductivity) of a comsol model with MATLAB functions. The funct...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Different output for find(X) and find(X<5)
Whereas the command [row, col, val] = find(X) returns the original values of X in val, the command [row, col, val] = find(X>0) ...

quasi 3 anni fa | 4 risposte | 0

4

risposte

Domanda


Get both values and indices
I am trying to get the indices and values from a vector based on a condition. I used find for that but the values it returning a...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


complex ifft output for hermitian input
I have some S11 data (complex) from a simulation and I want to find the corresponding time response. The values are for positive...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Risposto
How to save output of variable in csv file?
At present, |csvwrite| <https://www.mathworks.com/help/matlab/ref/csvwrite.html (documentation)> is not recommended. If one has ...

oltre 3 anni fa | 3

Domanda


Creating a video from a structure array field
I am trying to convert a structure array field (mov.cdata) into a video. mov is a 1600 struct with 2 fields (cdata and colorma...

circa 4 anni fa | 1 risposta | 0

1

risposta