Community Profile

photo

Ibrahim AlZoubi


Last seen: 3 years ago Active since 2020

Energy Engineering Student at HTU.

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


how to Sankey Diagram
hi , How to draw a Sankey diagram in Matlab?

3 years ago | 1 answer | 0

1

answer

Question


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

answer

Question


how to specify y axis?
how to spesify left y axis as follow: (0 500 1000)

4 years ago | 2 answers | 0

2

answers

Question


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

answers

Question


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

answer

Question


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

answers

Question


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

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Answered
How to convert from table form to excel sheet?
writetable(as,'myData.xlsx') thank you guys

4 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?

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 4 answers | 0

4

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


How to remove extra spaces in the graph?
How to delete this space after 24:00 and before 1:00 ? in the red...

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


how to change axis fort size
how can i change axis font size? ex: to make it fit i wanna reduce fot size

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


how to write a axis in hours format
How can I change the x axis to hourse format? ex: 1:00 and 12:00

4 years ago | 2 answers | 0

2

answers

Question


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?

4 years ago | 1 answer | 0

1

answer