Statistics
RANK
228,740
of 296,041
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
7,103 of 20,322
REPUTATION
142
AVERAGE RATING
1.00
CONTRIBUTIONS
3 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
1421
RANK
of 155,189
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
Submitted
Code to realize Olga Sorkine paper
used in accompany with graph tool box
10 years ago | 1 download |
Submitted
simulation of breast cancer
Images of human female bust with and without tumors
10 years ago | 3 downloads |
Submitted
Code Simon Kulovec ‒ Leon Kos ‒ Jožef Duhovnik paper
Code for Simon Kulovec ‒ Leon Kos ‒ Jožef Duhovnik
10 years ago | 1 download |
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
answersQuestion
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
answersQuestion
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
answersQuestion
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 ...
11 years ago | 0 answers | 0
0
answersQuestion
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...
11 years ago | 0 answers | 0
0
answersQuestion
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...
11 years ago | 1 answer | 0