photo

Rene Riha


Last seen: alrededor de 3 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How can I add numbers to an array within a for loop so that I can graph them as values?
Write error(k+1)=(abs(Liebniz-pi)/pi)*100; in the loop. That will save error values to the vector. Then write for exmaple plot(0...

más de 4 años hace | 0

Pregunta


imregister translation mode, suppress registration in second direction
Hello, is possilble to suppress second shift direction in imregister function during 'tranlastion' mode? I have some images wi...

alrededor de 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


suppress output in command window from eval function
Is it possible suppress output from eval function in commnad window? Semicolon doesn't work for this function. Thank you.

casi 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
String into plot properties
Thank you, solution was type u={'ko', 'k-'}. Then it works.

más de 6 años hace | 0

| aceptada

Respondida
How to repeat indivisual element of a matrix?
for i=1:length(a) b(3*i-2:3*i)=a(i); end

más de 6 años hace | 0

| aceptada

Respondida
How can I multiply only the first column of a matrix by a scalar
A(:, 1)=k.*A(:, 1)

más de 6 años hace | 0

Pregunta


String into plot properties
Hello, how can I insert string into plot properties? For example I have cell u=[{'k*'}, {'k-'}] and I want plot(x, y, u(1)) but...

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

1

respuesta

Pregunta


Fraunhofer diffraction simulation in Matlab
Hello, below is the screenshot from the book INTRODUCTION TO MODERN DIGITAL HOLOGRAPHY With MATLAB (TING-CHUNG POON, JUNG-PING...

más de 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Interpolation in time-domain vs frequnecy domain
Hello, could you tell me or explain where is the difference between fft and ifft code when I use fft(x, n) with zero-padding to...

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

1

respuesta