![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3910156_1522099057367_DEF.jpg)
Joep
Fontys
Followers: 0 Following: 0
Student
Statistiques
RANG
1 921
of 297 016
RÉPUTATION
34
CONTRIBUTIONS
7 Questions
14 Réponses
ACCEPTATION DE VOS RÉPONSES
57.14%
VOTES REÇUS
12
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Letter refer to number
I did use A B C D E F ... for 1 2 3 4 5 6 .... with the following code: Nr=[1 2 3 4 5 6]; Letter=char(Nr+'A'-1); Let...
environ 9 ans il y a | 1 réponse | 0
1
réponseGreek symbols in MATLAB GUI
better is to use ^{....} instead of ^. \omega not work that is because your interpreter is set wrong. It should be on TeX. You...
plus de 9 ans il y a | 0
Display figure from .m file to MATLAB GUI
You need to find the axes of your figure in your Gui. sometime gca will work but in the most of case you need to use your handl...
plus de 9 ans il y a | 0
logical operation on a varable x
You mean something like this because your question is not clear while stoploop=0 stoploop=j==1|j==20 end A t...
plus de 9 ans il y a | 0
Read the Image from the path and display the image in MATLAB GUI axes
If you are using the normal GUI builder, then you create automatically functions for the handles. Put under your buttonfunction ...
plus de 9 ans il y a | 0
how to turn off scientific notations in figure ??? likein mine i'm getting 3+e02 i want it 300 only
try this: for X-label curtick = get(gca, 'XTick'); set(gca, 'XTickLabel', cellstr(num2str(curtick(:)))); for Y-lab...
plus de 9 ans il y a | 0
Recitfy Images before triangulate points
The matlab function uses the cameramatrix and undistorted images. So you should not use both of the image. You should create fir...
plus de 9 ans il y a | 0
| A accepté
Where can I find information of bug fixes between versions?
You mean this? http://www.mathworks.com/support/bugreports/
presque 10 ans il y a | 0
| A accepté
Array divided by 255 gives me 0
This is because you matrix was written in uint8. You should first convert it to double. double([30 29 31; 29 30 30; 30 31 ...
presque 10 ans il y a | 1
How can I invert the radial axis of a polar plot to have the origin/center at the max rather than at 0?
A polar plot is like this: <<http://nl.mathworks.com/help/releases/R2015a/examples/graphics/SimplePolarPlotExample_01.png>> ...
presque 10 ans il y a | 0
How should i get start with this?
You can start by writing down the Pythagorean therm in matlab. The second is start a loop from 1 to 50. You could use a for loo...
presque 10 ans il y a | 4
| A accepté
Please Help with Number Arrangement
Do you mean something like this? prompt = 'What is your test value? \n'; TestNo=input(prompt); %Test No. a=[1 2; ...
presque 10 ans il y a | 1
| A accepté
How to overlap Jpeg images in MatLab
Maybe can this article work for you. http://nl.mathworks.com/company/newsletters/articles/image-overlay-using-transparency.h...
presque 10 ans il y a | 0
I have no matlab experience and i need this done
create a sequence sequence = start:step:end; create a sine function Amplitude*sin(frequenty*2pi*variable+phase) ...
presque 10 ans il y a | 0
Question
Calculate XYZ for point P in realworld for imagepoint O (with Instrinsics and Extrensics)
I want to calculate the XYZ cordination of point P with this equation: <</matlabcentral/answers/uploaded_files/26194/formule....
presque 10 ans il y a | 1 réponse | 1
1
réponseQuestion
Real World Points [X Y Z] determination (VISION)
The imagePoints found at stereo calibration i would like to translate to a real world point with a X Y Z location of the checkbo...
presque 10 ans il y a | 1 réponse | 0
0
réponseHow do I fit two equations that explain two parts of a curve?
This is very simple solution which works in some cases one thing you need to noticed is the 1-based indexing of matlab. a=10;...
presque 10 ans il y a | 0
Question
Which unit of measurement are the cameraParameters?
I'm searching for the unit of measurement from the camera Parameters especially of the radial and tangential distortion. The...
presque 10 ans il y a | 1 réponse | 1
1
réponseQuestion
Change Read Only Properties to writable?
Using the vision toolbox for camera calibration you get the cameraParams out. These params are only read. How is it possible to ...
environ 10 ans il y a | 2 réponses | 2
2
réponsesQuestion
Wrong Translation of second camera
When I use stereocalibration the showExtrinsics will not be located right. The translation of the second camera is in the opposi...
environ 10 ans il y a | 1 réponse | 1
1
réponseQuestion
Control Gui with another Gui
I would like the handles of a GUI into another GUI. I did this with the method described below, where I use the matlab function ...
environ 12 ans il y a | 2 réponses | 1