Yasmin Samy
Followers: 0 Following: 0
Statistics
RANK
19,684
of 295,486
REPUTATION
2
CONTRIBUTIONS
21 Questions
2 Answers
ANSWER ACCEPTANCE
38.1%
VOTES RECEIVED
2
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Generated figures are not opening
Hi all! Currently, the figures generated from my code are not opening. They are generated but appear as either gray or black b...
4 years ago | 1 answer | 0
1
answerQuestion
Change color of stacked bars according to values
Hello, I am trying to plot a stacked bar chart, where each bar has a color shade depending on values from another vector. I tr...
5 years ago | 1 answer | 0
1
answerQuestion
How to extract certain files according to numbers in the filename?
Hello, So i have files with names as shown below: bar_3pressure.xlsx bar_3temp.xlsx bar_4pressure.xlsx bar_4temp.xlsx this...
5 years ago | 1 answer | 0
1
answerQuestion
Uitable column name with symbols and subscripts
Hello, I want to write the column name in my uitable as <reff,f> where eff,f are subscripts. I tried using html but for some ...
5 years ago | 1 answer | 0
1
answerQuestion
I have a problem aligning text in uitable due to the data type.
Hi all, I have a uitable in my figure and can`t seem to adjust the alignment of the text. Apparently, from the documenation (h...
5 years ago | 0 answers | 0
0
answersQuestion
opening 5D netcdf array
Hello all, So i have this netcdf file that is a 5D array (longitude,latitude,level, bin, time). I was using ncread to open t...
6 years ago | 0 answers | 0
0
answersQuestion
How can i place saved figures into a new figure as subplots?
Hello, I am trying to place my plotted figures (saved as .fig) as subplots in one figure. The problem i face is that they axis...
6 years ago | 1 answer | 1
1
answerQuestion
How to save figures while specifying the saving location, extension and resolution?
Hello, below is the saving section of my code which works fine. However i would like to get figures saved with a higher resol...
6 years ago | 1 answer | 0
1
answerQuestion
stacked histogram and xaxis issues
Hello, I`m plotting histograms and would like stack 2 data sets instead of having them overlap. The problem is i didn`t find an...
6 years ago | 1 answer | 0
1
answerQuestion
How to replace xtick labels on histogram plots properly?
Hello, So i am plotting a histogram of log values and i want the xaxis to show the corresponding linear values. edge_tl are ...
6 years ago | 0 answers | 0
0
answersQuestion
adding table next to plot
Hello, I would like to add a table next to my plot. Similar to a legend. The best solution was as if im adding text, but i co...
6 years ago | 0 answers | 0
0
answersQuestion
converting num to date on the xaxis in Matlab R2016a
Hello all! I am plotting a line plot with date on the x axis. The date is in numeric form eg 733590 and i want to convert it t...
7 years ago | 2 answers | 0
2
answersQuestion
how to set figure handles in a for loop?
Hello! I have a for loop that uses two different tables to simultaneously create two figures (multiple curves are plotted on ea...
7 years ago | 1 answer | 0
1
answerQuestion
Getting error when asking from max and min for negative values.
I have two vector of negative numbers (log values). The first is fine as it has a postive max value and a negative min. But i...
7 years ago | 2 answers | 0
2
answersQuestion
Getting -Inf when applying the mean to log values
Hello all,I have a very large set of numbers. I got the log and then used the following line to get the monthly mean Fine_avg ...
7 years ago | 1 answer | 0
1
answerQuestion
loop for counting numbers within specified ranges
Hello, I am trying to create a histogram. I have a vector 2671 values and i want to count the number of values that occur withi...
7 years ago | 1 answer | 0
1
answerQuestion
performing a function to a column in a table
Hello, I have a table where GroupingVariables is month. It has 3 columns, the month, the groupcount, and the mean. I would lik...
7 years ago | 1 answer | 0
1
answerQuestion
Index exceeds matrix dimensions.
Hello! The code below shows two sections for deleting rows according to two conditions. They are exactly the same but for some ...
7 years ago | 0 answers | 0
0
answersQuestion
Why does an empty duplicate figure box appear?
Below is part of a code that i am using to plot some scatter plots. The problem is that for every loop i am getting two plots. ...
7 years ago | 1 answer | 0
1
answerHow can i plot (annual plots) data according to the years (which are listed in the first column)?
For those who would like to know the answer...i did a conditional loop. There was some problems with the last lines for each ye...
7 years ago | 0
Question
How can i plot (annual plots) data according to the years (which are listed in the first column)?
Hello, I have a table where the first column shows the years. I would like to plot the values for each year. example: year...
7 years ago | 2 answers | 0
2
answersWhy does length sometimes read the number of columns instead of the number of rows?
thanks all!
7 years ago | 0
Question
Why does length sometimes read the number of columns instead of the number of rows?
Hello, I`m looping over the length of a table (converted to array to be 'double'). However, sometimes the length reads the row...
7 years ago | 3 answers | 1