Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

1 year ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

1 year ago

Answered
a function to save a plot as a (compressed) image file.
Hi, I understand that you are trying to save a plot as an image file. "exportgraphics" function is used to save the plot as an...

1 year ago | 0

Answered
Load Advanced Recording Format (ARF) in Matlab
Hi, I understand that you are working on loading of ARF files from eeg/abr measurement and getting an error with opening of fil...

1 year ago | 0

Answered
how to un-share scope in matlab
Hi, I understand that you are getting an issue with plotting after installing image processing toolbox. The error messag...

1 year ago | 0

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

1 year ago

Answered
Use python sbi package in matlab, matlab give error: Python Error: TypeError: simulator() missing 1 required positional argument: 'parameter_set'
I understand that you are getting an error related to python arguments which is a TypeError. I was able to reproduce the same...

1 year ago | 0

Answered
Unable to activate your machine. The activation process cannot detect a valid Host ID which utilizes a currently supported naming convention. Please refer to the
Hi taehyung kim I understand that you are getting errors related to license activation of MATLAB in your Linux machine. Please ...

1 year ago | 0

Answered
Can't open Simulink Model: "state not recoverable" error
I understand that you are trying to find a way to completely re-install MATLAB as you are assuming the errors are related to cor...

1 year ago | 0

Answered
trouble in setting up the environment for Highway lane change planner with RoadRunner scenario
I understand that you are unable to set the path for the roadrunner project. Please try the below troubleshooting steps ...

1 year ago | 0

Solved


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago

Answered
Can't start Network License Manager on Debian 11 with lmgrd command
I understood that you are getting an error while trying to execute the command “lmgrd” which is related linux license man...

1 year ago | 1

| accepted

Answered
I am having issu with the outcome of the result, se the picture.
I understood that you are getting an error while using “kmeans” function and it says Statistics and Machine Learning Toolbox is...

1 year ago | 0

Answered
Using imfreehand() on MatlabMobile
I understood that you are facing issues while using “imfreehand()” function in MATLAB Mobile version. Try below troublesh...

1 year ago | 0

Answered
Can't download support package, says I need MATLAB. But I am trying to download it from matlab???
I understood that you are unable to install support packages and it says MATLAB is required to install support packages. ...

1 year ago | 0

Answered
How do I resolve this error?"Loading D:\bin\win64\builtins\matlab_toolbox_iofun_textscan\mwtextscan_builtinimpl.dllfailed with error"
I understood that you are getting an error with iofun toolbox which says couldn’t find the specified module. Try below troublesh...

1 year ago | 0

Answered
Error Using xmlstringinput (line 42)
I understand that you are getting an error: “file not found” while using ‘xmlstringinput()’. I will suggest you to please fol...

1 year ago | 0

Answered
How to use Kernel Ridge Regression Function in Matlab - fitrkernel
I Understand that you are trying to perform regression using kernel ridge regression. Try to explore the below link and download...

1 year ago | 0

Answered
Trying to receive data from lidar to Matlab
I understand that you are getting an error with “helperRadaarLidarInfo” while running the example using the link -https://www.ma...

1 year ago | 0

Answered
How to plot spectrogram in Matlab GUI?
I understand that you are trying to plot spectrogram. Follow the below documentation link to achieve that. https://www.mathwor...

1 year ago | 0

Answered
Compare output of models in Simulink with MATLAB 2018a and 2021a
I understand that you want to compare the output of models in Simulink with MATLAB 2018a and 2021a, and to achieve this, follow ...

1 year ago | 0

Answered
How to execute a simulink simulation stepwise from python without a display?
I understand that you are trying to execute the Simulink model in stepwise manner. Refer the below MATLAB Answer which solves y...

1 year ago | 0

Answered
Creating document with graphs plotted on app
I Understand that you are trying to insert images, generated from your app into a word document. Follow the below documentation...

1 year ago | 0

Answered
Is there any free material to represent theory of anovan function (unbalanced two way anova for SS table type 3) ?
I understand that you are searching for material which explains the theory of unbalanced two-way anova analysis considering inte...

1 year ago | 0

Answered
Linux install-doc fails
I understand that you are experiencing difficulties while attempting to install MATLAB documentation on Linux using the "mpm" to...

1 year ago | 0

Answered
How to convert or extract symbolic matrix expressions to string?
I understand that you are trying to convert symbolic matrix expression into string. You can use “string” function to convert i...

1 year ago | 0

| accepted

Answered
I am trying to train my neural network multiple times (100 times) with hidden neurons range (1 to 100), then output the plots(Elapsed time vs Hidden neurons, MSE vs H neurons)
I ran your code and got some errors, to resolve those errors I made few changes and I am mentioning those changes below. Error ...

1 year ago | 0

Answered
I'm having trouble generating a pil command block from the given code. I want to use a block created in matlab simulink to create a PIL block.
I understand that you are getting an error which says changing “CreateSILPILBlock” is not allowed. Please try below gi...

1 year ago | 0

Answered
Errors with "Denoise Speech Using Deep Learning Networks" Example
I understand that you got a parallel pool error when you run the example –“https://www.mathworks.com/help/deeplearning/ug/denoi...

1 year ago | 0

Load more