photo

Rene Riha


Last seen: environ 3 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 4 ans il y a | 0

Question


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

environ 5 ans il y a | 1 réponse | 1

1

réponse

Question


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.

presque 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
String into plot properties
Thank you, solution was type u={'ko', 'k-'}. Then it works.

plus de 6 ans il y a | 0

| A accepté

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

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
How can I multiply only the first column of a matrix by a scalar
A(:, 1)=k.*A(:, 1)

plus de 6 ans il y a | 0

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 1

1

réponse

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse