photo

Md. Al-Imran Abir


Last seen: 3개월 전 2021년부터 활동

Followers: 0   Following: 0

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

통계

All
MATLAB Answers

5 질문
1 답변

Cody

0 문제
3 답안

순위
6,545
of 297,503

평판
6

참여
5 질문
1 답변

답변 채택
80.0%

획득한 표
3

순위
 of 20,449

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
61,920
of 159,017

참여
0 문제
3 답안

점수
50

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

질문


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년 전 | 답변 수: 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) ...

2년 초과 전 | 답변 수: 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...

2년 초과 전 | 답변 수: 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...

2년 초과 전 | 답변 수: 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 ...

2년 초과 전 | 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...

3년 초과 전 | 답변 수: 1 | 0

1

답변