Answered
Laplace inverse of a 24x24 matrix
Hi, Referring to the following resources, which might help you in resolving the issue: - https://www.mathworks.com/matlabcent...

meer dan 3 jaar ago | 0

Answered
How to view the equation of a linear regression model, automatically generated with regression learner
As per my understanding, you want to view the linear regression model equation with coefficients and intercept in it. Below code...

meer dan 3 jaar ago | 0

Answered
Error calculating an integral: ""Input function must return 'double' or 'single' values. Found 'sym'."" How can i get the %% integral(F_potext,0,a) %% done? Thanks for the help :)
Hi, Referring to the following MATLAB Answers, which might help you in resolving the issue: - https://www.mathworks.com/matlab...

meer dan 3 jaar ago | 0

Answered
Extract signal components from mixed signal
Hi, As per my understanding, you want to extract different components of a mixed signal. This task can be done in the following...

meer dan 3 jaar ago | 1

Answered
Apply transformation matrix to image
Hi, As per my understanding, you want to apply the transformation matrix on to an image. This task can be achieved using imfilt...

meer dan 3 jaar ago | 0

Answered
How to play a Youtube video in MatLab programming and then close the browser?
Hi, As per my understanding, you want to open and close a youtube video using MATLAB. This task can be divided into the followi...

meer dan 3 jaar ago | 2

Answered
How to store the [pks,locs] into a matrix, from a looping?
Hi, Referring to the following MATLAB Answers, which might help you in resolving the issue: - https://www.mathworks.com/matlab...

meer dan 3 jaar ago | 0

Answered
Invalid training data table
Hi, As per my understanding, you are getting the "Invalid training data table" error while training a neural network. It seems ...

meer dan 3 jaar ago | 0

| accepted

Answered
how can i type this function in matlab?
Hi, As per my understanding, you want to write the 'g(x)' function in MATLAB. On assuming that in the given function (5+3x) is ...

meer dan 3 jaar ago | 0

Answered
stacked LSTm Code for time series forecasting
Hi, As per my understanding, you want to define an LSTM model comprise of multiple LSTM layers. One can perform this task as fo...

meer dan 3 jaar ago | 1

Answered
Hello everyone. I want to ask a question. How to filter out the two largest y values in multiple sets of coordinate data and save the two coordinate points?
Hi, Referring to the following resources, which might help you in resolving the issue: - Find k largest element of array (maxk...

meer dan 3 jaar ago | 0

Answered
i want to put n and counter in one matrix
Hi, As per my understanding, you want to create a matrix containing 'n' and 'counter' variables. One can do this task by append...

meer dan 3 jaar ago | 0

Answered
using GAN in regression proplems
Hi, As per my understanding, you want to use a GAN network to generate numeric tabular data for your research work. One can ach...

meer dan 3 jaar ago | 2

| accepted

Answered
Matrix dimensions must agree error when using DCT2?
Hi Harry, The 'dct2' function takes only a 2-D numeric matrix as input. Please see the documentation for more details: - https...

meer dan 3 jaar ago | 0

Answered
How to Use Ansys model for my Simulink
Hi, You can refer to the following links, which might help you in achieving the task: - https://www.mathworks.com/matlabcentra...

meer dan 3 jaar ago | 0

| accepted

Answered
Array indices must be positive integer or logical values
Hi, One plausible reason for you getting this error is that you might be calling the function with some negative value of ‘Tla...

meer dan 3 jaar ago | 0

Answered
How to code signals? how would you code y[n] = x[n] + 0.4x[n-4096]?
Hi, Referring to the following documentation link, which might help you in resolving the issue: -https://www.mathworks.com/help...

meer dan 3 jaar ago | 0

Answered
Simulink library icons dissapeared MATLAB 2020a
Hi, You can refresh the “Simulink Library Browser” window by either of the following options: - Press “F5” Or right-click on ...

meer dan 3 jaar ago | 0

Answered
Data extraction from webpage source
Hi, After using “webread(),” you can use “htmlTree()” to convert character array to an HTML tree. Further, you can make use of ...

meer dan 3 jaar ago | 1

Answered
Problems with input arguments in function
Hi Jeniffer, Yes, as @Andrey suggested, you need to make sure that your folder containing the ‘simple_test’ function is on the ...

meer dan 3 jaar ago | 0

Answered
Import NASTRAN file F06
Hi, You can make use of ‘textscan()’ or ‘regexp()’ functions. I am also referring to the following links, which might help y...

meer dan 3 jaar ago | 0

Answered
How can I show Data generated in Simulink in a Matlab GUI?
Referring to the following link, which might help you in resolving the issue: - https://www.mathworks.com/matlabcentral/answer...

meer dan 3 jaar ago | 0

Answered
how to draw inner boundaries of centroids?
Referring to the following link, which might help you in resolving the issue: - https://www.mathworks.com/matlabcentral/answers...

meer dan 3 jaar ago | 0

Answered
Changing values in an existing XML file
Hi Natasha, The reason for getting the error is that there is no element with the tag name 'Location' (it's 'location'). You c...

meer dan 3 jaar ago | 0

Answered
webread not copying all data from website
Hi Nathan, Referring to the following links, which might help you in resolving the issue: - https://www.mathworks.com/matlabc...

meer dan 3 jaar ago | 0

Answered
Isolating Scissors in a binary image
Hi Adam, This is similar to extracting a class of objects from a binary image using properties. Find the code below for detec...

meer dan 3 jaar ago | 0

Answered
Matlab is showing the following error -'Unrecognized function or variable 'importPhase'.'
Hi Rahul, As per my understanding, you are encountering an error message, while accessing Cantera package. Referring to the f...

meer dan 3 jaar ago | 0