Md. Al-Imran Abir
Followers: 0 Following: 0
Python, C++, C, MATLAB, SQL, Assembly
Spoken Languages:
English, Bengali
Pronouns:
He/him
Statistiques
RANG
7 038
of 295 527
RÉPUTATION
6
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
3
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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...
presque 2 ans il y a
A résolu
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...
presque 2 ans il y a
A résolu
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:...
presque 2 ans il y a
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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) ...
presque 2 ans il y a | 4 réponses | 0
4
réponsesQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseHow 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 ...
plus de 2 ans il y a | 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...
environ 3 ans il y a | 1 réponse | 0