Community Profile

photo

Geon Jung


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 0 answers | 0

0

answers