how do i multiply a constant input value by itself?

I have a 2d look up table and I want to reach Cx value. Cx value is depends on AoA and mach variable values. AoA and mach numbers are from Table and it gives me Cx_alpha value. I can run and reach Cx_alpha without problem but I must multiply Cx_alpha and AoA to reach Cx value. What can I do for this?

5 件のコメント

Fangjun Jiang
Fangjun Jiang 2023 年 4 月 18 日
A "Product" block?
Merve Ala
Merve Ala 2023 年 4 月 18 日
Yes maybe But ı don't know how can ı connect?
Merve Ala
Merve Ala 2023 年 4 月 18 日
Here output value is Cx_alpha ı must again multiply with same AoA value
Fangjun Jiang
Fangjun Jiang 2023 年 4 月 18 日
By default, the "Product" block has two inputs. It's output is the multiplication of the two inputs.
What is Cx_alpha? It is not shown in the picture?
Muthukumar Ganesan
Muthukumar Ganesan 2023 年 4 月 27 日
Add a product block with 2 inputs as Cx_alpha (your output) and AOA

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

回答 (1 件)

Bhanu Prakash
Bhanu Prakash 2023 年 5 月 11 日

0 投票

Hi Merve,
As per my understanding, you want to know how to multiply a constant value with itself.
Consider the following block diagram:
The two inputs “AoA” & “mesh” are used to calculate “Cx_alpha”. To get the output “Cx”, the two parameters “AoA” & “Cx_alpha” are multiplied using a “Product” block.
For more information on the “Product” block, you can refer to the following documentation:

カテゴリ

ヘルプ センター および File ExchangeModeling についてさらに検索

製品

リリース

R2023a

タグ

質問済み:

2023 年 4 月 18 日

回答済み:

2023 年 5 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by