
Ham Man
Statistics
RANK
63.065
of 275.769
REPUTATION
0
CONTRIBUTIONS
20 Questions
1 Answer
ANSWER ACCEPTANCE
45.0%
VOTES RECEIVED
0
RANK
of 18.573
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125.569
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
ongeveer een maand ago | 2 answers | 0
2
answersQuestion
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...
3 maanden ago | 1 answer | 0
1
answerQuestion
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...
5 maanden ago | 1 answer | 0
1
answerQuestion
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...
5 maanden ago | 1 answer | 0
1
answerQuestion
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....
5 maanden ago | 1 answer | 0
1
answerQuestion
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 ...
7 maanden ago | 0 answers | 0
0
answersQuestion
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,'...
7 maanden ago | 2 answers | 0
2
answersQuestion
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...
7 maanden ago | 1 answer | 0
1
answergaussian 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 ...
7 maanden 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...
7 maanden ago | 2 answers | 0
2
answersQuestion
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...
7 maanden ago | 1 answer | 0
1
answerQuestion
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...
7 maanden ago | 1 answer | 0
1
answerQuestion
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 = (['...
9 maanden ago | 1 answer | 0
1
answerQuestion
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:\...
9 maanden ago | 2 answers | 0
2
answersQuestion
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...
9 maanden ago | 0 answers | 0
0
answersQuestion
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...
9 maanden ago | 1 answer | 0
1
answerQuestion
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 ...
9 maanden ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
winopen command in linux
what is the alternative for 'winopen' command in Linux?
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 1 answer | 0