photo

Mohamed Elkomy


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
0 Answers

File Exchange

3 Files

RANK
181,388
of 300,331

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
7,182 of 20,920

REPUTATION
143

AVERAGE RATING
1.00

CONTRIBUTIONS
3 Files

DOWNLOADS
5

ALL TIME DOWNLOADS
1433

RANK

of 168,124

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

  • Personal Best Downloads Level 1
  • First Review
  • First Submission

View badges

Feeds

View by

Submitted


Code to realize Olga Sorkine paper
used in accompany with graph tool box

10 years ago | 1 download |

0.0 / 5

Submitted


simulation of breast cancer
Images of human female bust with and without tumors

10 years ago | 3 downloads |

1.0 / 5

Submitted


Code Simon Kulovec ‒ Leon Kos ‒ Jožef Duhovnik paper
Code for Simon Kulovec ‒ Leon Kos ‒ Jožef Duhovnik

10 years ago | 1 download |

0.0 / 5

Question


Create MATLAB Functions from MuPAD Expressions(R2013a)
I tried Running the Example in the following link http://www.mathworks.com/help/symbolic/create-matlab-functions-from-mupad-exp...

11 years ago | 0 answers | 0

0

answers

Question


mupad on Matlab student version
After launching nupad on Matlab student version I type: [plot::Function2d(cosh(sin(x)),x=-1..1)] I click on Notebook menu ite...

11 years ago | 0 answers | 0

0

answers

Question


surf(x,y,z) produces a striat line
I am trying to plot a 3d image I use the following: vertex is a 3*428 array sze=size(vertex(2)); x=vertex(1:1,:); y=vert...

11 years ago | 0 answers | 0

0

answers

Question


What algorithm does mldivide use for rectangular matrices
I have a sparse matrix A involved in Ax=b for A the vertical size is larger than horizontal size does mldivide use sparse QR ...

12 years ago | 0 answers | 0

0

answers

Question


How to get all the data in load mri?
when using the following code >>load mri >>D= squeeze (D); >>Ds = smooth3(D); >>isosurface(Ds,5) the last comma...

12 years ago | 0 answers | 0

0

answers

Question


How to get mri cdata when using isosurface returns only faces and vertices?
when using the following code >>load mri >>D= squeeze (D); >>Ds = smooth3(D); >>isosurface(Ds,5) the last comma...

12 years ago | 1 answer | 0

1

answer