답변 있음
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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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 ...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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 ...

5개월 전 | 2

| 수락됨

답변 있음
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 ...

6개월 전 | 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...

6개월 전 | 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...

6개월 전 | 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...

6개월 전 | 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...

6개월 전 | 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...

6개월 전 | 1

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

6개월 전 | 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...

6개월 전 | 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...

6개월 전 | 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 ...

8개월 전 | 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...

8개월 전 | 0

답변 있음
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 ...

8개월 전 | 0

답변 있음
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...

8개월 전 | 0

답변 있음
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...

8개월 전 | 0

더 보기