How to copy and paste in Matlab Online?

189 ビュー (過去 30 日間)
Ahmet TAvli
Ahmet TAvli 2019 年 8 月 6 日
コメント済み: Cris LaPierre 2023 年 1 月 21 日
Dear Matlab Users
I'm currently using Firefox on mac for Matlab Online editor.
I can't copy and paste, variables in my script. Command+c and command+v is not working.
Is this browser related problem?
  7 件のコメント
miguel ramirez martin
miguel ramirez martin 2020 年 5 月 7 日
Me too , the context menu on the right button is not offering options for copy or paste
EROL BICER
EROL BICER 2020 年 11 月 5 日
Ahmet,
I just had the same problem and looked it up.
Here is a way to get around it:
After you run your code, you can type in the command window clipboard('copy',data) here "data" is your variable. Once you run the command then a pop-up window will give you the variable in a vector form (in a square bracket). You can then CTRL+C that and paste to wherever you want.
TIP1: Don't hit the backspace on your keyboard. It will exit from the Matlab Online
TIP2: Paste it to Excel where you can also use the Text to Columns function. (CTRL+arrow) would take you to the last data and then (CTRL+SHIFT+arrow) should highlight the dataset.
Good luck,
EB

サインインしてコメントする。

採用された回答

Cris LaPierre
Cris LaPierre 2020 年 5 月 7 日
編集済み: Cris LaPierre 2020 年 5 月 7 日
Copy/paste does not appear in the rt click context menu. You should be able to use the appropriate keyboard shortcuts for your system. For windows:
  • ctrl + C to copy
  • ctrl + X to cut
  • ctrl + V to paste
  7 件のコメント
Ayan Mesihovich
Ayan Mesihovich 2023 年 1 月 20 日
Doesnt work on Chrome
Cris LaPierre
Cris LaPierre 2023 年 1 月 21 日
It does. Perhaps you could explain what you are trying to copy that is not working?

サインインしてコメントする。

その他の回答 (0 件)

コミュニティ

カテゴリ

Help Center および File ExchangePlatform and License についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by