Community Profile

photo

Md. Al-Imran Abir


Last seen: 4 months ago Active since 2021

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

Statistics

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

View badges

Content Feed

View by

Solved


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

1 year ago

Solved


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

1 year ago

Solved


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

1 year ago

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

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

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

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

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

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

2 years ago | 1 answer | 0

1

answer