Richard Fisher
OPTI-NUM solutions
Followers: 0 Following: 0
Software and algorithm developer
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...
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...
7 years 前 | 0
| 已接受
提问
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 ...
8 years 前 | 2 个回答 | 0
2
个回答已回答
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....
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....
8 years 前 | 1
| 已接受
已回答
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...
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...
8 years 前 | 1
| 已接受