Udit06
Followers: 0 Following: 0
Statistics
0 Questions
107 Answers
RANK
1,102
of 295,098
REPUTATION
64
CONTRIBUTIONS
0 Questions
107 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
10
RANK
of 20,174
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,199
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
How do you Remove the Table of Contents from Published Code?
Hi, Currently there is no direct way to remove the contents section from the published code. However, as a workaround, you can ...
1 month ago | 0
| accepted
Unable to communicate with MathWorks services - Error 5201
Hi, You can refer to the following MATLAB answer to resolve the issue: https://www.mathworks.com/matlabcentral/answers/1815395...
1 month ago | 0
What is the reason for this error
Refer this: https://blogs.mathworks.com/simulink/2024/07/22/derivative-of-state-1-in-block-x-y-integrator-at-time-0-55-is-not-f...
1 month ago | 0
May I ask can MTALAB code be run under Apache Server ?? If it can, can an example be shown for this ?
Hi, The following MATLAB Answer may help: https://www.mathworks.com/support/search.html/answers/93584-how-do-i-set-up-matlab-w...
1 month ago | 0
Which link contains the MATLAB Documentation in English Version ?
Hi, To access the documentation in English, you can follow the following steps: 1) Navigate to the MathWorks Help Center websi...
1 month ago | 0
why my arima model is unstable?
Hi, You can refer to the following MATLAB answer which describes a similar issue. The error indicates that there are eigenvalue...
1 month ago | 0
How can I use a normal node and an activation function together in a hidden layer?
Hi, I understand that you want to have more than one type of activation in a given hidden layer. You can customize a deep learn...
1 month ago | 0
how to create channel attention layer in matlab.
Hi, You can refer to the following resources: https://ieeexplore.ieee.org/document/8578843 https://arxiv.org/abs/1910.03151
1 month ago | 0
Creating a neural network with hidden layer that has more than one activation function.
Hi, As per my knowledge, this is not possible without programming the network. Deep Learning Toolbox of MATLAB allows to custo...
1 month ago | 0
Why is my matlab installer stuck on loading?
You can refer this: https://www.mathworks.com/matlabcentral/answers/2100716-why-does-the-installer-get-stuck-loading-after-sign...
1 month ago | 0
| accepted
Need Code for Kinematics
Hi Nandeeswaran, It seems you are facing some difficulty in writing code for a kinematics equation. It would be better if you c...
1 month ago | 0
Predictive maintenance - data required for generalizing the model
Hi Dhiya, In order to create a robust model, you will need a large set of sensor data healthy and faulty operations operating i...
1 month ago | 0
FFT Code generation for VxWorks
Hi, Both, "fft" and "ifft" functions provide support for C/C++ code generation. You can refer to the following MathWorks docume...
1 month ago | 0
I'm new to matlab; how do I simply program a deep learning model to predict that 9 is the next number in a sequence of 1,3,5,7...?
Hi Matthew, The following MATLAB answer describes multiple ways to predict the next number in a series. It also discusses why d...
1 month ago | 0
Deep learning generated Holography
The following literature review about deep learning for holography would be a good starting point to understand the same: https...
1 month ago | 0
Hex file from Simulink
Hi Lorenza, To generate a .HEX file from Simulink, you cannot directly export it from the Simulink model. However, you can use ...
1 month ago | 2
Is there a way to holdout specific data?
Hi Mark, You can use the array indexing to specify the training and testing sets using indexes. Please find below the code sni...
1 month ago | 0
detokenizedDocument: How to turn tokenized text back into human-readable, non-tokenized text?
Hi, As per my knowledge, there is no such function to de-tokenize the tokenized document. However, you can process the text tha...
1 month ago | 0
Error creating array with evenly spaced elements
Hi @Luan Vuong, The issue that you are facing is due to the floating point error. As you also pointed out that the exact value ...
1 month ago | 2
| accepted
How to use the grey prediction model?
Hi, MATLAB provides linear, non-linear, discrete time as well as continous time grey box model. You can refer to the following ...
2 months ago | 0
How to save chararcter matrix in single column in NetCdf file?
Hi, The following MATLAB answer that handles the same issue that you are facing: https://www.mathworks.com/matlabcentral/answe...
2 months ago | 0
Get netCDF data from Copernicus Marine
Hi Asier, I understand that you are trying to access netCDF data using an OPeNDAP URL using the "ncdisp" function in MATLAB R2...
2 months ago | 0
how can import data excel to scope in simulink? (plot charts)
Hi, You can follow the steps below to visualize Excel sheet data in Scope block in Simulink: 1) Load the excel sheet in form o...
2 months ago | 0
Loss function Ford multi Output regression
Hi, Yes, you are correct the different magnitudes of outputs will affect the training of the neural network model. "Output 1" w...
2 months ago | 0
Importing data for a Simulink example in MATLAB
Hi @SNM Nima, The above example is using a "PreLoadFcn" model callback as shown below: load('solar_load_data_24h.mat') The ab...
2 months ago | 1
Matlab on ARM processor?
Hi Brennan, MATLAB supports Apple silicon processors in combination with macOS, other ARM processors are not supported. Additi...
2 months ago | 0
Simulink user interface slow
I was also facing a similar issue. In my case the issue was due to the anti-virus software which was slowing down the Simulink U...
2 months ago | 0
error: unknown type name 'mxArray'
Hi Aubrey, You can refer to the following MATLAB answer which handles a similar issue: https://www.mathworks.com/matlabcentral...
2 months ago | 0
'if' instead of a 'switch' when auto code generation
Hi @예진 박, You can refer to the "ConvertIfToSwitch" configuration parameter of "coder.EmbeddedCodeConfig" object to control the ...
4 months ago | 1
Extract features from training images (Matlab - Computer Vision)
You can use the MATLAB functions "detectSIFTFeatures" and "extractHOGFeatures" to extract the SIFT and histogram of gradient fea...
4 months ago | 0