フィルターのクリア

1*1835008=​1*786432(1​024*256*2(​1:1024,:,1​:2)),[1:25​6,1*262144​)] is run in Matlab or not if not then tell me reason ?

2 ビュー (過去 30 日間)
Hasnain
Hasnain 2023 年 8 月 9 日
編集済み: Stephen23 2023 年 8 月 10 日
  2 件のコメント
Torsten
Torsten 2023 年 8 月 9 日
What do you expect that MATLAB should do with this line ?
Hasnain
Hasnain 2023 年 8 月 9 日
i want to get C_P(p) must be 1*1835008 sequence

サインインしてコメントする。

回答 (1 件)

John D'Errico
John D'Errico 2023 年 8 月 9 日
編集済み: John D'Errico 2023 年 8 月 9 日
The reason is simple. The = operator is an assignment operator. It assigns whatever is on the right side to the variable on the left.
1*1835008=1*786432(1024*256*2(1:1024,:,1:2)),[1:256,1*262144)]
But what do you have?
The left hand side is a NUMBER. You cannot assign something to a number. We don't even need to check any further to look at what the right hand side was, since MATLAB is already stuck.
  7 件のコメント
Hasnain
Hasnain 2023 年 8 月 10 日
ok let we assume for some time that is just simple calculation now how we convert into MATLAB Syntax for require results ?
its a only reference in paper
Stephen23
Stephen23 2023 年 8 月 10 日
編集済み: Stephen23 2023 年 8 月 10 日
"now how we convert into MATLAB Syntax for require results ?"
Here are some options:
  • pay someone to convert it for you
  • ask the authors if they already have the code you want
  • use a conversion tool (if one exists)
  • do it yourself
Or do you imagine that we should go and download that paper, figure out what langauge it is written in, go and learn that language, reverse-engineer that code, and then rewrite it for you in MATLAB code?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by