photo

Ismail Güclü


Last seen: 9 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do I get RGB-Values
Thank you

etwa 4 Jahre vor | 0

Frage


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

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort