Feeds
질문
how to divide matrices that print matrix
clc;clear; v2=[0,45,85,100]; t=[0,1.5,3,5]; a =v2/t ; disp(a); I thought "a" would print out in matrix form which it did no...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to shorten space between space in command window
clc;clear; dia_n = input('Write diameter number: '); dia_min = input('write minimum diameter: '); dia_max = input('Write maxi...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
not enough input argument
This is my codes. function [V] = TV(Dtank,Dpipe,Htank,Hwater) h = Htank - Dtank/2; r = Dpipe/2; pv = pi*r^2*h; ht = Hwate...
6년 초과 전 | 답변 수: 0 | 0
