Filter löschen
Filter löschen

VB connection with Matlab

1 Ansicht (letzte 30 Tage)
Nasir Qazi
Nasir Qazi am 8 Mai 2012
% I want to Use VB as a interface GUI to link with Matlab to solve this function , could you tell me how
function [A] = Area(b,y,z)
%|---------------------------------------------|
%| Calculation of the area of a trapezoidal |
% open-channel cross-section.
%
% Variables used:
% ===============
% b = bottom width (L)
% y = flow depth (L)
% z = side slope (zH:1V, dimensionless)
% A = area (L*L, optional in lhs)
% ---------------------------------------------
A = (b+z*y)*y;

Antworten (0)

Kategorien

Mehr zu Variables finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by