photo

Md. Al-Imran Abir


Last seen: 27 days 前 自 2021 起处于活动状态

Followers: 0   Following: 0

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

统计学

All
MATLAB Answers

6 个提问
2 个回答

Cody

0 个问题
3 个答案

排名
7,852
of 299,772

声誉
6

贡献数
6 个提问
2 个回答

回答接受率
66.67%

收到投票数
3

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
64,492
of 165,865

贡献数
0 个问题
3 个答案

评分
50

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

3 months 前 | 1 个回答 | 0

1

个回答

已回答
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.

3 months 前 | 0

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 4 个回答 | 0

4

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 3

提问


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 前 | 1 个回答 | 0

1

个回答