Prashant Birajdar
Evolve technology & services pvt. ltd.
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
10.525
of 295.673
REPUTACIÓN
4
CONTRIBUCIONES
7 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
15.693 of 20.262
REPUTACIÓN
8
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
1
ALL TIME DESCARGAS
87
CLASIFICACIÓN
51.684
of 154.257
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
60
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaEnviada
ClicknDrag
this example is useful for click and drag the axes using mouse
alrededor de 9 años hace | 1 descarga |
Pregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaHow to plot 3D?
Dear Durgesh, Use plot3(), function in matlab, for surface plotting use surf(), function
alrededor de 9 años hace | 0
| aceptada
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...
alrededor de 9 años hace | 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...
alrededor de 9 años hace | 0
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
alrededor de 9 años hace
Resuelto
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 ...
alrededor de 9 años hace
Resuelto
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...
alrededor de 9 años hace
Resuelto
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:...
alrededor de 9 años hace
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
alrededor de 9 años hace | 0