I'm not sure that I totally understand your issue. It seems that you have the answer in your question, which is why I say this. If you have an array i defined as "i = [1,2,3,4,5,6,7,8,9,10]" and you use the function "y = sum(i)", Matlab will provide you the answer y = 55. In other words, the...
I believe that MatLab gets the temporary directory from you PCs settings. It is not a setting in MatLab.
Your temporary directory is setup in your PC's environmental variables. To change it (if you are using Windows 2000), go to Start->Settings->Control...
Hello, I am using textscan to read in a .csv file. I have read the file in successfully, but there is a floating point value such as 12.345678 that is not read in it's entirety. Is this a limitation of textscan?
What is stored is 12.345. I need all of the precision in the number.
When I read...
I found the answer on another forum.
"I edited the polar.m file and I added another argument (maxrho). Now, this (3rd) argument is used for setting the maximum rho value. The line_style argument (that was 3rd in the original m-file) is now 4rth.
Hope it is ok now."
function hpol =...
How do I change the radius of a polar plot? I've looked all through the help file and found nothing. All the related information only applies to cartesian plots.