photo

yair suari


Ruppin academic center

Last seen: más de 4 años hace Con actividad desde 2007

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
textscan fopen
it looks like you want to use csvread

casi 13 años hace | 0

Respondida
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

casi 13 años hace | 0

Respondida
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

más de 13 años hace | 1

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

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

más de 13 años hace | 0

Pregunta


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

más de 13 años hace | 2 respuestas | 0

2

respuestas

Enviada


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

casi 17 años hace | 1 descarga |