photo

ilona


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

13 질문
2 답변

순위
11,499
of 300,840

평판
4

참여
13 질문
2 답변

답변 채택
61.54%

획득한 표
0

순위
 of 21,092

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


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'...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 12년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

대략 12년 전 | 0

| 수락됨

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

대략 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

대략 12년 전 | 0

| 수락됨

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변