photo

Richard Fisher


OPTI-NUM solutions

Last seen: 5 years ago Active since 2016

Followers: 0   Following: 0

Message

Software and algorithm developer

Statistics

All
MATLAB Answers

1 Question
3 Answers

Cody

0 Problems
15 Solutions

RANK
3,508
of 300,352

REPUTATION
16

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
31,785
of 168,212

CONTRIBUTIONS
0 Problems
15 Solutions

SCORE
150

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Answered
this program is producing a STBC matrix of 8*4 32 times. how can i put them in a single matrix of 256*4 dimension??
There is another end missing from you code. Assuming it should be added at the end, try changing: SS = reshape(T(:,:,j),8,4...

8 years ago | 0

| accepted

Question


How can I create shortcuts to layouts
I've created several custom layouts, which I want to access via shortcut, rather than selecting HOME > Layout > CustomLayout on ...

9 years ago | 2 answers | 0

2

answers

Answered
interpolate only between columns
I think you're looking for interp1, which can be used to interpolate for a number of functions(columns in a matrix) in one pass....

9 years ago | 1

| accepted

Answered
Interactive script to return from a matlab function
Have a look at <http://www.mathworks.com/help/matlab/ref/evalin.html evalin>, and use it in your myReturn function as: eval...

9 years ago | 1

| accepted