Philippe Corner
Followers: 0 Following: 0
English
Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
31.533
of 295.486
REPUTACIÓN
1
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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 points inside a 3d delaunayTriangulation object?
load('qs.mat') figure; hold on trisurf(K,s.Points(:,1),s.Points(:,2),s.Points(:,3),'FaceColor','none') scatter3(x,y,z,20,'fil...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change the C values that matches a 3 coordinates position condition?
%Here you can daownload variables.mat %https://drive.google.com/file/d/1EgdpHSz_aXM0JG2lJL6QrahYavIPhTRR/view?usp=sharing lo...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Set points that matches with a vector as NaN
load('var.mat') scatter3(cy(:,1),cy(:,2),cy(:,3),10,'k','filled');hold on scatter3(top(:,1),top(:,2),top(:,3),10,'r','filled')...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Gridded Interpolation in a certain volume and leave outside with NaN values
the following scrpt creates this plot: load('var.mat') scatter3(xq(:),yq(:),zq(:),2,'k','filled'); hold on scatter3(x,y,z,10,...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to assign values to a mesh based on xyzc points?
load('variables.mat') [xq, yq, zq] = meshgrid(min(x):12.5:max(x),min(y):12.5:max(y),min(z):2:max(z)); cq = nan(size(xq)); [~,...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot a surf-plot without data extrapoation?
I would like to plot the same surf plot but without extrapolating on areas where are not scatter data. The following script gen...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot a surf-plot with out data extrapolation?
I would like to plot the same surf plot but without extrapolating on areas where are not scatter data. The following script gen...
casi 4 años hace | 1 respuesta | 1
1
respuestaPregunta
How to plot two columns of a repeated value column from the same matrix?
if A is a 10x4 matrix with some repeated values along A(:,1) like: A=[1 10 13 31 1 15 33 22 1 43 3 ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How create a matrix that matches a condition in comparison with other matrix?
The matrix A is given by several repeated values of A(:,1) positions with different A(:,2) values like: clc;clear all A=[ 1 ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get the Z-contour values related to scatter positions?
The matrix M contains X, Y, Z values related to 1st, 2nd and 3rd columns respectively. It is plotted on a contour using the foll...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create arrays from repeated matrix raws?
If we have a matrix A like: A=[ 1 2 3 4 5 1 2 8 9 10 1 2 13 14 15 11 12 16 27 18 11 12 19 29 21 11 12 22 23 24]; As yo...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to extract the the right X,Y,Z value for obtaining the best contour plot similar than the complete contour
If I have a matrix A that contains 1041 rows with 3 columns (X, Y, Z) How to extract exaclty 424 row-values from A that fits th...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how plot a correct interpolation with surf plot?
Im using the code: load A_PRE.mat; %find it attached load Aelec.mat; %find it attached figure(1) X=A_PRE(:,1); Y=A_PRE(:,4)...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to obtain a meshgrid surf plot on the right coordinate location?
I'm trying to use this code for ploting this gridding on its correct location with a 3D perspective. please be sure your cd is ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to obtain a surface curve plane located on specific heights and with a different vector of color representation?
level is a (120,4) matrix. The columns correspond from 1 to 4 to X coordinate, Y coordinate, Z coordinate and a C scalar value. ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to add columns to a matrix that matches a row value
If we have a matrix M and a matrix N, how could we add the columns 2 and 3 of N matrix (N(:,2:3)) to the rows that contain the s...
más de 4 años hace | 1 respuesta | 0