Ham Man
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
65.633
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
25 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
44.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 avoid counting elements in each row of matrix multiple times?
I have written this function to calculate the location distribution in a form of a grid pattern(2D map of distribution). x&y wh...
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
average of matrix cells
what would be an efficient way to calculate the average of cells 1, cells2 , cells 3 from a matrix?
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
down sampling a vector keeping the order of elements values
I have a vector of u with size of 45X1. I want to down sampling it to u_new with size of 7X1. u here is the velocity profile in...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how to calculate the area of each bin of intersection of a circle and mesh grid?
I have divided a circle of D=16mm into a grid of 7X7. (8 vertical lines by 8 horizontal lines) How can I estimate the area of e...
más de 1 año hace | 3 respuestas | 0
3
respuestasPregunta
how to combine matrices
I have 4 matrix xp1,...xp4 and I want to combine them into one(xp): I'm getting this error from the last line of script Erro...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
two x-axis plot
I want to plot with two x-axis on top and bottom and also set the x values of both x-axis in the same vertical line: for exampl...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
eval function using in load command
whay I'm getting this error when I use eval function to make it dynamic: dp=500;flow='Q1',d=16/1000;try_num=1;,..... load(eval...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
using fill function to make shaded area
Hi every one! Is it possible to draw a shaded area (e.g., +- STD of a value) when we have a categorical values on x-axis? Base...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
rotate points on a line
I have some blue and red points located on a line with a center at solid white circle (attached screen shot). I want to rotate t...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
break x axis in multiple points
I have a set of point data spreads along x-axis and I want to break x-axis in multiple points(3-4 points) for better visibility....
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
text file with multiple section of headers
I have a txt file data like bellow:(multiple section and each section with different column of data) u v w p q ...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
shade area between two yline
I want to shade the area between two yline: p1 = yline(5,'-','color',[177 177 177]./255,'LineWidth',2);hold on p2 = yline(4,'...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
how to use string in eval function
I'd like to use eval for this expression: sheet ='p1_Q1_test'; It works for num2str(x) but does not work for string y. How can...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestagaussian fit to 2D pcolor map
Thank you so much Matt for replying. what I'm doing is: xx =[ -1.2000 -1.0000 -0.6000 -0.2000 0.2000 0.6000 ...
alrededor de 2 años hace | 0
Pregunta
gaussian fit to 2D pcolor map
I have a 2D map using pcolor function. Now I want to fit gaussian to this 2D map P1. How can I do that? %[xx,yy] = meshgrid(x,y...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
what is the best way of showing legend?
could anyone tell me what is the best way of showing legend in this example? plot(x1,y1,'o-r',-x1,y1,'o-r');hold on; plot(x2,y...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to make something between quotation automatic!
I want to make 'poly2' automatic by changing n? How can I do this using for example eval function? n=2;% 3,4,.... f1 = fit(x,y...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
save two variables using num2str
I want to save two variables using num2str, but I get error. what is wrong with this? x1=1; y1=2; ty_c=1; pathdatasave = (['...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
using eval with save function
I'm using eval function to save a .mat file and I'm getting error: I appreciate any hints! try_num = 1; pathdatasave = (['E:\...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
multiple legend not showing in plot
I have 5 plots and try to show the legend using handle. h= [plot1(1);plot2(2);plot3(3);plot4(4);plot5(5)]; legend(h,'pln1','pl...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
why surf function does not show complete data
I have a plot from pcolor function which is a grid of 8X5. but when plot these data with surf function one grid of row and one o...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
calculate intensity of a part of images
I have sequence of gray scale images (35000 images) with the size of 2048X700 and 12bit. I want to calculate the intensity of a ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to plot streamline
I have the 2-D PIV data like below and I am not able to get streamlines in matlab: ix,iy,iz = image coordinate X,Y,Z [pixel] d...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
creating images and make a movie in matlab
I have a code tracking particles in a pipeline. I used scatter3(x,y,z) and then baseFileName = sprintf('%03d.png', iw) t...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
winopen command in linux
what is the alternative for 'winopen' command in Linux?
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Make NaN value part of matrix
I have a 4d velocity matrix in a circular pipe: x,y,z,t size are as follows:(number of grid points) x=60,y=60,z=40,t=80 I wan...
alrededor de 4 años hace | 1 respuesta | 0