Community Profile

photo

Ham Man


Last seen: 22 days ago Active since 2020

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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...

1 month ago | 1 answer | 0

1

answer

Question


average of matrix cells
what would be an efficient way to calculate the average of cells 1, cells2 , cells 3 from a matrix?

9 months ago | 2 answers | 0

2

answers

Question


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...

9 months ago | 1 answer | 0

1

answer

Question


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...

11 months ago | 3 answers | 0

3

answers

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 2 answers | 0

2

answers

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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....

1 year ago | 1 answer | 0

1

answer

Question


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 ...

1 year ago | 0 answers | 0

0

answers

Question


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,'...

1 year ago | 2 answers | 0

2

answers

Question


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...

1 year ago | 1 answer | 0

1

answer

Answered
gaussian 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 ...

1 year ago | 0

Question


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...

1 year ago | 2 answers | 0

2

answers

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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 = (['...

2 years ago | 1 answer | 0

1

answer

Question


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:\...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


winopen command in linux
what is the alternative for 'winopen' command in Linux?

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer