![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19680772_1600918387786_DEF.jpg)
Ham Man
Followers: 0 Following: 0
Feeds
質問
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...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
average of matrix cells
what would be an efficient way to calculate the average of cells 1, cells2 , cells 3 from a matrix?
1年以上 前 | 2 件の回答 | 0
2
回答質問
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...
1年以上 前 | 1 件の回答 | 0
1
回答質問
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...
1年以上 前 | 3 件の回答 | 0
3
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 2 件の回答 | 0
2
回答質問
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...
約2年 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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....
2年以上 前 | 1 件の回答 | 0
1
回答質問
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 ...
2年以上 前 | 0 件の回答 | 0
0
回答質問
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,'...
2年以上 前 | 2 件の回答 | 0
2
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答回答済み
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 ...
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 ...
2年以上 前 | 0
質問
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...
2年以上 前 | 2 件の回答 | 0
2
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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...
約4年 前 | 1 件の回答 | 0
1
回答質問
winopen command in linux
what is the alternative for 'winopen' command in Linux?
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0