フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Turning a row matrix of numbers into a row matrix of vectors.

3 ビュー (過去 30 日間)
GEORGIOS BEKAS
GEORGIOS BEKAS 2017 年 10 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I want to do something like this: I have the following matrix:
A = [1 5 7]
I want to turn it into:
Anew = [1:6 (5*6+1):(5*6+6) (7*6+1):(7*6+6)]
What is a quick way to do it?

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by