photo

eyal lampel


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

7 질문
0 답변

Cody

0 문제
6 답안

순위
23,582
of 300,364

평판
1

참여
7 질문
0 답변

답변 채택
42.86%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
50,592
of 168,407

참여
0 문제
6 답안

점수
70

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


Moving players into teams - equal as possible random
hello all , i am a beginner at matlab , i have 33 players in my league , every player has an avg score , players_AVG=[...

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

3

답변

질문


cannot add a compiler to matlab 2015b - i have VS 2015 installed
hello all , i am trying to add a c++ compiler to matlab 2015b with no succses . i installed VS2015 professional and still wh...

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

1

답변

질문


how can i find all possible combination of a decision tree?
hello all , for a project that i am doing a team can score 1 goal or 2 goal per move , if someone told me that the end sco...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


GUI screen size problem
Hi, I created GUI with GUIDE on a computer, and now, I open my GUI files (fig) on another computer and I can't see the at l...

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

0

답변

질문


random number from a set of define numbers
hello all , i am trying to simulate a lottery , i need to chose 6 random numbers from 1 to 37 . i have a set of "HOT number" ...

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

1

답변

질문


function for binary vector *puzzel solver*
hello all, i am tring to make a nonogram/gridller solver using matlab , for this task i need to create a function that tak...

12년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12년 초과 전

질문


all possible *UNIQUE* permutations of a binary vector
hello all, i am trying to make a griddler/nonogram puzzel solver with matlab. to do so i need to find all possible *UNIQUE*...

12년 초과 전 | 답변 수: 2 | 1

2

답변

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

13년 초과 전

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

13년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

13년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13년 초과 전