Community Profile

photo

ilona


Con actividad desde 2013

Estadísticas

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


mark a rectangle over playing video
Hello guys, my goal is to be able to play a video frame by frame and then let the user mark with a rectangle chosen object (for...

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

1

respuesta

Pregunta


A toolbox to recognize object/faces in a video
Hello guys, I am looking for a good toolbox which will allow me to detect faces in a video if you have any suggestions I will ...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to use range that can change in xlswrite?
if I write a function that creates a sturcture that can change sizes in different calls. and I want to put this structure in xl...

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

1

respuesta

Pregunta


how to convert arrays inside my cell array into cells?
if I have a cell array: % code cities = 'city1' 'city2' 'city3' 'city4' ...

alrededor de 10 años hace | 3 respuestas | 0

3

respuestas

Pregunta


how do I find the type of a value inside a cell array?
I need to load only one variable from a mat file. this variable is a cell array that contains a string and a scalar. but I don'...

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

2

respuestas

Pregunta


What is wrong with my code short simple function using only - if,for,length and variables)?
I needed to write a function that uses only if for length and variables and calls another function - valFind(that runs very wel...

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

2

respuestas

Respondida
how to define a Three-dimensional symbol variable
do you mean something like that? % c = ones(1,3) for ii=1:length(c) CellArray{ii}=ones(ii,2.^ii) end or somethi...

más de 10 años hace | 0

| aceptada

Pregunta


Why isn't my loop running? (using strcmpi, trying to find a handle for the text)
Hello Here is part of my code, I wanted to find an handle for the text... so I created a loop that runs all over the axis' ch...

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

1

respuesta

Pregunta


How do I change color of a text in a given subplot?
I have a given figure which contains 2 subplots. the first subplot has a text on it. I want to change the text color and size u...

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

1

respuesta

Pregunta


I feel like my code is too long for what it tries to do, how can I make it shorter?
I feell like my code is too long for what it is trying to do... I wrote a function that calculates a sigmoid function which is ...

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

1

respuesta

Respondida
build a special matrix using a for loop
OMG! sorry I found out that my index was wrong! the correct answer is: % code mymat=zeros(9,9); for ii = 1:(size(mym...

más de 10 años hace | 0

| aceptada

Pregunta


build a special matrix using a for loop
I tried to build a (9,9) matrix that will look like that: % code first row: 000000009 second row: 000000088 third r...

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

1

respuesta

Pregunta


how do I compare columns in a string matrix
I have a given string matrix and I need to check if the word can be read the same from the opposite direction (that it is to say...

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

1

respuesta

Pregunta


how do I delete values from a matrix when my loop condition is false?
I encountered a problem - my intention was to delete values in the matrix in certain conditions - the problem is that when I def...

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

1

respuesta

Pregunta


how do I switch values in a random matrix without using witch or any kind of loop?
I need to change this matrix x = round(0+(4)*rand(20,30)) which contains the values 0,1,2,3,4 to the matrix y - - if - x...

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

1

respuesta