![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15384962_1586986252447.png)
Ibrahim AlZoubi
Followers: 0 Following: 0
Energy Engineering Student at HTU.
Statistics
RANK
169,723
of 297,016
REPUTATION
0
CONTRIBUTIONS
21 Questions
1 Answer
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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 Sankey Diagram
hi , How to draw a Sankey diagram in Matlab?
4 years ago | 1 answer | 0
1
answerQuestion
how to make label y axis specific?
I want to make y axis as (0 500 1000) how to do it? i use I use ylim([1 1000])
4 years ago | 1 answer | 0
1
answerQuestion
how to specify y axis?
how to spesify left y axis as follow: (0 500 1000)
4 years ago | 2 answers | 0
2
answersQuestion
How to change border's color for a graph?
How to change color of right y axis to black and leave the left y axis blue? as shown below
4 years ago | 2 answers | 0
2
answersQuestion
how to make the edge of the graph bold ?
how to make the edge of the graph bold as shown below:
4 years ago | 1 answer | 0
1
answerQuestion
how to draw two y axis?
I've two lines: x=[0,0,0,0,0,76,344,607,748,816,840,850,841,835,773,661,435,169,0,0,0,0,0,0]; z=[4.8,4.4,4.1,4.4,4.8,5.1,7.2,...
4 years ago | 2 answers | 0
2
answersQuestion
how to create three conditions in the same if statement?
How to write if statment with three conditons? this is my code: if C(i,1)<= A || N(i,1)> B and I want to add this to ...
4 years ago | 1 answer | 0
1
answerQuestion
How to use "OR" in find function?
This function get out the value of zeros filter = find(x~=0) now to write "or y>=0" in this function ? ex: filter = find(x...
5 years ago | 1 answer | 0
1
answerHow to convert from table form to excel sheet?
writetable(as,'myData.xlsx') thank you guys
5 years ago | 0
| accepted
Question
How to convert from table form to excel sheet?
Below How to convert as table (10x1) to excel sheet and save it by using code?
5 years ago | 1 answer | 0
1
answerQuestion
How to move files from current folder to workspace automatically?
How to make this automatically when I select path of the file (Browse for folder) move all tables to Work space? EX: I wanna m...
5 years ago | 2 answers | 0
2
answersQuestion
how to generate new matrix with if statment
I have two matrices first one is: test = [5;6;0;-1;0;5;0;6;0;8]; and the second one is: test5 = [2;6;8;-1;0;7;8;6;8;8]; how...
5 years ago | 4 answers | 0
4
answersQuestion
how to write if statement for matrix ?
how to write if statement for matrix ? in other words: test= [5;6;0;-1;0] this is the condition: if test==0 disp 0 ...
5 years ago | 1 answer | 0
1
answerQuestion
How to make the code read excel file?
This is my code: it calculate y when the user give the input value. clear clc prompt = 'What is the temperature value (in ...
5 years ago | 1 answer | 0
1
answerQuestion
How to run a Absolute value for formula when there's a variable?
Why when I want to simulate this code: (considering value of Temperature is equal 1). input Temperature y=abs('Temperature') ...
5 years ago | 1 answer | 0
1
answerQuestion
how to label y axis
how to label each row of these 3 saws: i want to call them: A,B, and C. also how to color each raw? this is my code: x =[20...
5 years ago | 1 answer | 0
1
answerQuestion
How to remove extra spaces in the graph?
How to delete this space after 24:00 and before 1:00 ? in the red...
5 years ago | 1 answer | 0
1
answerQuestion
how to write the legend in bar chart
how to add legend for the first, second and third column? this is the code: y =[44,55,54] ; b = bar(y,0.5); bar(y) ...
5 years ago | 1 answer | 0
1
answerQuestion
how to change axis fort size
how can i change axis font size? ex: to make it fit i wanna reduce fot size
5 years ago | 1 answer | 0
1
answerQuestion
how to change axis to text format
How can I change x axis to months format ex: Jan instead of 1, and Feb instead of 2
5 years ago | 1 answer | 0
1
answerQuestion
how to write a axis in hours format
How can I change the x axis to hourse format? ex: 1:00 and 12:00
5 years ago | 2 answers | 0
2
answersQuestion
what's the name of this chart?
How can I draw chart like this one on matlab and what's the name of this chart?
5 years ago | 1 answer | 0