Philip G
Followers: 0 Following: 0
Biophysicist. Curious.
Estadística
2 Preguntas
7 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
2.524
of 295.448
REPUTACIÓN
24
CONTRIBUCIONES
2 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
116.758
of 153.872
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
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
Volumetric slice plot of tomographic data
Hi, if you do not want to use a simple |isosurface| or volume viewer as I suggested in my comment, every image can have an |alp...
más de 7 años hace | 2
| aceptada
How to load and read these files in matlab?
If you are unsure how to import a certain file ... you can use the import wizard (right click on your file in MATLAB and choose ...
más de 7 años hace | 0
| aceptada
How can I save a matlab GUI figure with logo inserted into it.
I do it very similar to your code ... axes(handles.ax_img) % here I specify the axes where to plot the image logo1 = imrea...
más de 7 años hace | 0
| aceptada
cell array elements comparision
Hey lucksBi again ;) These are very basic operations you are asking - maybe consult the documentation for basic handling of c...
más de 7 años hace | 0
combine elements of cell arrays
You might try the MATLAB functions horzcat and vertcat. For example: a{1,1}{1,1}=123; b{1,1}{1,1}=123; horzcat(a{1,1}{1...
más de 7 años hace | 0
| aceptada
Pregunta
Predicting text with neural networks
Hi, I have worked with standard fitting and classification networks as well as convolutional networks so far. But now I am stu...
más de 7 años hace | 0 respuestas | 0
0
respuestasPlotting in Matlab GUI.
Hi, the approach using |guidata| to store and retrieve data is correct. The general structure should be like function datai...
casi 8 años hace | 0
| aceptada
I have several sub folders where I have images. I want to use imwrite for those images and get all of them in a folder. Thanks.
Hi, I am not sure what exactly you want to do with sprintf and what you mean with "output of the images" but ... There are f...
casi 8 años hace | 0
Pregunta
Neural network for fitting histograms - tips for optimisation / setup?
Hi, I am currently using a FITNET to estimate underlying parameters for histogram data. As I am not greatly experienced in usin...
casi 8 años hace | 0 respuestas | 0
0
respuestasResuelto
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 8 años hace