yair suari
Ruppin academic center
Followers: 0 Following: 0
Feeds
提问
when printing a figure matlab prints line that are not shown on screen
Hi i am trying to print a map. when i do *set(gca,'Position',outpos,'box','off');* I see no frame around my map (pcolor...
13 years 前 | 1 个回答 | 0
1
个回答已回答
To change value in cells based on conditions
something like (not very efficient) for i=1:size(a,1) if a(i:i+2)==[33 33 33];a(i:i+2)=[33 33 44] end
To change value in cells based on conditions
something like (not very efficient) for i=1:size(a,1) if a(i:i+2)==[33 33 33];a(i:i+2)=[33 33 44] end
13 years 前 | 0
已回答
Filling regions in binary image ?
there used to be a function in the exchange to do just that i dont remember the name but it was something like hfill_nans
Filling regions in binary image ?
there used to be a function in the exchange to do just that i dont remember the name but it was something like hfill_nans
13 years 前 | 1
提问
why does the green in RGB come out yellow
i want to use the following code to demonstrate what RGB is but somehow the green comes yellow. anyone knows why is that? x=-...
13 years 前 | 1 个回答 | 0
1
个回答已回答
volume visualization for geographic data
i am currently using the slice function so I think i need to be a little more clear here. The advantage of using the mapping t...
volume visualization for geographic data
i am currently using the slice function so I think i need to be a little more clear here. The advantage of using the mapping t...
13 years 前 | 0
提问
volume visualization for geographic data
i am running an ocean hydrodynamical model that produces 4d results where the variables for the x and y are geographic coordinat...
13 years 前 | 2 个回答 | 0
2
个回答已提交
uvcurv2orth
rotation of u and v vectors from curvilinear grid to orthogonal grid
17 years 前 | 1 次下载 |