photo

rayray


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
112,976
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


Using loops, how do I combine 2 arrays of possibly different orientations (1 could be vertical and 1 horizontal) into 1 array WITHOUT using any of MATLAB's built in concatenation functions like horzcat, etc
This is some extra practice to prepare for my exam. They want us to use loops and I cannot figure out how to do it. So finalAr...

7 years ago | 1 answer | 0

1

answer

Question


How to write a function that places pieces on a tictactoe board in a GUI.
what i have so far for this function is this: function handles = buttonPress(hObject,handles) if handles.(hObjec...

7 years ago | 0 answers | 0

0

answers

Question


Function that takes 2 input matrices (mxn3 color uint8 and mxn matrix of doubles) and returns an mxnx3 color image.
I am not asking for the answer to what obviously looks like a hw assignment but rather I am just asking for some direction and c...

7 years ago | 1 answer | 0

1

answer