Muhammad Usman
Followers: 0 Following: 0
Statistics
RANK
3,080
of 295,467
REPUTATION
18
CONTRIBUTIONS
3 Questions
4 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
9
RANK
of 20,234
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
Convert matrix in single column/row vector
A = [1 2; 3 4]; B = A(:) % convert the matrix into a column vector C = A(:)' % convert the matrix into a row matrix...
5 years ago | 9
Question
Position of elements'nodes intersected by a line
I have a uniform mesh of my domain as shown in the figure. There is a line cutting the domain. I want to access the nodes of all...
5 years ago | 1 answer | 0
1
answerWhiteout/Remove some part of the contour plot
Thank you very much sir for your kind response, but there is another problem I am encountering. As you can see in the figure bel...
5 years ago | 0
Question
Whiteout/Remove some part of the contour plot
I use the built-in MATLAB function "scatterInterpolant" to plot a contour. The plot is shown below. It's s stress contour and...
5 years ago | 2 answers | 0
2
answersWhiteout regions on Contour Plot
I have got the same problem but mine was a little bit simple. I use the built-in MATLAB function "scatterInterpolant" to plot a ...
5 years ago | 0
Question
Create an ellipse with equal distance between two points
I have created an ellipse as shown The distance between two consecutive nodes is different I want to create an ellipse with c...
5 years ago | 1 answer | 0
1
answerHow can I translate (move) a stress field a given distance?
William White Can you please help me with that, I am having the same problem? Thanks in advance
5 years ago | 0