![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
Statistiques
RANG
170
of 296 772
RÉPUTATION
676
CONTRIBUTIONS
0 Questions
540 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
66
RANG
19 295 of 20 410
RÉPUTATION
0
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
4
ALL TIME TÉLÉCHARGEMENTS
4
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
1 jour il y a | 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...
3 jours il y a | 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...
9 jours il y a | 0
| A accepté
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...
10 jours il y a | 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, ...
10 jours il y a | 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...
23 jours il y a | 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...
24 jours il y a | 0
| A accepté
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...
26 jours il y a | 0
| A accepté
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...
29 jours il y a | 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...
29 jours il y a | 0
| A accepté
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....
30 jours il y a | 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...
environ un mois il y a | 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...
environ un mois il y a | 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...
environ 2 mois il y a | 1
| A accepté
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...
environ 2 mois il y a | 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...
environ 2 mois il y a | 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...
environ 2 mois il y a | 0
| A accepté
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...
environ 2 mois il y a | 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...
environ 2 mois il y a | 0
Vectorized code slower than loops
Hi @Alessandro, Please see “Recommendations for Performance Improvement” below 1. Avoid Large Temporary Arrays: Instead ...
2 mois il y a | 0
How to extract the term associated with a symbolic variable and assign to another symbolic variable?
Hi @Hemanth, The process involves identifying the terms in the expression that contain U_sr and then assigning them to a new ...
2 mois il y a | 0
Assignment of elements of vector inside for-loop with conditional logics
Hi @John, You have a specific condition-based logic that needs to update elements of a vector (Vector = [0, 0, 0]) during eac...
3 mois il y a | 0
Error using ls (line 47) zsh:1: no matches found: *pt*,I am trying to read multiple files for (nc data)but I get this error,and this is my code >>>
Hi @B, Let me explain the errors you have encountered. _No Matches Found:_ The error zsh:1: no matches found: *pt* implies...
3 mois il y a | 0
I have a txt. file used in a function. I need a variable in the txt. file to cycle through different values (for loop), and the function needs to run for each value.
Hi @Cornelia, I created a MATLAB script that reads the data from a text file, replaces the specified expression with a variab...
3 mois il y a | 1
What is Bus Clamp 60 and 30 Degree SVPWM Switching Sequence and Time ?
Hi @PANDIT DHANRAJ SURESH, You asked, “What is Bus Clamp 60 and 30 Degree SVPWM Switching Sequence and Time ?” Please see ...
3 mois il y a | 0
| A accepté
Deploy app for a web site
Hi @Kostis Panagiotou , Yes, you can deploy your interactive MATLAB app on your website by using the MATLAB Web App Server. F...
3 mois il y a | 0
Controlling aspect ratio for tiled layout
Hi @AR , To resolve these issues, you can adjust the layout and the aspect ratios more effectively. Here’s a revised version ...
3 mois il y a | 0
So I wanna to make a 3x3 heatmap with all cells with a value of 1. I want the center grid to be a totally different color than the other grids without changing it's value
Hi @Haoyan, To create a heatmap for a 3 times 3 matrix filled with ones, while specifically coloring the center cell (which c...
3 mois il y a | 1
Wind Turbine Doubly-Fed Induction Generator
Hi @Arun Prakash, After reviewing your comments, you can resolve the error regarding the 'Gain' parameter in your Simulink mo...
3 mois il y a | 0
How to extract numerical values from a text in an array or table?
Hi @Rahul , To achieve the extraction of numerical values from your data table in MATLAB, you can utilize regular expressions...
3 mois il y a | 1