Paolo Ottonelli
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
270.765
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
How to find absolute minimum of an objective function?
Hi, I would like to perform a nonlinear analysis with a single variable function using fminbndbut, but i found out that with thi...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to add data into the cells of a cell array?
Hi, I have a 3x1 cell Array X in which there are some data divided into 3 cells . I would like to add data to each cell in order...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to extract a column from table ?
Hi, I have a table and i would like to create a function that extract a column in which the sum of the elemnts is the highest ; ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to ceate a cell array and plot it?
hi, I have performed a regression with last squares so I created a function interpolant called deg2 and the function objective c...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to create a legend from a cell array?
Hi, I have C that is a 3x1 cell array in which there is one number per cell. I have plotted 5 different curves and I would like...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use cellfun?
Hello, I have 2 cell arrays (XM and YM), both of them have 3 separated cells. The first array has x values of a certain function...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract data from a cell array?
Hello, it's the first time that i use arrays and I have a series of 3x1 cell arrays, each of them has 3 cells vith a differet nu...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract elements form a vector in order to create an unknown number of sub-vectors?
Hello, I have a vector called M, in which there are several numbers. I need to divide it in some sub vectors (y) of different si...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I create 10 different gaussian random vectors (X) and sum them, after their square elevation (Y = X1^2 + X2^2 + ... X10^2)?
if true % code % be Y = X1^2 + X2^2 + ... XM^2 N = 10000; M = 10; Y=zeros(N,1); for j=1:length(M) ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I create a series of same length vectors, extract from each the maximum number, and collect the maximum numbers in a new vector?
if true b=5; muH=b*sqrt(pi/2); n=100000; % n different vectors H= rand(1,1000); h=(muH/mean(H))* H; %vector max=ze...
más de 8 años hace | 1 respuesta | 0