フィルターのクリア

How to use the same formula to find varies answer from different values?

2 ビュー (過去 30 日間)
Eg
First set of value s=20,t=3
Second set of value s=15, t=23
Formula => d=s*t
ans1=60 ans2=345 (answer i am expecting )

採用された回答

vijayasinthujan vijayaratnam
vijayasinthujan vijayaratnam 2013 年 3 月 6 日
clear all clc
speed=[2 3 1 3]; time =[1 2 2 1]; D=speed.*time

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by