photo

Geon Jung


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
246 475
of 300 369

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

ungefär 6 år 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...

ungefär 6 år 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...

ungefär 6 år ago | 0 answers | 0

0

answers