Jaimin
Followers: 0 Following: 0
Statistics
0 Questions
35 Answers
RANK
1,536
of 294,507
REPUTATION
42
CONTRIBUTIONS
0 Questions
35 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
of 20,119
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,819
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
Simulink R2020b DataStore Memory and String support. Cannot use a string as an Inital Value
Hi @PLR, To resolve the error, one workaround is to use the “Initialize Function” block to assign a string value to the “Data ...
15 hours ago | 0
Equivalent Methods of Python __setitem__ and _getitem__ methods
Hi @Virginio, In MATLAB, you can replicate the functionality of Python's “__getitem__” and “__setitem__” methods by overloading...
6 days ago | 1
| accepted
Pass parameter from batch file to .m Matlab program
Hi @Tik Ho HUI In the provided code for the "batch.bat" file, the "param1" variable has not been created. To learn how to creat...
6 days ago | 0
muti input cnn in matalb how to do that and how to feed the data in the model?
Hello @Arka Roy You can utilise “connectLayers” function to build a cnn based deep learning model that accepts multiple inputs....
9 days ago | 0
to receive feedback in loop with out providing command- Newton Anderson camera.
Hi @Paramjit Yadav To achieve continuous monitoring of the “GetAcquisitionProgress” function and automatically update the value...
9 days ago | 0
How to implement real-time input using a MATLAB Function block
Hi @석준 In order to obtain the calculated input values from a script file within the function block and provide these values in ...
12 days ago | 0
Export Timetable data to Excel
Hi @chris weedon Since I don't have API credentials, I am unable to reproduce the issue. However, I do have a workaround that y...
12 days ago | 1
Matlab/simulink coder interface
Hi @Ruhi Phulbandhe Once you have generated the code using Simulink coder/Embedded coder in C, you can make use of the “model_i...
14 days ago | 0
I would like to know how to change the type of radial basis function in newrbe and the number of hidden layer neurons
Hello @Yi Ma You can use the “newrb” function instead of the “newrbe” function to modify the radial basis function and adjust t...
16 days ago | 0
Matlab skipping frame during video analysis
Hi @Jaril In the given code, the “read” function is used to retrieve frames from the video. To resolve described issue, I recom...
16 days ago | 0
When I imported Pretrained Keras model into the Matlab windowing size don't remain same?
Hello @MUHAMMED FURKAN YILMAZ Based on the model description, I have created a sample model using Keras (version 2.6.0), which ...
20 days ago | 0
How to access the error line number where an error occurred with try/catch MException? App Designer
Hello @Marcel Rapp To display all error messages using the “msgbox” function, iterate through all error lines from “ME.stack” a...
22 days ago | 0
how image sharpening is perform in matlab?
Hi @Durgesh Naik There are three methods to perform image sharpening which are as follows: Using a Sharpening Kernel : This ...
22 days ago | 1
Simscape Multibody Model with Elastic tooth mesh
Hi Thomas Scheu, It appears from the attached model image that the “Mechanical Rotational Reference” block is missing. Please...
23 days ago | 1
| accepted
How to callback same function for changes in multiple uiobjects?
Hi @Amitvikram The“filterImage”function can be utilized for initialization of “im2” with some minor modifications to the code. ...
24 days ago | 0
Difference between c function and s function
Hello @AKHILA The distinction between the “C Function block” and the “S-Function block” in Simulink can be clarified by examini...
1 month ago | 0
| accepted
Particle Filter block of SImulink is not accepting my 6*1 measurement matrix
Hello @UPASANA SARMA The error message suggests an issue with the input size in a Simulink model. To fix this, please change th...
1 month ago | 0
I wrote a function to reproduce the neural network operation 'sim', why is my result inconsistent with sim's result?
Hello @策 陈 In MATLAB, the neural network utilizes pre-processing and post-processing functions to handle the input and output d...
1 month ago | 0
How to change the degree range on a plot?
Hi @Arkadiusz Charuk From the description, I understand that you want to adjust the x-axis limits from -50 to +50 to -10 to +10...
1 month ago | 0
| accepted
Can I override imshow InitialMagnification default behavior?
Hi @Jeff According to the issue description and context provided, I understand that you want to display the image without any a...
1 month ago | 0
Matrix calculus and solving system of equations
Hi @Viorel-Mihai Popescu From the description, I understand there is a file named 'Aleator.xlsx' that contains the necessary da...
1 month ago | 0
| accepted
How can I draw a frame around the inset plot?
Hi @Sim Based on the description, I understand that you want to add a frame around the inset plot in the figure, as shown below...
1 month ago | 2
How to make a bus object?
Hi @David Based on the issue description provided, I understand that you want to use the "inport" block to pass a bus as an inp...
1 month ago | 0
how to resolve that error?
Hi @Engr. I understand that running the Stateflow chart results in an "unresolved symbols" error. To resolve this error, as @...
1 month ago | 0
How to insert a pre-generated set of random numbers into a simulink simulation
Hi @Aaron Bramhasta, As per my understanding you want to generate two sets of random numbers: "Set A" with 10 numbers between 0...
1 month ago | 0
how to organize input dimensions for LSTM classification
Hi @Fan, As outlined in the issue statement, difficulties were encountered with the LSTM-based deep learning model training usi...
2 months ago | 0
| accepted
Linear Regression, line of best fit
Hi @YM, I understand that the goal is to determine the linear regression/line of best fit for a dataset and to find the corre...
2 months ago | 0
Error using "fopen"
Hi @LEONARDO, Based on the code and the error message, it appears that the provided path may be incorrect, or you may not have...
2 months ago | 0
Obtain information after text pattern
Hi @Richard Wood I understand that you need to extract the damping constant values for each material stored in"CrPS4.mat” (lik...
2 months ago | 1
Troubles with Experiment Manager Setup for LSTM regression
Hi @massimo giannini, According to the issue description, you are able to train your model using the“trainnet”function. Howeve...
2 months ago | 0
| accepted