photo

Austin Brooks


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
74,404
of 301,383

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,269

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

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


"Unrecognized variable" that is assigned a value in the function
function fn= code(pirate1,pirate2,number,mask) number=pirate1==pirate2 mask=number==0; number(mask)=[] fn=length(number) pi...

5 years ago | 1 answer | 0

1

answer

Question


How to save characters in a position instead of the position value in an array
Example: str1:"Hello world of matlab" rem=[strfind(str1,' ')-1] rem is going to equal [5 12 15], but I want it to equal the...

5 years ago | 1 answer | 0

1

answer

Question


How do I get 2 strings to print in between each other?
Trying to combine 2 character vectors together without using conditionals, but I've hit a brick wall Example: string1= "HELLO ...

5 years ago | 1 answer | 0

1

answer