Statistics
0 Questions
135 Answers
RANK
524
of 294,560
REPUTATION
144
CONTRIBUTIONS
0 Questions
135 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
19
RANK
of 20,123
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,939
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
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...
2 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...
3 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...
3 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...
4 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 ...
4 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...
4 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...
5 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)"...
10 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....
10 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...
20 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...
20 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...
20 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 ...
20 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...
20 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...
21 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...
21 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...
22 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...
23 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...
23 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...
24 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...
24 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 ...
25 days ago | 0
Write a Convolution function without using for loop and verify result using conv function.
Hey Girish, In order to get weights of convolution function without using the for loop, you can use the "toeplitz" function to ...
26 days ago | 1
Got an error saying I couldn't run MATLAB, did what it said to fix but now the installation of the MATLAB connector is loading forever.
Hey Jake, I understand that you are facing issues in installing MATLAB Connector. For this, I recommend you to perform clean in...
27 days ago | 0
I tried to communicate using matlab industrial communication opcuaclient to OPC factory server when it gives an error
Hey Oghenekome, In order to fix the error message you are facing, I would suggest you to Reinstall the "OPC Foundation Core C...
27 days ago | 1
get real-time new coming sensor data from mobile phone, old sensor data is not include?
Hey Jun, I understand that when you use the function "accellog(m)", it returns the log data from pevious logging sessions as we...
27 days ago | 0
How to find the model of a black box with a known input and output signature of signal.
Hey Sahu, I have tried plotting a subset of the data on the figure. Check out the following code snippet: load('DATA.mat','da...
27 days ago | 0
MATLAB ships with libstdc++.so.6, that is missing fish shell compatible versions of LIBCGXX and GXXABI
Hey Santtu, I understand that you are recieving the error "libstdc++.so.6: version `CXXABI_1.3.13' not found" because of some m...
30 days ago | 0
Compiled App running extremely slow in the MATLAB runtime environment
Hey Xin, I understand that the compiled application is having higher execution time as compared to the native MATLAB scripts. ...
30 days ago | 0
Change signal labels of bus selector using code
Hey Tom, I understand that you wish to change the names of the signal labels associated with the Bus Selector Block programmati...
1 month ago | 1
| accepted