![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5908544.jpg)
Prashant Birajdar
Evolve technology & services pvt. ltd.
Followers: 0 Following: 0
Statistiques
RANG
10 560
of 297 046
RÉPUTATION
4
CONTRIBUTIONS
7 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
14.29%
VOTES REÇUS
0
RANG
15 805 of 20 422
RÉPUTATION
8
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
87
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
intensity based Image Projection in X-Ray Images
Hi all, I have to insert a threat image in original X-Ray image & That is called as TIP,(i.e.Threat image projection). But tell ...
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Missing MEX-file: grayto16mex Error
I am using the .dll file generated in matlab R2015b 64-bit into C# application and I am getting the following error while using ...
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Which compression technique is usefull/lossles to write raw data into dicom ?
Hello, I am working in area of medical imaging and I want to know which compression technique is lossless to compress raw...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to remove dotted border from pushbutton created by uicontrol function?
Hello Sir, I am developing GUI in Matlab R2015b programmatically. I want to remove the dotted border around the pushb...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How much axes should I create on one figure window in matlab R2015b ?
Dear Sir, I am created one programmatic gui in matlab where I created icons using image function and using callback fo...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to pass input argument to matlab standalone application(i.e. .exe) from C# ?
Hello sir, I have one matlab standalone application with some input parameter, I want to pass input to this applicat...
environ 9 ans il y a | 1 réponse | 0
1
réponseA soumis
ClicknDrag
this example is useful for click and drag the axes using mouse
environ 9 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/54164/versions/1/screenshot.png)
Question
How to disable double-click of mouse when Pan function is enabled?
I am building a GUI contains the main axis to show image also I have push button for zoom the image(using Zoom() function), when...
plus de 9 ans il y a | 1 réponse | 0
1
réponseHow to plot 3D?
Dear Durgesh, Use plot3(), function in matlab, for surface plotting use surf(), function
plus de 9 ans il y a | 0
| A accepté
GUI: how to make the user able to add or delete circles in an image.
Dear,Jonas Fisker, To add circle on image you need to hold the current plot. try the following code, it ma...
plus de 9 ans il y a | 0
GUI: how to make the user able to add or delete circles in an image.
Dear,Jonas Fisker, To add circle on image you need to hold the current plot. try the following code, it ma...
plus de 9 ans il y a | 0
A résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
plus de 9 ans il y a
A résolu
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
plus de 9 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 9 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
plus de 9 ans il y a
how can i check that my image is rgb
Hi, Color images have 3 channels (R, G, B), so: size(your_Image, 3) = 3 For grayscale: size(your_Image, 3) = 1
plus de 9 ans il y a | 0