photo

Umar


Last seen: Today 2024년부터 활동

Followers: 26   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

통계

All
MATLAB Answers

0 질문
749 답변

File Exchange

2 파일

Cody

0 문제
626 답안

Discussions

1 하이라이트

순위
115
of 301,275

평판
1,122

참여
0 질문
749 답변

답변 채택
0.00%

획득한 표
118

순위
19,411 of 21,216

평판
1

평균 평점
0.00

참여
2 파일

다운로드 수
2

ALL TIME 다운로드 수
10

순위
170
of 173,777

참여
0 문제
626 답안

점수
8,032

배지 수
32

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
1 하이라이트

평균 좋아요 수
0

  • MATLAB Central Treasure Hunt Finisher
  • Most Accepted 2025
  • 6 Month Streak
  • Matrix Manipulation I Master
  • Cody Contest 2025 Finishers
  • Explorer
  • First Review
  • ASEE Challenge Master
  • Scholar
  • Cody Challenge Master
  • Project Euler I
  • Knowledgeable Level 5

배지 보기

Feeds

문제를 풀었습니다


Triangle Coordinates
Given a natural number n, return two -element vectors, x and y, containing the coordinates of a triangular arrangement of points...

대략 21시간 전

문제를 풀었습니다


Angle Between Analog Clock Hands
Given a datetime variable t, return the angle (in degrees) between the hour and minute hands of an analog clock at the time repr...

대략 22시간 전

문제를 풀었습니다


Extract the Acrostic Message
An acrostic cipher is a way of embedding one message within another by taking the first (or last) word of each line. Given a str...

대략 22시간 전

문제를 풀었습니다


Boustrophedon
Given a vector v and a positive integer n, return an m-by-n matrix containing the elements of v row-wise, alternating left-to-ri...

대략 22시간 전

문제를 풀었습니다


Create block matrix of integers (j+k-1) - Part II
Given m, n, p, and q, create an m-by-n matrix made up of submatrices, each sized p-by-q (if possible - the last row and column o...

대략 22시간 전

문제를 풀었습니다


Create block matrix of integers (j+k-1) - Part I
Given m, n, p, and q, create a matrix of m-by-n blocks (submatrices), each sized p-by-q. The elements of the (j,k)th block all h...

대략 22시간 전

문제를 풀었습니다


Dartboard Average II
A dartboard arranges the numbers 1 to 20 such that each value is typically flanked by quite different values - for example, 20 i...

대략 22시간 전

문제를 풀었습니다


Possible Rugby Scores
Given a natural number s (> 4), representing a rugby team's score, return an n-by-3 matrix representing all n possible combinati...

대략 22시간 전

답변 있음
How to place code generated from subsystem into RAM on Ti C2000?
Hi @Valeriy, Good question — this trips up a lot of people because the MathWorks documentation focuses on the pragma setup bu...

대략 22시간 전 | 0

답변 있음
Docblock within a Black box subsystem for VHDL module simulation
Hi @Matias, Thanks for your question — this is a very common point of confusion and the documentation doesn't make it obvious...

3일 전 | 0

답변 있음
Simulink simulation becomes very slow after adding FOC to a 6-phase PMSM drive with CHB inverter
Hi @Fabrice, What you are experiencing is completely normal and expected given your setup. The main culprit is your 100 kHz ...

5일 전 | 0

답변 있음
Apply DC Dynamic load block in a three phase grid connected rectifier circuit
Hi @Xuan Minh, Thanks for sharing the details of your setup — this is a really interesting modification and the issue you're...

8일 전 | 0

| 수락됨

답변 있음
code improvement/optimization
Hi @Cesar, Thanks for sharing your code — it is clear you have a solid grasp of the method and the structure is easy to fol...

11일 전 | 1

답변 있음
Unable to find explicit solution on vector equation with solve
Hi @Yanncha, I took a close look at your code and identified everything that's going wrong — there are actually a few layered i...

14일 전 | 1

| 수락됨

답변 있음
What are the Differences between Simulink "Powertrain blockset" and "Simscape Driveline" in the case of developing a Hybrid Electric Vehicle?
Hi @Khaled, Saw your question on MATLAB Answers and wanted to give you a proper rundown since this trips up a lot of people e...

18일 전 | 0

답변 있음
Unable to View Data Properly in Variable Editor (R2025a, Monokai Scheme)
Hi @Yuan, I have been looking into your Variable Editor issue with the Monokai scheme in R2025a, and I think I've figured out...

24일 전 | 1

| 수락됨

답변 있음
Subtracting a vector from a variable-sized matrix in Simulink issue
Hi @Kadir, I looked into your problem and there's actually a perfect block for this, but it depends on whether you have the DSP...

24일 전 | 0

| 수락됨

답변 있음
6-phase IPMSM with arbitrary spatial displacement
Hi @Sebastian, Thank you for your question regarding the PMSM (Six-Phase) block in Simscape. I've conducted a thorough review...

27일 전 | 0

답변 있음
Output torque calculation of two geartrain mechanism
Hi @ Khyati, Based on the MathWorks documentation for Simscape Multibody Revolute Joints https://www.mathworks.com/help/sm/re...

29일 전 | 0

답변 있음
Copilot gives directions on using ARX to identify a MIMO model which do not work - what is the correct call to ARX for 5 input, 3 output system?
Hi @Sean, Thanks for reaching out about the ARX estimation error with your 5-input, 3-output system. I've reviewed the MathWo...

30일 전 | 0

답변 있음
How can I speed up simcape simulation (electrical + thermal) with tight timing constraints?
Hi Mina, Thanks for reaching out about your 4-phase buck converter simulation challenges. I've reviewed your model setup with t...

대략 1개월 전 | 0

답변 있음
PMSM 'Teknic2310P' wrong parameters
Hi @Ahmed, Great catch on spotting that discrepancy! I looked into this for you and here's what's going on: You're absol...

대략 1개월 전 | 0

답변 있음
How would i get acces to a object that i only know the name of?
Hello, I saw your post about the custom component issues in App Designer. I dug through the MathWorks docs and found what's goi...

대략 1개월 전 | 2

답변 있음
Simulation of a 3D monopole antenna
Hi @Jaume, Great question about adding thickness to your inverted-L coplanar antenna! I understand you want to add approximat...

대략 1개월 전 | 0

| 수락됨

답변 있음
How to code differencial difference equation - pipe flow
Hi @Michal, I saw your post about implementing the pipe flow model with differential equations, and I've developed a complete M...

대략 1개월 전 | 1

답변 있음
How to get monthly average for ten years monthly data?
Hi @Riyadh, I reviewed your question about calculating monthly averages from 10 years of data, and I understand the issue you'r...

대략 1개월 전 | 0

답변 있음
Type-4 Wind Generator Model
Hi @Callum, I looked into your question about finding a single 2 MW Type-4 Wind Generator model in Simulink, and I think I ca...

대략 1개월 전 | 1

| 수락됨

답변 있음
Cannot specify per-phase P and Q in Simscape Wye-Connected Load
Hi @Prosper, Thanks for reaching out about the Wye-Connected Load block issue. I went through your question carefully, looked...

대략 1개월 전 | 1

| 수락됨

답변 있음
The generated EMPC is not giving the same results as MPC
Hi @Mayank, I came across your post about the Explicit MPC issue with your quadcopter controller, and I think I might be able t...

대략 1개월 전 | 0

답변 있음
How to configure rectangular immersion cooling tank with bottom inlet and top outlet using Simscape Tank (TL) block?
Hi Raphael, I looked into your question about modeling the immersion cooling system with the Tank (TL) block. Good news on th...

대략 1개월 전 | 0

| 수락됨

더 보기