Community Profile

photo

Geon Jung


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas