photo

Kevin Moerman


Last seen: 4 mois il y a Actif depuis 2008

Followers: 0   Following: 0

Message
Programming Languages:
Python, MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistiques

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Matlab 2021b crashed when running with sudo / root
I have this in version R2022a and Ubuntu 20.04. Any solutions yet? @Sivani Pentapati

plus de 2 ans il y a | 0

A soumis


gibbonCode/GIBBON
GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB

presque 5 ans il y a | 21 téléchargements |

Thumbnail

A soumis


View Contol Widget
Makes 3D view interactions feel like what one would expect from a CAD package

plus de 5 ans il y a | 2 téléchargements |

Thumbnail

Réponse apportée
Patch moving with keyboard
Check this function out: http://www.mathworks.com/matlabcentral/fileexchange/50663-view-contol-widget

environ 8 ans il y a | 0

Réponse apportée
Visualizing 1D data with Color.
There are many different ways of doing this. It depends on how you want to visualize the data. E.g. as bars, as dots, as a 1xn s...

environ 8 ans il y a | 1

| A accepté

Réponse apportée
I want to change the background value of figure to white.
Perhaps this answers your question. Find where the figure is created in the code and replace by something like: hf = figure...

environ 8 ans il y a | 1

A soumis


Export Figure Widget (efw)
The export figure widget creates a basic toolbar button to export figures using export_fig

environ 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


ind2patch(IND,M,ptype)
Allows plotting of patch data (slices and voxels) for 3D images for selected voxels

environ 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


subtri(F,V,n,uniqueOpt)
Sub-triangulates patch format data. Can be used to increase the density of triangulated data

environ 9 ans il y a | 1 téléchargement |

Thumbnail

A soumis


quiver3Dpatch
Plotting of colored 3D arrows based on patch command

environ 9 ans il y a | 2 téléchargements |

Thumbnail

Question


Test step sizes and parameter scaling for LSQNONLIN (and the Levenberg Marquardt algorithm)
I have a multi-parameter and multi-objective optimisation problem for which I am trying to use LSQNONLIN. 1) On its initial ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to speed up the creation of large fields in XML files?
I'm trying to create XML files that contain large fields e.g. of the form: <Geometry> <Nodes> <node id="1">-1.0,-0.5,...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Hello there.. I want to detect a blurred frame in a video sequence.. can anybody help me out
A blurred image is equivalent to an image that is convolved with for instance a Gaussian kernel. This means that low frequencies...

environ 10 ans il y a | 1

Question


How to create OR where is, the file "funclist.html" when creating custom documentation?
I am creating a toolbox and have recently successfully used the info <http://www.mathworks.nl/help/matlab/matlab_prog/display-cu...

environ 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Creating a 3D radiation pattern
Perhaps rephrase your question and clearly say what it is you want to visualise. I think the visualisation problem is probably i...

presque 12 ans il y a | 0

Réponse apportée
edge & non-edge pixels
If img is a logic say where ones define edge pixels and zeros define non-edge pixels then you are correct nnz(img): coun...

presque 12 ans il y a | 1

| A accepté

Réponse apportée
Levels in an image
Not sure if I understand your question correctly but in some image formats the image data has a fixed amount of possible intensi...

presque 12 ans il y a | 0

Réponse apportée
Matlab to CAD Program
A simple way of doing it would be to first create a triangulated representation of your surface (e.g. based on Delaunay tessella...

presque 12 ans il y a | 0

| A accepté

Réponse apportée
surface disappears when zdata is set to 0
This example is probably equivalent to what you want: [X,Y,Z]=peaks(25); figure; surf(X,Y,zeros(size(Z)),Z) ; view(3); axis...

presque 12 ans il y a | 0

Réponse apportée
Repeat element of a vector n times without loop.
There is several others ways of doing it which in some cases are more efficient. Have a look at what the size of your vector is ...

presque 12 ans il y a | 2

Question


For LSQNONLIN is it okay if the number of elements in the vector-valued function varies per iteration?
For LSQNONLIN is it okay if the number of elements in the vector-valued function varies per iteration? I have a vector-valued...

plus de 12 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
extract 3D surface from 3D volume data
Could you rephrase/clarify your question? It sounds like you have 3D image data and that you are only interested in a certain su...

plus de 12 ans il y a | 0

Question


Multiple outputs from FMINSEARCH function
For FMINSEARCH in combination with a function MYFUN one could use: [X,fval,exitflag,output]= fminsearch(@(X) myfun(X),X,opt...

plus de 12 ans il y a | 4 réponses | 2

4

réponses

Réponse apportée
How to rotate a line?
Correct, and instead of E(3) just use a_rad straight away. Also if you find this too complex you could use POL2CART instead (mak...

plus de 12 ans il y a | 4

Réponse apportée
Iso-Surface
Now properly formatted. function G=tesgroup(F) % function G=tesgroup(F) % -------------------------------------------...

plus de 12 ans il y a | 0

Réponse apportée
Iso-Surface
Use this function and have a look at the example to group the patch objects defined by the faces and vertices. I will also post ...

plus de 12 ans il y a | 0

Réponse apportée
Mesh generation for an arbitrary 3D closed surface
I’m not aware of a specific command for this. By mesh and grid do you mean just a mesh of evenly spaced points (e.g. as produced...

plus de 12 ans il y a | 0

Réponse apportée
How to rotate a line?
This should answer your question. This code does what you want and shows you what happens depending on your choice of centre poi...

plus de 12 ans il y a | 2

| A accepté

Réponse apportée
Delete number in two matrices with same indices/position
If A and B are the save size then instead of the "find" function (which produces linear or subscript indices) use logic indexing...

plus de 12 ans il y a | 0

Réponse apportée
Finding center of a line
If your edge/line is the only segmented object (only the line consists of ones) in your image then if M is your binary image (co...

plus de 12 ans il y a | 0

| A accepté

Charger plus