photo

crixus


newcastle

Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

24 Fragen
1 Antwort

RANG
20.732
of 298.292

REPUTATION
2

BEITRÄGE
24 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
41.67%

ERHALTENE STIMMEN
2

RANG
 of 20.560

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 160.775

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to compute matrix ^ -0.5
Hi, I would like to know how can I compute a matrix X^-0.5. I know that X^-1 is the inverse so in matlab should it be X^-0.5 or...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Dimension reduction using PCA, PCA whitening and ZCA whitening
Hi all, I briefly understand the concept of PCA, PCA whitening and ZAC whitening which begins 1. Center the data 2. Calcul...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to implement nguyen widrow weight initialization ?
Hi, I'm interested to use nguyen widrow weight initialization but i do not want to use the existing matlab function. I have the ...

etwa 8 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Using Deep learning for non image classification
Hi, Can I know is there any example to follow on how to use deep learning for non image classification ? Example using deep l...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Data Returned By Audio Read ?
Hello all, I have a question in regards to audioread function in matlab (might be easy to some of you). Audioread('wave.wav') wi...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to calculate Standard error of mean as shown in minitab website
Hi, I trying to recreate the minitab formula(so that I can use it in Matlab) for calculating standard error of mean as shown in ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Why does signal still contain a large number of spikes after FFT
Hi both, thanks for your replies. The code that i used to perform the FFT is as follow x = xlsread('test.csv'); x = ...

mehr als 8 Jahre vor | 0

Frage


Why does signal still contain a large number of spikes after FFT
I have perform FFT on my signal but due to the dc offset my amplitude peaks at 0 hz so i use x = x - mean(x) to remove the dc of...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to interpret FFT output, Spectrogram and calculate Spectral centroid
Hi how do i interpret the FFT output, spectrogram (the figures below) and how do I calculate the spectral centroid ? The way i c...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Questions on FFT and spectrogram
I know that fft transform the time domain into frequency domain and my colleague told me that from the FFT output you can see wh...

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Can we check which data points go into which node for decision tree ?
Hi all, I do know that using the command [yfit,score,node,cnum] = predict(ClassTreeEns,testingdata) will allow you to know whic...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Is there any reference/guide to code decision tree (CART) from scratch
I know how to use matlab classregtree function but what I want to do is code classregtree from scratch, does anyone know any ref...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Using fitnet in matlab
If I were to create a neural network based on script using fitnet as shown in (http://www.mathworks.com/help/nnet/gs/fit-data-wi...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


checking the quality of som clustering
Hi all, how can i check the quality of self organizing map clustering, is there something like k means silhouette index plot tha...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


self organizing map number of cluster
Hi all, i would like to ask if i can determine each node of som as one cluster ? For my data,i have already used k means and...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to implement clustering to improve data prediction ?
Hi all, i had built a predictive model and through the filtering of data, removal of unimportant data variables as well as remov...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how matlab determine skewness ?
hi all, i tabulated out my data residual and i do a boxplot on the residual, what i find is the median line is closer to the 75t...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


question on multiple linear regression
hi all, i have a rough idea of how multiple linear regression works(using regression coefficient and error term to predict a sin...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


replacing every columns of nan with the mean of each columns
Hi all, i want to replace every columns of nan with the mean of each columns and i used the following code median1 = nanme...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how come edit box joins text together even when max - min >1
Hi, i have a edit box in a gui where i want it to collect all the numbers in it, i changed the value of max to 24 when min remai...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How Can I Perform Loop By Checking Values of Matrix
Hi all, I am wondering how should i go about to do a loop by checking values in a matrix, removing them until all the unwanted c...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Parameter Importance For Neural Network
Hi all, i am trying to see which of my input is more important when using neural network, something like [ TreeBagger(100,Xtrain...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Removing rows from all columns based on values of one column
Hi all, i have a data of 732x26 and one of the column contains unwanted values, i used logicalIndex = FOMassFlow > MeanFOMas...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Diesel Engine Modelling Using Machine Learning Techniques
Hi all, I am wondering is there any help online i can get where i can learn how to model a diesel engine using machine learning ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do i label values in a mat file and save it in another mat file in matlab?
I have a mat file of 732 x 1 DOUBLE named as EnginePower. I used the mean function to find the average value of my engine power,...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort