photo

Umar


Last seen: 6 jours il y a Actif depuis 2024

Followers: 27   Following: 4

Community volunteer, like to help people by making difference in their lives

Programming Languages:
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him

Statistiques

All
MATLAB Answers

0 Questions
762 Réponses

File Exchange

2 Fichiers

Cody

0 Problèmes
655 Solutions

Discussions

1 Point fort

RANG
113
of 301 612

RÉPUTATION
1 162

CONTRIBUTIONS
0 Questions
762 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
122

RANG
19 423 of 21 357

RÉPUTATION
1

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
10

RANG
160
of 175 767

CONTRIBUTIONS
0 Problèmes
655 Solutions

SCORE
8 496

NOMBRE DE BADGES
35

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
1 Point fort

NOMBRE MOYEN DE LIKES
0

  • MATLAB Central Treasure Hunt Finisher
  • Most Accepted 2025
  • 6 Month Streak
  • Sequences And Series I Master
  • Computational Geometry I Master
  • Explorer
  • First Review
  • Matrix Manipulation I Master
  • Cody Contest 2025 Finishers
  • ASEE Challenge Master
  • Scholar
  • Cody Challenge Master

Afficher les badges

Feeds

Réponse apportée
rotor side and control of DFIG based wind energy conversion system
Hi @Fatima zohra, Thankyou for posting your question on MATLAB Central. I appreciate your interest in improving the control p...

6 jours il y a | 0

Réponse apportée
comm.SDRuReceiver on X310 throws receiveData:ErrLateCommand
Hi @Hepzibah, Thanks for raising this. I looked into the ErrLateCommand error you are seeing with comm.SDRuReceiver on the X3...

11 jours il y a | 0

Réponse apportée
Why does fitlm give different results according to if I remove or I don't remove NaNs in the variables arrays?
Hi @Manuela, I wrote a MATLAB script (fitlm_nan_analysis.m) that walks through your exact dataset and explains why you're get...

12 jours il y a | 1

| A accepté

Réponse apportée
Error converting python DataFrame to Table
Hi @David, Thanks for writing in — you've actually already diagnosed this correctly, so let me just confirm it and get you mo...

17 jours il y a | 1

| A accepté

Réponse apportée
Integrating MMC in IEEE 9 bus system
Hi @Mojtaba, I had a look at both examples you mentioned and I think I can see exactly where you're getting stuck — so hopefu...

25 jours il y a | 0

Réponse apportée
Airplance Guidance System in Simulink
Hi @Olga, Thank you for posting your question on MATLAB Central — great to see you working on a flight simulator! I'm happy t...

environ un mois il y a | 0

| A accepté

Réponse apportée
ParallelAssembly: Define the cell gap in x and y direction differently?
Hi @Fabian, Thanks for your question — I looked into this and wanted to share what I found. Unfortunately, the short answe...

environ un mois il y a | 0

Réponse apportée
Simple battery inverter model in Simscape Electrical
Hi @Mikel, Saw your post and figured I'd put together everything I found so you don't have to chase it down yourself. Firs...

environ un mois il y a | 0

| A accepté

A résolu


Find the stride of the longest skip sequence
We define a _skip sequence_ as a regularly-spaced list of integers such as might be generated by MATLAB's <http://www.mathworks....

environ un mois il y a

A résolu


Sum the Infinite Series
Given that 0 < x and x < 2*pi where x is in radians, write a function [c,s] = infinite_series(x); that returns with the...

environ un mois il y a

A résolu


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

environ 2 mois il y a

A résolu


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

environ 2 mois il y a

A résolu


Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
Given a number _n_, return the terminal value of the number chain formed by summing the square of the digits. According to the P...

environ 2 mois il y a

A résolu


Integer sequence - 2 : Kolakoski sequence
Get the n-th term of Kolakoski Sequence.

environ 2 mois il y a

A résolu


Golomb's self-describing sequence (based on Euler 341)
The Golomb's self-describing sequence {G(n)} is the only nondecreasing sequence of natural numbers such that n appears exactly G...

environ 2 mois il y a

A résolu


Projector Matrix
Write a function to determine whether or not the matrix is a projector. Projector matrices are defined as P^2 = P.

environ 2 mois il y a

A résolu


Nilpotent matrix
Check if matrix A is <http://mathworks.com/ nilpotent>.

environ 2 mois il y a

A résolu


Orthonormal matrix
You decide whether any given matrix is an orthonormal matrix or not. If each column in a matrix is perpendicular to the other...

environ 2 mois il y a

A résolu


Is this matrix orthogonal?
Given a square matrix, a, determine whether it is orthogonal. INPUT: a, a n x n matrix OUTPUT: true or false

environ 2 mois il y a

A résolu


Determine if input is a valid AHP evaluation matrix
Input is a matrix. Output is a true or false statement (1 or 0). Return true if input is a valid Analytic Hierarchy Process eval...

environ 2 mois il y a

A résolu


Outer product of multiple vectors
In tensor algebra, it is often useful to define a tensor as a product of lower order tensors. Similarly, a multidimensional arra...

environ 2 mois il y a

A résolu


Combined Ages 4 - Non-symmetric with multiples, n ≥ 3
This problem is slightly more difficult than <http://www.mathworks.com/matlabcentral/cody/problems/42383-combined-ages-3-non-sym...

environ 2 mois il y a

A résolu


Combined Ages 3 - Non-symmetric, n ≥ 3
Pursuant to the previous two problems ( <http://www.mathworks.com/matlabcentral/cody/problems/42382-combined-ages-1-symmetric-n-...

environ 2 mois il y a

Réponse apportée
code improvement/optimization
Hi @Cesar, Good progress overall — moving to Radau IIA and SDIRK was the right call. Robertson is a stiff problem and implic...

environ 2 mois il y a | 0

Réponse apportée
matlab/simulink+tensorflow problem
Hi @Sato, This one's actually more of a MATLAB-Python environment issue than a TensorFlow problem, even though the error make...

environ 2 mois il y a | 0

Réponse apportée
Can System Composer read parameters directly from JSON or XML?
Hey @Erica, Great question — I've been down this rabbit hole before with System Composer, so hopefully I can save you some time...

environ 2 mois il y a | 1

Réponse apportée
Flexibility in Satellite Toolbox
Hi @Kevin, On the rectangular FOV front — you're right, it's not there. The toolbox only ships with ConicalSensor, which uses...

environ 2 mois il y a | 0

A résolu


Great Circle Distance
Find shortest between two points on a ball given their azimuthal and polar angles (in degrees) as well as the radius of the sphe...

environ 2 mois il y a

A résolu


Smallest distance between a point and a rectangle
Given two points *x* and *y* placed at opposite corners of a rectangle, find the minimal euclidean distance between another poin...

environ 2 mois il y a

A résolu


Clockwise or Counterclockwise
Given a list of 2-d points defining the vertices of a polygon, determine whether these points are sorted clockwise. The input...

environ 2 mois il y a

Charger plus