photo

Ismail Güclü


Last seen: 10ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Householder Reflection QR=A
function [Q,R] = househ(A) %QR-Zerlegung mit Householder [m,n]=size(A); Q = eye(m); D = eye(m); p = min(m-1,n); for ...

約4年 前 | 1 件の回答 | 0

1

回答

回答済み
How do I get RGB-Values
Thank you

約4年 前 | 0

質問


How do I get RGB-Values
Is it possible to read the rgb-value from a monitor (not image/without screenshot) ? 2. Quesrion: RGB-value from a realtime vid...

約4年 前 | 2 件の回答 | 0

2

回答

質問


change order of a row vector
I am trying to change the order of a vector [ 1 2 3 4 5 6] into [ 3 4 5 1 2 6] while using a determinative vector B=[ 3 4 5], ...

4年以上 前 | 1 件の回答 | 0

1

回答