Community Profile

photo

Rene Riha


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

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

4 years ago | 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...

5 years ago | 1 answer | 1

1

answer

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.

5 years ago | 1 answer | 0

1

answer

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

6 years ago | 0

| accepted

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

6 years ago | 0

| accepted

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

6 years ago | 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...

6 years ago | 1 answer | 0

1

answer

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

6 years ago | 1 answer | 1

1

answer

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

6 years ago | 1 answer | 0

1

answer