Community Profile

photo

yair suari


Ruppin academic center

Last seen: 4 years ago Active since 2007

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 2
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

12 years ago | 1 answer | 0

1

answer

Answered
textscan fopen
it looks like you want to use csvread

12 years ago | 0

Answered
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

12 years ago | 0

Answered
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

12 years ago | 1

Question


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

12 years ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Question


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 ago | 2 answers | 0

2

answers

Submitted


uvcurv2orth
rotation of u and v vectors from curvilinear grid to orthogonal grid

16 years ago | 1 download |