photo

Omega


Last seen: 4 days 前 自 2023 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English
Pronouns:
He/him

统计学

MATLAB Answers

0 个提问
114 个回答

排名
1,979
of 299,722

声誉
32

贡献数
0 个提问
114 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,790

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,604

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
newff
Hi Fir, The "newff" function has been obsolete for years and has been removed from newer versions of MATLAB. When you type “>> ...

4 months 前 | 0

已回答
Compact a ClassificationPartitionedModel
Hi Christopher, It looks like you're trying to save your trained classification models without including the redundant training...

4 months 前 | 0

已回答
Can classifier learner app, take input for each samples as a matrix?
Hi Krishna, The MATLAB Classifier Learner app is designed to take input data where each sample is represented as a single row i...

4 months 前 | 0

已回答
How can I replace existing dataset in a signal builder if I am adding/appending new datasets programmatically ?
Hi Geethika, You can use the "signalbuilder" function with the "set" option if you want to replace the existing dataset, or use...

4 months 前 | 0

已回答
How can I calculate the value in imported table using App Designer?
Hi Aina, There are some issues with your code. I have listed them below: The table "t" loaded in "ImportDataButtonPushed" is n...

4 months 前 | 0

已回答
how make brain tumor classification
Hi Mohamed, The error message you are encountering indicates that MATLAB cannot find the function "anisodiff2D". This function ...

5 months 前 | 0

已回答
Which one is the best?
Hi Prachi, The best clustering method depends on the specific characteristics of your data and your analysis goals. Here's a br...

5 months 前 | 0

已回答
Error while trying to perform hierarchical clustering
Hey! Hierarchical clustering can be memory-intensive due to the computation of pairwise distances, particularly with large data...

5 months 前 | 0

已回答
mobile robot follow path problem
Hi, In the "get_speed" function, the output variable "u_controller" is not explicitly assigned. The last line of the function a...

5 months 前 | 0

已回答
The instructions for manually installing alexnet.mlpkginstall do not work. Help!
Hi! I understand that you are facing internet connection difficulties while using Mathworks Product Installer. It is possible...

5 months 前 | 0

已回答
error in qpsk modulation
Hi Abdul, Since you've mentioned that the constellation diagram looks correct at the transmitter, the issue might be with the r...

5 months 前 | 0

已回答
Why am I unable to open the survey in the Online Simulink Onramp?
Hi Paul, This issue is observed with workflows involving web-based applications. The underlying reason is likely because of a p...

5 months 前 | 0

已回答
Connection Error for Simulink Onramp
Hi Jamaluddin, This issue is usually caused by software such as Windows Firewall or installed antivirus programs that are preve...

5 months 前 | 0

已回答
Compute magnitude and phase response of voice data using FFT
Hi Osman, To compute the magnitude and phase response of your voice data using FFT in MATLAB, you can follow these steps: Reco...

7 months 前 | 0

已回答
Can we use xcorr() for continuous signals
Hi Sadiq, In MATLAB, the "xcorr()" function is generally used for discrete signals rather than continuous ones. However, if you...

7 months 前 | 0

已回答
How can I calculate skewness and kurtosis of an image?
Hi Vidhya, To calculate descriptive statistics (such as mean, variance, skewness, kurtosis, etc.) for an image, you first need ...

7 months 前 | 0

已回答
image processing <<problem with gui>>
Hi, I understand that you are looking for a mechanism to display the original image alongside the result image after applying ...

7 months 前 | 0

已回答
How to create a slice of an Image in Matlab
Hi Raviteja, Please refer to the answer section of a related MATLAB Answer attached below. It explains how to slice an image us...

7 months 前 | 0

已回答
btplane slicing of image
Hi Surya, Bit plane slicing involves decomposition of an image into its constituent bit planes which represent the bits of each...

7 months 前 | 0

已回答
error: Invalid input data. Invalid number of spatial dimensions. Layer expects 0 but received 2.
Hi Yeon, The error message you are encountering is because of the mismatch in input format expected by the "sequenceInputLayer"...

7 months 前 | 0

已回答
Reconstruct a signal from PSD
Hi Amelia, I understand that you want to reconstruct a signal from its Power Spectral Density (PSD). This can be a little trick...

7 months 前 | 0

已回答
How to present our data in different graphs
Hi Sadiq, After going through the data attached, I suggest you to consider about the following graphs: 1. Boxplots: You can u...

7 months 前 | 0

已回答
Matlab code for 10-fold Cross Validation performance for individuall fold
Hi Jaypal, I can help you with the necessary steps to evaluate the accuracy of individual folds in 10-fold Cross validation. Yo...

9 months 前 | 0

已回答
I am using machine learning classfier to predict my test accuracy. The classfier uses hold out to take data in random. How to I get the train accuracy using the code?
Hi Atik, To obtain the training accuracy, first, you need to extract the training data indices using the "training(cv)" MATLAB ...

9 months 前 | 0

已回答
How to perform testing on a model which is trained using classification learner app.
Hi Shweta, You can refer to the following documentation link to check performance of a calassifier using Test set in the "Class...

9 months 前 | 0

已回答
How to test model developed using the Regression Learner App
Hi Samuel, I understand that you are encountering poor accuracy with the test dataset on your prediction with GPR model. You ca...

9 months 前 | 0

已回答
How to calculate mse value on nntool GUI
Hi Ashihadina, The figure's axis labels indicate that it is a plot of Mean Squared Error (MSE) versus the number of epochs. Th...

9 months 前 | 0

已回答
How NARNET is differ from NARXNET in respect of prediction advantages
Hi, NARNET predicts future values of a time series using only its past values. It's simple and works well if the series is not ...

9 months 前 | 0

已回答
NAR multistep prediction
Hi Prodromos, You can refer to the "Multistep Neural Network Prediction" documentation link mentioned below: https://www.math...

9 months 前 | 0

已回答
What is the usage of "FeedbackDelays" in NARNET?
Hi Dwaipayan, In MATLAB's NARNET (Nonlinear Autoregressive Network), the "feedbackDelays" parameter specifies the time steps t...

10 months 前 | 0

加载更多