Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Matlab Controlling Core Individually

1 Ansicht (letzte 30 Tage)
Ahmad Anique
Ahmad Anique am 12 Nov. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi. We have been working on one project where we exfiltrate communication from the power cables. Right now, the milestone we try to achieve is controlling cpu cores with matlab code to see if matlab is assigned to a specific core/thread will it give us any different graph in result.
Question: Is it possible to assign matlab to any specific core (not manually but by coding)?
Looking forward to the help.
Thanks
/Anique

Antworten (1)

Sai Veeramachaneni
Sai Veeramachaneni am 16 Nov. 2020
You can leverage the concept of CPU affinity. CPU affinity makes an application (MATLAB) to bind to the specified core only. Implementation of CPU affinity depends on Operating System. Also try using CPU affinity by making hyper threading off which eliminates logical cores.

Diese Frage ist geschlossen.

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by