Statistics
3 Questions
                        0 Answers
RANK
246,475
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            33.33%
                        
VOTES RECEIVED
0
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
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
Feeds
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0
