![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28317498_1720732867010_DEF.jpg)
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Statistics
RANK
165
of 297,016
REPUTATION
694
CONTRIBUTIONS
0 Questions
550 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
67
RANK
19,286 of 20,419
REPUTATION
0
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
4
ALL TIME DOWNLOADS
4
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
4 hours ago | 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....
4 hours ago | 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...
2 days ago | 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, ...
3 days ago | 0
| accepted
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...
3 days ago | 0
| accepted
Subtracted 3D shape not fully defined
Hi @Coleman, After reviewing your comments, my understanding is that when using `c = subtract(shape1, shape2)`, you correctly...
5 days ago | 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...
6 days ago | 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...
7 days ago | 0
| accepted
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...
9 days ago | 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 ...
10 days ago | 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...
13 days ago | 0
| accepted
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...
14 days ago | 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...
21 days ago | 0
| accepted
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...
21 days ago | 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, ...
21 days ago | 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...
1 month ago | 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...
1 month ago | 0
| accepted
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...
1 month ago | 0
| accepted
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...
1 month ago | 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...
1 month ago | 0
| accepted
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....
1 month ago | 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...
1 month ago | 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...
2 months ago | 0
Saving both code and results to a word file or a pdf file
Hi @Left Terry , To achieve the goal of saving both your MATLAB code and its results into a Word or PDF file, there are sever...
2 months ago | 1
| accepted
How to wrap axes using geoplot
Hi @Sabrina Khan, I read your comments. To resolve the issue of visualizing a polygon that straddles the Martian meridian in...
2 months ago | 0
Code block to create optical phase tilt/wedge requested
Hi @Robert Stegeman, To address your query effectively, you need to incorporate the necessary mathematical principles that go...
2 months ago | 0
The dimensions keep changing so the for loop is failing. How to address this?
Hi @Manny, When working with LSTM networks in MATLAB, especially for time series forecasting, it is crucial to ensure that th...
2 months ago | 0
| accepted
Updating state to make predictions with a recurrent neural network
Hi @Enrico Gambini, I have reviewed your comments. When utilizing RNNs for time series forecasting, it is crucial to understa...
2 months ago | 0
How to synchronize two sine waves in Simulink and add them together?
Hi @Atefeh, After going through your comments and reviewing the mathworks simulink blocks documentations provided at the link...
2 months ago | 0
Vectorized code slower than loops
Hi @Alessandro, Please see “Recommendations for Performance Improvement” below 1. Avoid Large Temporary Arrays: Instead ...
2 months ago | 0