photo

Ismail Güclü


Last seen: 7 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Answered
How do I get RGB-Values
Thank you

4 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer