photo

Payjay


Last seen: más de 1 año hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

15 Preguntas
0 Respuestas

File Exchange

1 Archivo

CLASIFICACIÓN
236.757
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
15 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
18.403 of 20.438

REPUTACIÓN
1

EVALUACIÓN MEDIA
1.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
1

ALL TIME DESCARGAS
17

CLASIFICACIÓN

of 158.938

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

  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Enviada


Return Nearest Neighbor Indices of Coordinates
Give coordinates x,y and receive x- and y-arrays of nearest neighbors.

alrededor de 6 años hace | 1 descarga |

1.0 / 5

Pregunta


Adding Function Handles with "different" parameters and different factors?!
Hi there, I have smth. like this: %some data i want to fit xfit = somedata; yfit = somedata; % init handles? summed_EOF1 =...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Array exceeds memory size (9GB), although it is smaller than other arrays that work well?!
Hi everyone, so I use the 'imclose' in-built function from MATLAB for images of sizes around 2000*1000 pixels. When I apply th...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Heatmap of matrix with imagesc returns only rectangles, why?
Hello everybody, I am trying to plot a matrix as a heatmap. The numbers in the matrix should be plotted at the position in th...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Cell contents reference from a non-cell array object. error in loop
hi there, so i want to extract a 1*3 double from a cell array, but in the loop i get the error shown above, any help? for...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Cell contents reference from a non-cell array object, why?
Hello there, ellipse_l is a cell array and each element is also a cell array with a certain number of structs in it. Why do I ge...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to access struct fields within cell array?
Hello there, I have a 50*1 cell array and every cell-element is a 100*1 cell-array, whose elements are from type struct. And I ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Answer of 'solve' I don't understand
Hello there, I want to solve this: syms a b c M M_0 = solve(-a + b*M + c*M^3 == 0, 'M') but I get the answer: ...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Function handle as function input?
Hello there, I have a function handle, for example f = @(x) x.^2 and I want to use this as a function input, something like (ju...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Pass 'function handle' to another 'function handle'?
hello there, I have a function handle, for example: f = @(x) x.^2 and this I want to put within another function handle, to int...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to convert single cell-elements to double?
Hello everybody, I have a cell array in a cell array, with single elements, which are also from type cell. So it is pretty long...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solve integral in nested function
hello there, i am trying to build something like this: if true function x = first x = 5*y function y = ne...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


error - 'Conversion to double from cell is not possible.'- in a for-loop
i have a loop like this: x=cell(5,1); for i = 1:5 x{i} = myfunction(z(i)) end the x as the output f...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to use 'find(A == x)' correctly for nonintegers x?
when i type e.g.: find(A==1.5333) matlab returns an empty matrix, although i can find the value manually. somebody knows how ...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Array doesn't get filled - for loop
hello, the arrays idx_u, idx_o, X wont get filled by the for loop, why? idx_u = zeros(m,1); idx_o = zeros(m,1); X = z...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


error subscript indices integers or logicals
for this code i get the error shown above, why? in particular it is for l = numel(((wechsel_X_idx(v):wechsel_X_idx(v+1))/2)-...

más de 8 años hace | 1 respuesta | 0

1

respuesta