Hi,
I am new to MATLAB and I needed to solve the equation below for different values. However, y function should give me multiple values while it is only giving me a single value (106.2).
Can someone please tell me what the problem with the code is.
clc
x = [100:100:6000];
y = (3500*sqrt(x/30))/(1.4*sqrt(x/30)+0.115*x-276);

 採用された回答

VBBV
VBBV 2021 年 4 月 10 日

0 投票

%if
(3500*sqrt(x/30))./(1.4*sqrt(x/30)+0.115*x-276)
Missing element wise operator

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by