Manuel Fuelling
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
110.366
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
perform edge detection on ROI
I use the eight image from matlab (see attachment) and i have the following code: FullImage = imread('eight.tif'); roi_c...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to implement parametric form in system of equations
I need to implement lines in 3D in a system of equations. Assume a system of equation like this: F(1) = x(1)-x(3); F(2...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
For Loop operating with last and first entry of array
If i have an array like this: A=[1;5;6;8]; and i apply a simple for loop like this: for k=1:4 B(k)=A(k)+A(k+...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Error calling global variable in function
in my script i declare a global variable by ...Coeff(k,4)=B(3)-Taster_radius*norm(Coeff(k,1:3)); global Global_Coeff; ...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
load the numbers of those lines after character 'X' from text file into matrix
i have a text file which looks like this: Bla 1 2 3 Bla 1 2 3 x 100.0 200.5 100.6 x 55 66 77 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Identifying plane within pyramid via system of equations
I need to identify the location of the plane within a pyramid. What i have is a cross-sectional image, taken from a pyramid, wh...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
solve 12 equations with 12 unknown ERROR: FSOLVE requires all values returned by functions to be of data type double.
Given the following equations in the script function F = root12d(x) F(1) = x(1)-x(3) == 0; F(2) = -x(5)+x(6) ==...
más de 6 años hace | 1 respuesta | 0