필터 지우기
필터 지우기

How can write in MATLAB the following expression?

조회 수: 1 (최근 30일)
Zar
Zar 2023년 1월 8일
답변: Alan Stevens 2023년 1월 8일
|0>=1
0
0
|1>= 0
1
0
  댓글 수: 1
Jan
Jan 2023년 1월 8일
Without any explanations the readers have to guess, what this should mean. This is not a useful way to ask a question. Please read: How to ask a good question .

댓글을 달려면 로그인하십시오.

채택된 답변

Alan Stevens
Alan Stevens 2023년 1월 8일
Try
ket0 = [1; 0; 0]
ket1 = [0; 1; 0]

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Quantum Mechanics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by