oshawcole
Followers: 0 Following: 0
Estadística
18 Preguntas
0 Respuestas
CLASIFICACIÓN
40.295
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
18 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to filter data from columns and extract corresponding x-values in excel files?
Hi, I have attached a part of my datasheet. I want to filter data >=0.125 under coating column. After filtering I want to pi...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change the name of an image?
I have multiple images named as 10000, 10006, 10013, 100247 etc and I want to rename these images as 1_Gamma, 2_Gamma, 3_Gamma, ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract specific images from a library of images?
I have a folder which has 600 images, the images are named as 10000, 10001, 10002,... I have an excel file which has the informa...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the area of the object in the center?
I have this image, and I am trying to find the area of the object in the center. I tried finding the area using imageJ but I was...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the position of the objects after using bwlabel?
So, I want to identify the type of cells. If the cell is green and blue, it has to be categorized as type A. And if the cell is ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the difference between ‘corner’ and ‘detectHarrisfeatures’?
‘corner’ uses what method by default to detect the corners?
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I create a structuring element of my own?
I want to create a structuring element with the center '0' (eg. [1 0 1])and I want to see the effect of erosion and dilation of ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Getting error using imread
a=imread('C:\Users\shrup\Downloads\spec.jpg'); I am trying to read an image and this is the error I am getting this error. P...
más de 6 años hace | 5 respuestas | 1
5
respuestasPregunta
how to force a scientific notation in a graph?
My current X-axis values are: 0.1, 1, 10, 100, 1000, 1e4, 1e5 but I want to represent these values as 10^-1, 10^0, 10^1, 10^2......
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to make it a one line code?
matrix= [1 0 -1 0.001 4; 5.9 -1 3.15 1 1.11 ] ; cell_conv = (num2cell(matrix)); find_one = abs( matrix ) == 1 ; cell_...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How to replace all the ones in a matrix with the string 'hey'?
matrix= [1 0 0.1 0.001 4; 5.9 2.1 3.15 8.95 1.11] All the ones should be replaced with 'hey' This is my code matri...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot concentration vs time plot for changing concentrations?
A rod of 10 cm has 20 particles located at the center of the rod. The diffusion begins from the center and the particles go towa...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Error using fsolve Too many input arguments.
this is my code .Please tell me what am I doing wrong x0=[1;1;1]; xSol=fsolve(@(x) lor(x),x0) function fval= lor(X)...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert decimal to time?
eg: 7.6 (7+0.6*60) = 7:36
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Plotting of single variable function with zeroes
is it possible to plot a single variable function and its zeroes in one graph without specifying an interval?
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to assign a user input to a variable in matlab when using uicontrol 'string'?
uicontrol('Parent',d,... 'Style','edit',... 'Position',[20 330 210 60],... ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
graph ezplot and flpot
You are required to design, code, and test a Matlab program that performs the followings: # Request the user to enter a singl...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to display a graph after getting user to input in the pop up?
Question: A window should pop up that asks the user to input a single variable equation (a.k.a. function) for which the user ...
alrededor de 7 años hace | 1 respuesta | 0