Estadística
37 Preguntas
8 Respuestas
CLASIFICACIÓN
24.410
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
37 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
24.32%
VOTOS RECIBIDOS
1
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 create a contour for a fittype object?
Hi, i've fitted a surface for a scattered data using the following commands: load('full_data.mat') ft = fittype( 'p...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
could a non linear surface be fitted to a scattered data?
Hi, i have a scattered data [x, y, z], not gridded. i would like to fit a surface to that data, although i dont what that surf...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
spline fitting for scattered data.
how can i fit a surface spline for scattered [x,y,z] data from the command line. thank you.
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
odd behavior of the colorbar
Hi, after creating a 3D surface, i am trying to add a colobar but i am getting strange results. the colorbar shows the same ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
predetermined grid size for "fit" function
hi, i am trying to fit a surface using the "fit" function: [fitresult, gof] = fit( [data(:,1), data(:,2)], data(:,3), ft, ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to show only a part of a surface fit that falls within a certain polygon
Hi, i have created a surface fit using the next code: *ft = 'thinplateinterp'; [fitresult, gof] = fit( [xData, yData], zD...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
understending PCA final components
Hi, i have a question about PCA results. if i am analysing tidal data record using PCA i am getting first two PC's that look th...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
calculating dual quaternion from two vectors
hi, i have two points (vectors) and i would like to calculate the rotation between them using quaternions. as i understand qu...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
is it posible to create matrixplot for several data types?
Hi, i have a data set on wich i performed a PCA analysis. after getting the "scores" of the analysis im trying to create a mat...
más de 10 años hace | 1 respuesta | 0
1
respuestainterpolation on an iregular shaped grid
thank you, thats exactly what i did.
más de 10 años hace | 0
Pregunta
interpolation on an iregular shaped grid
hi, i have a data set off points with (x,y,z) coordinates. those points represents a sort of a path. i would like to create...
más de 10 años hace | 2 respuestas | 0
2
respuestasfinding similar rows in matrices
thank you. i will try the "intersect" command. is it possible to put several commads of "ismember" one into another? can th...
casi 11 años hace | 0
Pregunta
finding similar rows in matrices
Hi, i have several matrices that has 3 columns each, but the number of rows is not equal. im trying to find a fast way of comp...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
cell array conversion to numeric array
hi, i have a cell array that contains numbers and im trying to convert it to numeric array by using the 'cell2mat' command. bu...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
clearing memory during function runing
Hi, im runing a function that uses a lot of memory and sometimes the function stops because there is not enough memory. is it ...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
reading text file a matrix of string
Hi, i have a large data file in which each row looks like this: 1/1/2012 00:05:00 0.45 all rows have the same format. i ...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
labeling contour on a PDE solution
Hi, i have a solution for a pde that i got using pde toolbox. i can show the contours but i cant find a way to label them. is...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
switching output based on input
Hi, is it possible to switch the output of a function based on the input that was given to the function? im talking about swit...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
assembeling BC matrix after using "pdebound" (user defind matrix)
Hi, i worte a user defined function for the construction of the boundary conditions. the output of this function is 4 different ...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
constructing a boundry matrix after using "pdebound", user defined function
Hi, i worte a user defined function for the construction of the boundary conditions. the output of this function is 4 differen...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
explanation on boundary condition matrix
where can i find an explanation about boundary condition matrix? especially what does each row in this matrix stands for. the ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
get solution in spesific point in the domain after solving pde
hi, after solving pde on some domain i've created using: u=assempde(b,p,e,t,c,a,f) is it possible to extract the value in ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
creating a custom mesh
Hi, i have a matrix containing the nodes of my domain. i also created a matrix containing the boundry elements, each row of th...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to create a custom mesh?
Hi, i have a matrix containing the nodes of my domain. i also created a matrix containing the boundry elements, each row of th...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
is it possible to create iregulary shaped mesh grid?
Hello, is it possible to creat a non-rectangular mesh grid? lets say i have point that are aranged in a circle or any other sh...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to properly use 'solve' function properly?
hi, i have the next code: %%%%%%%% syms P1 Cv CLb deadrise_angle f1 = 'CLb = P1...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
why do i get an error while using arcsin(x) function?
hi, im trying to use the arcsin function but i keep getting an error. when using the sin function, it works fine: sin(degtora...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
is there a fast working function that can find rotation angles?
is there a built in matlab function that calculats rotation angles (pith, roll , heading) between two sets of points? i did it ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to properly use 'solve' function properly?
hi, my question might sound weired. i have this equation: x/L - 1 + (h+eta)/ho + A*log(...
más de 11 años hace | 1 respuesta | 0