photo

khaltodreams


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
166,537
of 301,219

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,193

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,467

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


My array has about 15,000,000 indices, however error "Index in position 1 is invalid. Array indices must be positive integers or logical values." shows up
Here's my code. i = size +1; filled = zeros(user_count,1); while (ctr > queue(i,1)) userID = queue(i,2); if isempty...

5 years ago | 2 answers | 0

2

answers

Question


How do I share variables between files in a project?
I have a very long code that I'd like to break it up into files. I have a main file, called main.m inside the main.m, I have ...

6 years ago | 1 answer | 0

1

answer