Answered How to make matlab use more CPUs
I am surprised you are managing to use 4 CPUs but then my only experience is with desktop PCs not servers. To use more more you ...
11 years ago | 0
Answered .txt file to a string
"importdata" will work with a .txt file that is just a series of numbers ie. 1 2 4 5 7 9 8 7 3 0
Using notepad I created a .tx...
11 years ago | 0
Answered how to call a function
Write the function you need and save it in the active directory or on the path i.e.
function [newnumber] = examplefunction...