Udit06
Followers: 0 Following: 0
統計
All
Feeds
回答済み
How to solve, error using load. 'Unable to read data stream because the data contains a bad version or endian-key'?
Hi, A similar error is discussed in the following MATLAB answer. As suggested by Walter, you can try re-installing the support...
How to solve, error using load. 'Unable to read data stream because the data contains a bad version or endian-key'?
Hi, A similar error is discussed in the following MATLAB answer. As suggested by Walter, you can try re-installing the support...
1日 前 | 0
回答済み
how to choose the optimumize values of the training option
Hi, You can consider using Bayesian optimization in order to find optimal network parameters. Bayesian optimization is an algor...
how to choose the optimumize values of the training option
Hi, You can consider using Bayesian optimization in order to find optimal network parameters. Bayesian optimization is an algor...
1日 前 | 0
回答済み
Statistical Analysis of lots of Parameters
Hi Huw, As per my understanding, you want to analyze multiple parameters in your data statistically. You can consider following...
Statistical Analysis of lots of Parameters
Hi Huw, As per my understanding, you want to analyze multiple parameters in your data statistically. You can consider following...
3日 前 | 0
回答済み
ERROR when used 'openExample('nnet/SequenceForecastingUsingDeepLearningExample')'
Hi, Generally, this type of error is shown when the example is introduced in a later version of MATLAB and you are using an old...
ERROR when used 'openExample('nnet/SequenceForecastingUsingDeepLearningExample')'
Hi, Generally, this type of error is shown when the example is introduced in a later version of MATLAB and you are using an old...
9日 前 | 0
回答済み
How can I speed up GUI startup?
You can refer to the following MATLAB answer that provides detailed solution for issues related to slow startup: https://www.ma...
How can I speed up GUI startup?
You can refer to the following MATLAB answer that provides detailed solution for issues related to slow startup: https://www.ma...
10日 前 | 0
回答済み
Embed current date into URL (matlab)
Hi Yoni, If I run the code that you have given, I am getting the error as shown below: myrun = 00; % 00 06 12 18 mydate = 201...
Embed current date into URL (matlab)
Hi Yoni, If I run the code that you have given, I am getting the error as shown below: myrun = 00; % 00 06 12 18 mydate = 201...
10日 前 | 0
回答済み
Getting Error in reading video file.
Hi, You can refer to the following two MATLAB answers that discusses a similar issue that you are facing: https://www.mathwork...
Getting Error in reading video file.
Hi, You can refer to the following two MATLAB answers that discusses a similar issue that you are facing: https://www.mathwork...
10日 前 | 0
回答済み
Recognize images that are not recognized correctly
There are multiple ways through which you can achieve the same: 1) Using basic statistics to detect anomalies such us unusually...
Recognize images that are not recognized correctly
There are multiple ways through which you can achieve the same: 1) Using basic statistics to detect anomalies such us unusually...
10日 前 | 0
回答済み
Matlab coder cannot find knnSearch function
Hi Michael, I was facing a similar issue in MATLAB R2023a. However, I was able to generate the C code in MATLAB R2024a. So, you...
Matlab coder cannot find knnSearch function
Hi Michael, I was facing a similar issue in MATLAB R2023a. However, I was able to generate the C code in MATLAB R2024a. So, you...
11日 前 | 0
回答済み
Landslide mapping from multi-sensor data through improved change detection principal component analysis (PCA), and independent component analysis (ICA)
Hi, You can refer to the following resources for details related to PCA and ICA on image data: https://www.mathworks.com/matla...
Landslide mapping from multi-sensor data through improved change detection principal component analysis (PCA), and independent component analysis (ICA)
Hi, You can refer to the following resources for details related to PCA and ICA on image data: https://www.mathworks.com/matla...
11日 前 | 0
回答済み
Kernel parameter values of a Gaussian process regression (GPR) model using regression learner
Hi Miljan, You are getting the kernel parameters for only one model for "trainedModel.RegressionGP.KernelInformation" since the...
Kernel parameter values of a Gaussian process regression (GPR) model using regression learner
Hi Miljan, You are getting the kernel parameters for only one model for "trainedModel.RegressionGP.KernelInformation" since the...
11日 前 | 0
回答済み
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 ...
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 ...
約2ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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
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
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
Deep learning generated Holography
The following literature review about deep learning for holography would be a good starting point to understand the same: https...
約2ヶ月 前 | 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 ...
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 ...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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 ...
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 ...
約2ヶ月 前 | 2
| 採用済み