Umar - MATLAB Central
photo

Umar


Last seen: Today 2024 年からアクティブ

Followers: 16   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 AnswersCodyFile ExchangeZoom OutFrom 05/24 to 03/25Use left and right arrows to move selectionFrom 05/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
557 回答

File Exchange

1 ファイル

Cody

0 問題
315 解答

ランク
161
of 297,695

評判
708

コントリビューション
0 質問
557 回答

回答採用率
0.00%

獲得投票数
68

ランク
19,299 of 20,466

評判
0

平均評価
0.00

コントリビューション
1 ファイル

ダウンロード
4

ALL TIME ダウンロード
4

ランク
501
of 159,380

コントリビューション
0 問題
315 解答

スコア
3,546

バッジ数
10

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • MATLAB Central Treasure Hunt Finisher
  • 6 Month Streak
  • Knowledgeable Level 5
  • Community Group Solver
  • CUP Challenge Master
  • Explorer
  • First Review
  • Pro
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • First Submission

バッジを表示

Feeds

表示方法

回答済み
toStruct() function not yielding expected result
Hi @Thomas, The issue you're encountering with the toStruct() method of objectTrack in MATLAB, specifically the discrepancy b...

約11時間 前 | 0

回答済み
How to plot a 3d surface with a geotiff on top?
Hi @Bradley , To achieve the desired overlay of your geotiff on the 3D surface plot, you need to ensure that both datasets ar...

21日 前 | 0

回答済み
how to get all the fields names and values of a structure and save them in excel?
Hi @Pierre, To achieve this task in MATLAB, you can utilize a recursive function to traverse through the structure and collec...

23日 前 | 0

| 採用済み

回答済み
send me 6x6 chain based sudoku puzzle with consecutive rule
Hi @ Thowseef, Creating a 6x6 chain-based Sudoku puzzle with the consecutive rule in MATLAB involves several steps, including...

25日 前 | 0

回答済み
How to get variable data depending on the value from another column. In an Array
Hi @Michael, After analyzing your code, you have a 2D array where the first column contains values representing `M` and the s...

25日 前 | 1

回答済み
When running imagesc, how can I extend the image coverage on my graph?
Hi @Kristine, I do agree with @Walter Robertson’s comments. So, after reviewing your comments, I will ensure that the backgro...

26日 前 | 0

回答済み
i would like to find power spectral density from pressure data.
Hi @solleti prabhakarchary , After reviewing your comments and achieving the desired outcome, not having access to pressure.m...

約1ヶ月 前 | 0

回答済み
The surface area won't round to one decimal place and I don't know how to get rid of the 'e's.
Hi @Michael , To address your requirements, I will provide a complete MATLAB code that calculates the radii and surface areas...

約1ヶ月 前 | 0

回答済み
Bayesian statistics: MCMC sampling technique
Hi @Huthaifa, To sample the posterior function using MCMC in MATLAB, you need to implement the Metropolis-Hastings algorithm....

約1ヶ月 前 | 0

回答済み
120 Frame per second USB camera
Hi @Tala, After reviewing your comments and going through documentation provided at the link below <https://www.mathworks...

約1ヶ月 前 | 1

回答済み
Kalman Filter - Data Triggering when available
Hi @Hussein, I don’t have Simulink installed on my system, only have access to Matlab mobile. After reviewing your comments, ...

約1ヶ月 前 | 0

| 採用済み

回答済み
How to Perform Correlation Analysis Between Fault Location and Impedance Parameters in MATLAB?
Hi @Zeeshan, I went through your comments, so to effectively organize your data for correlation analysis, consider the follow...

約1ヶ月 前 | 0

| 採用済み

回答済み
Subtracted 3D shape not fully defined
Hi @Coleman, After reviewing your comments, my understanding is that when using `c = subtract(shape1, shape2)`, you correctly...

約1ヶ月 前 | 0

回答済み
Calculating the Akaike information criterion (AIC) for Neural Networks
Hi @Isabelle Museck, I went through your comments, to calculate AIC correctly, it’s essential first to ensure that the log-l...

約1ヶ月 前 | 0

回答済み
Elementwise multiplication of two 3D matrices
Hi @Alexander, If you review @Torsten and @Walter Roberton’s comments, they have provided some good suggestions towards to yo...

約1ヶ月 前 | 0

| 採用済み

回答済み
Generate BH curve while simulation is running
Hi @Sai Sushma, Yes, it is indeed possible to observe the magnetisation characteristics of a non-linear inductor in MATLAB. Y...

約1ヶ月 前 | 0

回答済み
I want to get binary data from a bin file.
Hi @大地 , After going through your comments, in order to retrieve binary data from a LabVIEW-generated bin file in MATLAB and ...

約1ヶ月 前 | 0

回答済み
Is there a way to save the filename used in a live script Import Data task?
Hi @Jon, To achieve your goal of retaining the filename as a variable in a MATLAB Live Script, you will need to modify how yo...

約2ヶ月 前 | 0

| 採用済み

回答済み
How do I project a map from the plane to a sphere?
Hi @Christopher Scott, To achieve the projection of points from a 2-D plane onto a 3-D unit sphere in MATLAB, you can utilize...

約2ヶ月 前 | 0

回答済み
Using simscape's unidirectional clutch with multibody
Hi @Florian , After going through your comments, please see my suggestions listed below. Review Initial Conditions: Ensure...

約2ヶ月 前 | 0

| 採用済み

回答済み
Intel vs AMD for a new build in 2025
Hi @Dan Hulea, When selecting a CPU for your needs, particularly for MATLAB and demanding applications like ANSYS, both Intel...

約2ヶ月 前 | 1

回答済み
Problem with Code for my coursera course
Hi @Hasnat Mosharraf, The script you provided is intended to load storm data and perform some statistical analysis. However, ...

約2ヶ月 前 | 0

回答済み
error using sin or math.sin
Hi @Evone, When working with mathematical functions in MATLAB, it is essential to understand the syntax and the appropriate f...

2ヶ月 前 | 0

回答済み
PID controller for m file
Hi @ mohammed hussein, To implement a PID controller in MATLAB for your specific scenario, we will follow these steps: Def...

2ヶ月 前 | 0

| 採用済み

回答済み
that code does not work well and every time give the same number 5 times every time and not indexd to be used in an another place thank you
Hi @m.montaser sabry, The problem arises from the way the code is structured, particularly with the waitfor function. This fu...

2ヶ月 前 | 0

| 採用済み

回答済み
Interpretation of warning message from fitglme: "Warning: Final linear predictor from PL iterations is not feasible."
Hi @Joseph DeCunha , After reviewing your comments, documentations and analysis of data contained in matlab data file <ht...

2ヶ月 前 | 0

回答済み
MPT3 installation issue on a mac M1 pro platform
Hi @Xinzhou Gao, The errors you're encountering primarily stem from compatibility issues between the toolboxes and the ARM ar...

2ヶ月 前 | 0

| 採用済み

回答済み
how can i convert pixels into cms,the code that is available online is giving error
Hi @Tejaswi, To successfully convert pixels to centimeters, you need to establish a clear relationship between the two units....

2ヶ月 前 | 0

回答済み
Simulating salient pole synchronous generator runaway condition
Hi @Firat Nazar , To design a simulation for this scenario using tools such as MATLAB/Simulink and Simscape, you can follow t...

3ヶ月 前 | 0

回答済み
simulitanously determination of two drugs
Hi @ruaa, To implement an artificial neural network (ANN) in MATLAB for analyzing spectra data, you can follow these steps. B...

3ヶ月 前 | 0

さらに読み込む