![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6761239_1522117542720_DEF.jpg)
Arvind Ganesh
BITS Pilani
Followers: 0 Following: 0
Engineering student; researching in physics
Statistik
9 Fragen
0 Antworten
RANG
89.955
of 297.010
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
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
Feeds
Frage
How to compute Wasserstein distance?
I have two probability distributions in arrays P and Q (normalized by area, of same length, and over same sample space). I want ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use the exist feature with an if statement?
exist varname gives valid output. But if(exist varname) throws an error as "Unexpected matlab expression". How to fix this?
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to increase number of colors in colorbar, and how to draw boundaries of regions?
I have this scatterplot, obtained through this command. scatter(longitude,latitude,15,VR1,'filled');colorbar; The blue regio...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Flip the Y-axis ticks without flipping the plot
I'm having a 2D scatter plot. The Y-axis ticks go like 0,5,10..35 I want the plot to remain as it is, but flip the ticks so t...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Quantifying fit of data to distribution
I have a vector of data and want to see which distribution fits it best. I can *fitdist* to find the parameters of the closest f...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Changing the matlab seed
The seed is not changing when I close the Matlab and open a new one. The seed is always being set as 0. How can I fix this?
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
What values of frequency are considered for the output of fft function?
For example, when I type fft([1 2 3]) the output is [6.0000+0.0000i -1.5000+0.8660i -1.5000-0.8660i]. Which value of frequency d...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is wrong with the following code using ezplot?
syms u v x= u^2+sin(v); y= tan(v); z= 1/(tan(u)+sin(v)); ezplot(@(u,v)tan(x)+y+sin(z)==0) % I want a 2D plot of...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to approach the following implicit equation using MATLAB?
I have a scalar nonlinear equation f(x,y,z)=0 where x=x(u,v), y=y(u,v) and z=z(u,v). Using the equation, I want to create a plot...
etwa 8 Jahre vor | 0 Antworten | 0