![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29562825_1679069182480_DEF.jpg)
Francesco Pio
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
134.232
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
best approximation for double numbers
I have the following function which has an asymptote for y = 1 : syms f(x) syms x f(x) = 1 / (1 + exp(-((x + 8.4730) / 10 )))...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
symbolic function as input to a matlab function
Hello everyone. Let's suppose I have a symbolic function like this : syms f(x) f(x) = exp(x + 5); I have to pass this symbol...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
switches with the < and > operators
Is there a way to use the switch construct by checking with operators like > and < and not doing an equality check? for example...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
get x knowing f(x)
Let's suppose we have the following example function syms f(x) f(x) = e^x is there a way to derive the value on the x axis by...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
compute the probability for three events
I have a cryptocurrency that has a certain price associated with it. There are three possible events: 1) Nothing happens. 2) ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Does the randi function have a good level of pseudorandomness?
I have the following code which simulates how the price of a cryptocurrency changes. % Cryptocurrency is a class whose objects ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
take a value y of a function y = f(x) giving x.
Suppose we have the following code that creates the graph of the sine function: x = 0:pi/100:2*pi; y = sin(x); plot(x,y) Now...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
modify an object of a specific class within another class
Hello, I have the Cryptocurrency class having two simple properties and described as follows: % Cryptocurrency is a class whose...
más de 1 año hace | 1 respuesta | 0
1
respuestadivision calculates a wrong value
Ok sorry, this is the Cryptocurrency class. It simply has a property representing price and a constant property representing the...
más de 1 año hace | 0
Pregunta
division calculates a wrong value
I have this Market class which adjusts the price of two cryptocurrencies. This method allows you to buy the first cryptocurrency...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Pick a value from a set of samples with some probability.
Hello everyone. I have a set of samples (for example I have values of the height of a set of people). x = [1.50 1.55 1.58 1.66 ...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Pick a value with some probability
Hello everyone. Let's suppose we have a Gaussian distribution on people's height. there will be an average value with higher pro...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Discrete-time simulation
Hello, I have to do a discrete time simulation in Matlab. I have to simulate a market in which purchases and sales take place. A...
más de 1 año hace | 0 respuestas | 0