Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

| accettato

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
Deep learning generated Holography
The following literature review about deep learning for holography would be a good starting point to understand the same: https...

circa un anno fa | 0

Risposto
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 ...

circa un anno fa | 2

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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 ...

circa un anno fa | 2

| accettato

Risposto
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 ...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 1

Risposto
Matlab on ARM processor?
Hi Brennan, MATLAB supports Apple silicon processors in combination with macOS, other ARM processors are not supported. Additi...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
'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 ...

oltre un anno fa | 1

Risposto
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...

oltre un anno fa | 0

Risposto
We are trying to develop an AI model that detects 7 types of abnormal driver behavior
Hi @현준, I would recommend using video data to capture temporal dynamics and context which are necessary for accurate behaviour ...

oltre un anno fa | 0

Risposto
Modeling and solving a pde
Hi NS, It would be helpful if you can attach the figure mentioned in the query. Please refer to the following post which mentio...

oltre un anno fa | 0

Risposto
how to use printf inside a CUDA kernel?
Hi Daniel, One more suggestion that I found in the following discussion is to use "cudaDeviceSynchronize" to ensure that the ke...

oltre un anno fa | 0

Carica altro