解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

約1年 前

解決済み


Return area of square
Side of square=input=a Area=output=b

約1年 前

解決済み


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年 前

解決済み


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

約1年 前

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

解決済み


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年 前

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

解決済み


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年以上 前

解決済み


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年以上 前

回答済み
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年以上 前 | 1

| 採用済み

回答済み
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年以上 前 | 0

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

1年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

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

1年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

さらに読み込む