Rohit Sinha
Followers: 0 Following: 0
Statistiques
RANG
3 927
of 295 495
RÉPUTATION
13
CONTRIBUTIONS
4 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
6
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to fit a cumulative normal distribution into a smooth curve?
I have computed the normal cumulative distribution values for a certain set of data. The data is as follows: x = [0.005 0....
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I convert a non-normal distribution to an equivalent normal distribution?
I am working with probability distributions using multivariate equations. At times some of the variables are not normally distri...
plus de 2 ans il y a | 3 réponses | 0
3
réponseshow to set y-axis as log scale?
The easiest way to do this is simply use the following command instead of plot semilogy(x,y); This will plot x axis on a ...
plus de 2 ans il y a | 3
Question
How do I use Cut-HDMR in MATLAB?
Hi, I wish to use Cut-HDMR (HDMR = High Dimensional Model Representaion) to solve multivariate piecewise continuous functions. I...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I plot a multivariate piecewise continuous function?
Hi, I wish to plot a mesh and a contour of multivariate piecewise continuous functions but everytime I try something, I end up g...
plus de 2 ans il y a | 2 réponses | 1
2
réponsesGenerating piecewise function and plotting it
You could try this method syms x %makes x a symbolic variable f= piecewise(x<-1, -1, x>=-1 & x<2, x^2+x, x>=2 & x<4, -x+2, x...
plus de 2 ans il y a | 2