Richard Fisher
OPTI-NUM solutions
Followers: 0 Following: 0
Software and algorithm developer
Statistiques
RANG
3 424
of 295 527
RÉPUTATION
16
CONTRIBUTIONS
1 Question
3 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
2
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 7 ans il y a | 0
| A accepté
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 ...
environ 8 ans il y a | 2 réponses | 0
2
réponsesinterpolate 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....
plus de 8 ans il y a | 1
| A accepté
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...
plus de 8 ans il y a | 1
| A accepté