Mohamed Abd El Raheem
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
119,466
of 295,712
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20,274
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
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 make a polar grid with variable number of angular points?
Greetings... I am making a grid to discretize a circular disk area for an integration process: we have the radial variable a...
3 years ago | 1 answer | 0
1
answerQuestion
When a structure is passed to a function, can we add a field to it?
As the title suggests: If I passed a structure variable to a function, can this function add a new field to it and have that s...
3 years ago | 1 answer | 0
1
answerQuestion
Removing zeros that may be in columns or rows, in efficient fast way
Greetings: I have some matrices in a big computaion task. Some of these matrices will have zero rows or zero columns as part of...
3 years ago | 2 answers | 0
2
answersQuestion
I really need to stop the execuation of an If statement during its run.
Greetings... Here is the situation. 1- You have a "master" condition that gets you inside an if statement which does a bunch o...
3 years ago | 0 answers | 0
0
answersQuestion
How can I define a set of constants to be used by many functions without having to define them in each one?
Greetings... As the title suggests, I have a set of, say 100 constants: c1 = ..; c2 ...; ....c100 = ..; And I am writing a ...
3 years ago | 1 answer | 0
1
answerQuestion
How do I use the figure window tools to select a curve from multiple superimposed curves in a plot?
Greetings: I have a figure window with several plotted curves, each has a different color. Some of these curves are "nearly" ...
3 years ago | 1 answer | 0
1
answerQuestion
Using fill to color multiple polygons using input RGB color values.
Greetings: I have a problem using "fill" to produce two polygons, each with a color defind by rgb values. The following code de...
3 years ago | 1 answer | 0
1
answerQuestion
How can I display data inside a table in expanded form?
Greetings... I have a simple strcuture array (s) of two fields: name and data. Assume the array length is two. I wanted to disp...
6 years ago | 1 answer | 0
1
answerQuestion
Why is the function "isequal" giving wrong answer when comparing string fields of two structure arrays?
I have two structure arrays, say x and y. Each structure has two fields: name and data. Assume for example that: x(1).name...
6 years ago | 1 answer | 0