Community Profile

photo

Rene Riha


Last seen: 3年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

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

バッジを表示

Feeds

表示方法

回答済み
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年 前 | 0

質問


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年弱 前 | 1 件の回答 | 1

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

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

約6年 前 | 0

| 採用済み

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

約6年 前 | 0

| 採用済み

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

約6年 前 | 0

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年 前 | 1 件の回答 | 1

1

回答

質問


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年 前 | 1 件の回答 | 0

1

回答