Aditya
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
147 回答
ランク
of 157,112
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How i can talk to support of Matlab website?
Hi Saleem, If you want to contact The Mathworks support team , you can contact them via the following link : https://www.mathw...
How i can talk to support of Matlab website?
Hi Saleem, If you want to contact The Mathworks support team , you can contact them via the following link : https://www.mathw...
約9時間 前 | 1
回答済み
Cannot interpret pca results
Hi Jaime, When using Principal Component Analysis (PCA) to transform your data, it's important to understand what PCA does and ...
Cannot interpret pca results
Hi Jaime, When using Principal Component Analysis (PCA) to transform your data, it's important to understand what PCA does and ...
約10時間 前 | 0
回答済み
how can reduce my feature in each row of matrix ?
Hi Haleh, To reduce the dimensionality of your dataset from 256 features to 39 features (and then further to 25 features), you ...
how can reduce my feature in each row of matrix ?
Hi Haleh, To reduce the dimensionality of your dataset from 256 features to 39 features (and then further to 25 features), you ...
約10時間 前 | 0
回答済み
Use a regressionGP model (from fitrgp()) to predict the gradient with uncertainty
Hi Evan, To compute the gradient of a Gaussian Process Regression (GPR) fit along with its uncertainties in MATLAB, you can fol...
Use a regressionGP model (from fitrgp()) to predict the gradient with uncertainty
Hi Evan, To compute the gradient of a Gaussian Process Regression (GPR) fit along with its uncertainties in MATLAB, you can fol...
約10時間 前 | 0
回答済み
If clr is a cell array of strings, the length of clr must be equal to the length of x, y and z.
Hi Yue, The error message you're encountering indicates that the clr parameter in the gscatter3 function expects a cell array o...
If clr is a cell array of strings, the length of clr must be equal to the length of x, y and z.
Hi Yue, The error message you're encountering indicates that the clr parameter in the gscatter3 function expects a cell array o...
約10時間 前 | 0
回答済み
The relationship between SCORE and LOADING from PCA using princomp in MATLAB
Hi Torsionfree, When you perform PCA using MATLAB's princomp function (or its successor pca), the output score (also known as f...
The relationship between SCORE and LOADING from PCA using princomp in MATLAB
Hi Torsionfree, When you perform PCA using MATLAB's princomp function (or its successor pca), the output score (also known as f...
約10時間 前 | 0
回答済み
how to find principle component analysis of a woven fabric image? i need a code for this
Hi Gnanaprakash, Performing Principal Component Analysis (PCA) on images for compression involves reducing the dimensionality o...
how to find principle component analysis of a woven fabric image? i need a code for this
Hi Gnanaprakash, Performing Principal Component Analysis (PCA) on images for compression involves reducing the dimensionality o...
約10時間 前 | 0
回答済み
How to apply PCA on a cell containing matrices of images?
Hi Mahila, To apply PCA to a dataset containing multiple images, you need to convert the image data into a suitable matrix form...
How to apply PCA on a cell containing matrices of images?
Hi Mahila, To apply PCA to a dataset containing multiple images, you need to convert the image data into a suitable matrix form...
1日 前 | 0
回答済み
use pca to perform bss
Hi Raj, Blind Source Separation (BSS) is a technique used to separate a set of source signals from a set of mixed signals witho...
use pca to perform bss
Hi Raj, Blind Source Separation (BSS) is a technique used to separate a set of source signals from a set of mixed signals witho...
1日 前 | 0
回答済み
score matrix in PCA study does not match with the scores shown on bi-plot.
Hi Manpreet, When you perform PCA using MATLAB's pca function, the score matrix contains the principal component scores for eac...
score matrix in PCA study does not match with the scores shown on bi-plot.
Hi Manpreet, When you perform PCA using MATLAB's pca function, the score matrix contains the principal component scores for eac...
1日 前 | 0
回答済み
Finding cubic spline equations by 3 data points
Hi Tatai, When using MATLAB's spline function, it creates a piecewise polynomial (pp) form to represent the cubic spline. This ...
Finding cubic spline equations by 3 data points
Hi Tatai, When using MATLAB's spline function, it creates a piecewise polynomial (pp) form to represent the cubic spline. This ...
1日 前 | 0
回答済み
help needed with fraction of unexplained variance
Hi Blaise, When you perform Principal Component Analysis (PCA), you typically assess how much of the total variance in your dat...
help needed with fraction of unexplained variance
Hi Blaise, When you perform Principal Component Analysis (PCA), you typically assess how much of the total variance in your dat...
1日 前 | 0
回答済み
Should I use PCA, Factor Analysis or ICA for this problem?
Hi Arnold, To analyze which factors (e.g., S&P, Barclays, Vanguard) influence Apple's returns, you can use multiple linear regr...
Should I use PCA, Factor Analysis or ICA for this problem?
Hi Arnold, To analyze which factors (e.g., S&P, Barclays, Vanguard) influence Apple's returns, you can use multiple linear regr...
1日 前 | 0
回答済み
ActiveSetMethod: entropy | GPR
Hi Marius, When using Gaussian Process Regression (GPR) with a large dataset in MATLAB, you can employ the 'FitMethod', 'sd' op...
ActiveSetMethod: entropy | GPR
Hi Marius, When using Gaussian Process Regression (GPR) with a large dataset in MATLAB, you can employ the 'FitMethod', 'sd' op...
1日 前 | 1
| 採用済み
回答済み
can fitrm handle unbalanced data (without decimating it)? if not, what alternative will still allow me to see (or even set) the response covariances?
Hi Ben, For highly unbalanced data, I recommend exploring linear mixed-effects models using fitlme in MATLAB. They provide a fl...
can fitrm handle unbalanced data (without decimating it)? if not, what alternative will still allow me to see (or even set) the response covariances?
Hi Ben, For highly unbalanced data, I recommend exploring linear mixed-effects models using fitlme in MATLAB. They provide a fl...
1日 前 | 0
回答済み
I'm getting an error when I was using compute_mapping function for pca, please give me any suggestions how can I solve it?
Hi Bhawna, The error message you're encountering suggests that there's an issue with the number of arguments being passed to a ...
I'm getting an error when I was using compute_mapping function for pca, please give me any suggestions how can I solve it?
Hi Bhawna, The error message you're encountering suggests that there's an issue with the number of arguments being passed to a ...
1日 前 | 0
回答済み
repeated anova for two groups with time course data
Hi Spikes, To compare two groups subjected to repeated measures across different days using repeated measures ANOVA in MATLAB, ...
repeated anova for two groups with time course data
Hi Spikes, To compare two groups subjected to repeated measures across different days using repeated measures ANOVA in MATLAB, ...
1日 前 | 0
回答済み
Bicubic B-spline surface
Hi Anna, To work with splines in 3D and visualize them in MATLAB, you can use the nrbmak and nrbeval functions from the NURBS t...
Bicubic B-spline surface
Hi Anna, To work with splines in 3D and visualize them in MATLAB, you can use the nrbmak and nrbeval functions from the NURBS t...
2日 前 | 0
回答済み
Stepwise Regression and PCA
Hi Adnan, Stepwise Regression: Stepwise regression is a method of fitting regression models in which the choice of predictive ...
Stepwise Regression and PCA
Hi Adnan, Stepwise Regression: Stepwise regression is a method of fitting regression models in which the choice of predictive ...
2日 前 | 0
回答済み
Latin hypercube sample from beta distribution
Hi Eagle To generate samples from a beta distribution using Latin Hypercube Sampling (LHS), you can use the lhsdesign function ...
Latin hypercube sample from beta distribution
Hi Eagle To generate samples from a beta distribution using Latin Hypercube Sampling (LHS), you can use the lhsdesign function ...
2日 前 | 0
回答済み
PCA Help
Hi Zubair, Your approach to using PCA to compare two datasets is on the right track. However, there are a few things to conside...
PCA Help
Hi Zubair, Your approach to using PCA to compare two datasets is on the right track. However, there are a few things to conside...
2日 前 | 0
回答済み
Pros and Cons of PCA feature Selection vs Single Valued Features Like, Mean, Standard Variation
Hi Arbab, Selecting between Principal Component Analysis (PCA) and single-valued features (i.e., individual features selected b...
Pros and Cons of PCA feature Selection vs Single Valued Features Like, Mean, Standard Variation
Hi Arbab, Selecting between Principal Component Analysis (PCA) and single-valued features (i.e., individual features selected b...
2日 前 | 0
回答済み
Other way or suggestion to build Bezier surface
Hi Malina, 1) Building a Bézier Surface in MATLAB: If you don't have built-in functions for Bézier surfaces in your version of...
Other way or suggestion to build Bezier surface
Hi Malina, 1) Building a Bézier Surface in MATLAB: If you don't have built-in functions for Bézier surfaces in your version of...
2日 前 | 0
回答済み
How can we implement PCA for array of 512 feature maps of size 39*39 to get an output of array of x feature maps of size 39*39, where x is dimension desired after applying PCA.
Hi Shubham, To apply PCA to a 3D matrix of feature maps without flattening them, you'll need to treat each 39x39 feature map as...
How can we implement PCA for array of 512 feature maps of size 39*39 to get an output of array of x feature maps of size 39*39, where x is dimension desired after applying PCA.
Hi Shubham, To apply PCA to a 3D matrix of feature maps without flattening them, you'll need to treat each 39x39 feature map as...
2日 前 | 0
回答済み
How can we find the angle or orientation of the 1st Principal Component
Hi Nabin, To calculate the angle of the first principal component after performing PCA on a set of 2D coordinates, you can foll...
How can we find the angle or orientation of the 1st Principal Component
Hi Nabin, To calculate the angle of the first principal component after performing PCA on a set of 2D coordinates, you can foll...
2日 前 | 0
回答済み
Which algorithm type does rowexch use?
Hi Tobias, The 'rowexch' function in MATLAB is used for generating D-optimal designs, which are a type of experimental design. ...
Which algorithm type does rowexch use?
Hi Tobias, The 'rowexch' function in MATLAB is used for generating D-optimal designs, which are a type of experimental design. ...
2日 前 | 0
回答済み
How do I use the entropy-based selection of samples with fitrgp correctly?
Hi Janine, The fitrgp function in MATLAB is used to fit Gaussian Process Regression (GPR) models. When dealing with large datas...
How do I use the entropy-based selection of samples with fitrgp correctly?
Hi Janine, The fitrgp function in MATLAB is used to fit Gaussian Process Regression (GPR) models. When dealing with large datas...
2日 前 | 0
回答済み
PCA, svd, compare two groups.
Hi Sas, Yes, your approach makes sense and is a common method for projecting new data onto the principal component space derive...
PCA, svd, compare two groups.
Hi Sas, Yes, your approach makes sense and is a common method for projecting new data onto the principal component space derive...
2日 前 | 0
回答済み
comparing results of PCA and NNMF - what percentage of the original data's variance is retained?
Hi Blaise, To compare the results of Principal Component Analysis (PCA) and Non-negative Matrix Factorization (NNMF) in terms o...
comparing results of PCA and NNMF - what percentage of the original data's variance is retained?
Hi Blaise, To compare the results of Principal Component Analysis (PCA) and Non-negative Matrix Factorization (NNMF) in terms o...
2日 前 | 0
回答済み
Why is PCA returning only one component when I have 50 variables?
Hi Kim, When performing PCA in MATLAB, you should expect the coeff matrix to contain as many columns as there are variables in ...
Why is PCA returning only one component when I have 50 variables?
Hi Kim, When performing PCA in MATLAB, you should expect the coeff matrix to contain as many columns as there are variables in ...
2日 前 | 0