Statistics
0 Questions
143 Answers
RANK
507
of 294,599
REPUTATION
148
CONTRIBUTIONS
0 Questions
143 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
19
RANK
of 20,131
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 152,091
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Peaks and Valleys of Noisy, Increasing Sinewave
Hey @kjb, I went through your script and I could not find anything wrong with it. However I have found a query similar to yours...
1 hour ago | 0
everytime that i try opening the simulink the MATLAB closes, can someone help me?
Hey Alexandre, It appears that you are experiencing a crash as you do not have access to the folder specified in Windows regist...
3 days ago | 0
one can use decimal symbol and digit grouping symbol in matlab simulink graphics
Hey Octavian, In order to format the tick labels for the plots for a MATLAB figure, you can use the "ytickformat" function with...
3 days ago | 0
Can i prevent other client connecting to my mdce
Hey @文文 林, To prevent unauthorized access to your MATLAB Job Scheduler (MJS) cluster, you can implement several security measur...
3 days ago | 0
What standardize method is used in the classification learner app when using a SVM classifier?
Hey Maryam, You can use the hyparameter options in the Classification learner app to standardize the data while using SVM. If...
3 days ago | 0
| accepted
ANFIS for classification
Hey Samia, In order to use the ANFIS (Adaptive Neuro-Fuzzy Inference System) function for classification in MATLAB, you can fol...
3 days ago | 0
How can i fix that? And are there any error in my code? thank. "X0 returned by MATLAB S-function 'mppt1' in 'solar/S-Function' must be a vector of length 4"
Hi @Do An The error message indicates that the initial condition vector x0 must have a length of 4. Your code seems to be corre...
3 days ago | 0
How can I use meshgrid to isolate the center values of a matrix and change them? So if it is 10x10, I want to change the 2x2 at the center. At 20x20, I want to change the 4x4
Hey @codeconstructo, For modifying the centre values of the matrix, you can index them using array positions. For example, In t...
3 days ago | 0
Does matlab have any declarative programming paradigm version?
Hey @ENRICO, As per my understanding, Imperative and Declarative Programming Languages have some key differences: Imperative p...
5 days ago | 0
When i open the simulink of matlab 2018b on windows,it crashed. What can i do for it? Please help me
Hey @weijie zhang It appears that you are experiencing a crash as you do not have access to the folder specified in Windows reg...
6 days ago | 0
What are MATLAB application in EV ?
Hey Mukund, MATLAB and Simulink are extensively used in both Electric Vehicles (EV) and Internal Combustion Engine (ICE) vehicl...
6 days ago | 0
anyone know how to open .dmi file
Hey @mohd akmal masud It appears that the error is due to a mismatch between the number of elements in your array and the dimen...
7 days ago | 0
Which application should i use for classification (0 or 1) of ECG data
Hey Vandana, To train a classification model for your ECG dataset, I would recommend you to use the Classification Learner App ...
7 days ago | 0
how I can remove head of file
Hey Sherek, I believe that you have not provided the complete code snippet as the variable 'h' is not defined. Since your datas...
7 days ago | 0
Gtk-Warning while starting MATLAB on Fedora 40
Hey Ahmet, I believe that you are recieving these warnings because the Gtk modules are not being loaded. Please check if you ar...
8 days ago | 0
Performs the generalized app
Hey Viorel, I can help you by providing some hints to generalize your MATLAB script. Use a for loop for initializing "DM(i,1)"...
13 days ago | 0
| accepted
How to distinguish between different time blocks and proprieties
Hey Yasser, I understand that the different sample times in Simulink can be confusing. Each sample time has a separate purpose....
13 days ago | 0
| accepted
Legend with two colors same as surface colors
Hey Bernd, For adding multiple colors in the legend, you would need to create annotations that mimics the behaviour you are aim...
23 days ago | 0
| accepted
Export training-progress plots
Hey Matthew, For exporting the training-progress plots generated on a remote MATLAB machine, you can do the following: Save th...
23 days ago | 0
Modify weights update rule of DDPG traning
Hey Vu, In order to make modifications in your gradient descent function, you can make changes in "rlOptimizerOptions" object a...
23 days ago | 1
while loop iteration in App Designer with Arduino
Hey Min, I understand that you wish to modify certain properties in a class within an iteration without the need of hardcoding ...
23 days ago | 0
| accepted
how to save the map information in a structure?
Hey Kuldeep, In order to convert objects into a structure, simply use the "struct" function in MATLAB: https://www.mathworks.co...
23 days ago | 0
How to find the area of intersection of 2 polygons without using polyshape?
Hey Aravind, I understand that you want to compute area of intersection between two polygons having high number of vertices. In...
24 days ago | 1
Can I import a model made in SolWorks 2024 into SimScape
Hey Samina, The SolidWork support is limited to 2021 release and the later versions are currently not supported as mentioned by...
24 days ago | 0
Pause Simulink simulation and wait for MATLAB to compute a new input before continuing.
Hey Martin, You can indeed pause your simulation and establish an interaction between Simulink and MATLAB. Consider the followi...
25 days ago | 0
Training progress is not visible
Hey Sania, For plotting the training progress, you can use the "Plots" Name-Value arguments while providing the training option...
27 days ago | 0
| accepted
How can I solve the unneccesary communication overhead problem caused by the broadcast variable error?
Hey Alexi, I understand that you are facing the following error: "The entire array or structure Y-temp is broadcast variable. T...
27 days ago | 0
how the subtractive clustering can be applied on a gray scale image?
Hey Pooja, In order to perform subtractive clustering, you can use the "subclust" function. This function accepts matrices of s...
27 days ago | 0
How to plot in real time from serial port
Hey Atif, In order to plot real time data coming from serial port, please follow the below mentioned steps: Setup a connection...
27 days ago | 0
how to display a string in simulink display block
Hey Sumit, For displaying strings in your Simulink Model, you can use the "String Constant" blocks introduced in R2018a. Refer ...
28 days ago | 0