Answered
Dropout value with 0.6
Hi, You can use dropout layer in MATLAB. It is possible. Refer to the following documentation link https://www.mathworks.com/...

6 years ago | 0

| accepted

Answered
LU decomposition code, don't know what it's doing. Can someone explain what this code is doing line-by-line?
Hi, In LU Decomposition method we try to convert A matrix to echleon form by using gauss elimination method. The code starts fro...

6 years ago | 1

| accepted

Answered
Problem saving to created folders
Hi, I tried to replicate the issue, which is of no success. Can you try using breakpoint at start of loop with variable k, and ...

6 years ago | 0

| accepted

Answered
Write overrightarrow to letter in plot
Hi, One issue with the script you have attached is it creates a figure with x and y ticks between 0 and 1, with a difference o...

6 years ago | 0

| accepted

Answered
Legend looks very weird
Hi, Can you share the data or atleast dimensions of the data you are trying to plot, since this issue is not reproducible at my...

6 years ago | 0

Answered
Invalid training data in LSTM
Hi, The proper input format to train a LSTM Network should be as follows, XTrain = N x 1 cell YTrain = N x 1 , where N denot...

6 years ago | 0

| accepted

Answered
Unable to export gTruth from Image Labeller session
Hi, Did you try reopening the session and export the groundtruth object in Windows itself?

6 years ago | 0

Answered
solving partial differential equation system
Hi, You can start off by referring to the following documentation page: https://www.mathworks.com/help/matlab/math/partial-dif...

6 years ago | 0

Answered
when I start the MATLAB, it shows Exception Calling Main. How to slove that issue?
Hi, Refer to the following link, this might help you solve your issue: https://www.mathworks.com/matlabcentral/answers/99099-w...

6 years ago | 0

Answered
How can i use Find and Replace Stateflow tool via command line?
Hi, I suggest using variables from MATLAB Workspace as parameters in Stateflow instead of creating in Stateflow's workspace. Re...

6 years ago | 0

Answered
Are the cell arrays in the Image field the correct sizes? why am i wrong?
Hi, Can you provide more information on what is not turning out as expected or the error you are getting.

6 years ago | 0

Answered
64bit MATLAB looking for a 32bit mex file
Hi, There is a similiar question asked in the community. Here is the link to the thread: https://www.mathworks.com/matlabcentr...

6 years ago | 0

Answered
Bayesopt not printing result
Hi, I think "bayesopt" should be used to perfrom optimzation on Bayesian Classfication. Refer to following links to gain more i...

6 years ago | 0

| accepted

Answered
finding the number of interations of newtons method
Hi, I guess the count should be incremented in the place where fx1 is being compared and it should be conditioned in a loop to ...

6 years ago | 0

Answered
transforming matrix values and passing it into fucntion
Hi, I think you can just use the midicodes matrix you have in the formula for frequency you already mentioned, as far as I kno...

6 years ago | 0

Answered
How to plot the Kernel from fitrsvm?
Hi, The youtube link you provided doesn't work. I assume you want the Kernel Function and Scale used, which is provided in Kern...

6 years ago | 0

Answered
Geotiffread---Error using geotiffinfo>readinfo (line 278) Multiple images exist in the file and their sizes are different.
Hi, Is this the error you are getting even after following the procedure mentioned in the link. https://cosmojiang.wordpress.c...

6 years ago | 2

| accepted

Answered
Geotiffread---Error using geotiffinfo>readinfo (line 278) Multiple images exist in the file and their sizes are different.
Hi, Can you give details about the error shown when you tried the procedure mentioned in the link.

6 years ago | 0

Answered
Issue with font when exporting eps
Hi, You can try setting the “TickLabelInterpreter” property of axis in the figure to “latex”. Hope this resolves your issue. ...

6 years ago | 1

| accepted

Answered
How to choose certain variables from many, defined by matlabFunction?
Hi, I guess there is no such feature available with matlabFunction, possible work around would be to manually give the scalar v...

6 years ago | 0

Answered
Live Editor - Font and Background Color
Hi, Unfortunately, Matlab Live Scripts do not currently support customisation of colour schemes.

6 years ago | 0

Answered
3D regression CNN
Hi, There is a similar question asked in the community. Here is the link to the thread: https://www.mathworks.com/matlabcentra...

6 years ago | 0

Answered
Numeric values converted to string
Hi, I think it is not possible to create a matrix like A in MATLAB. If you have just provided matrix A as an example, I suggest...

6 years ago | 0

Answered
Run same function for different objects from same class
Hi, You can try initializing color property of the object in the constructor of the Model class. Refer to the following link fo...

6 years ago | 0

Answered
plotting on loglog scale with defining the x points
Hi, Did you try setting 'XTickLabel' property. Refer to the following link for more details. https://www.mathworks.com/help/ma...

6 years ago | 2

Answered
Modify Loss Function in Predefined Network
Hi, You can try creating your custom loss function. Refer to the following link: https://www.mathworks.com/matlabcentral/answe...

6 years ago | 0

| accepted

Answered
Error while reading image (.TIF)
Hi, These are links to the questions answered by the community, which kind of relates to your issue. https://www.mathworks.com...

6 years ago | 0

| accepted

Answered
Threshold For confidence score
Hi, I suspect the issue is due to the threshold you are using, try storing the bounding boxes in results based on the threshold...

6 years ago | 0

Answered
How to remove columns from a cell within in a structure
Hi, I guess you can try doing: for n = 1:N % number of photogroups % delete s.BlocksExchange.Block.Photogroups.Ph...

6 years ago | 1

Answered
How can I add an associated variable to a point using the figure's data tip feature while hovering over the point with the mouse.
Hi, You can pass additional variable waypoint to the newTitle function in 'set' method as follows: set(dcm_obj,'UpdateFcn',{@n...

6 years ago | 0

Load more