photo

Md. Al-Imran Abir


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

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

Statistics

All
MATLAB Answers

6 Questions
2 Answers

Cody

0 Problems
3 Solutions

RANK
7,852
of 300,414

REPUTATION
6

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
3

RANK
 of 20,954

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
65,461
of 168,667

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
50

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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 months ago | 1 answer | 0

1

answer

Answered
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 months ago | 0

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 4 answers | 0

4

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

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

3 years ago | 3

Question


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

4 years ago | 1 answer | 0

1

answer