Meaning of the symbol in the equation

조회 수: 2 (최근 30일)
Elysi Cochin
Elysi Cochin 2013년 8월 22일
Please can someone tell me what the ||equation||2 symbol denotes in the equation given the link.... Please do reply.... Please can anyone help me to code that line... i dont know what that symbol ||equation||2 stands for..... Please do reply what is the meaning of
||y(x,n)......||2
Please do reply.....

채택된 답변

Jan
Jan 2013년 8월 22일
you are looking at the square of a vector norm:
|v|||^2 = sqrt( v_1^2 + v_2^2 + ... + v_n^2 ) = v_1^2 + v_2^2 + ... + v_n^2

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by