photo

shalom kobi


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
197,012
of 300,499

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
92,660
of 169,381

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
30

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Commenter
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Add two numbers
Given a and b, return the sum a+b in c.

3 years ago

Answered
dvide 500 random color to 80 different basket
clear all clc % define my deck 100 ball each color for i=1:100 deck_num(i,:) =( [1,2,3,4,5]'); % test i=i+5; end ...

4 years ago | 0

| accepted

Question


dvide 500 random color to 80 different basket
hey im trying to make a code that recive 500 ball ( 100 of each color : red blue yellow green purple) then i want matlab will...

4 years ago | 2 answers | 0

2

answers

Question


find all pathbetween 2 node under constraint
hey i want to find all path between A to B ( start from left buttom) i have tryed to use meshgrid and allpath command without...

4 years ago | 1 answer | 0

1

answer

Question


Unable to perform assignment because the left and right sides have a different number of element
hey im new to matlab and i have problem i dont find how i can Increases the array size in a loop i have tryed to use ones wi...

4 years ago | 2 answers | 0

2

answers