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);

 Réponse acceptée

VBBV
VBBV le 10 Avr 2021

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics and Optimization dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by