| Author |
Comment/Response |
Pamel
|
12/21/11 5:25pm
hi,
i have this problem, i need to plot and Find the quadratic that best fits the data from 2 list imported from matlab ??? how to do it... please help
a = Import["C:\\...\\Matlab\\value_a.mat"]
b = Import["C:\\...\\Matlab\\value_b.mat"]
out [1] = {{{-0.435, -0.433, -0.431, -0.429, -0.427,...}}}
out [2] = {{{3., 2., 2., 2., 1., 2.,....}}}
...??
i use Listplot but it donīt workst because this is not a list of numbers or pairs of numbers !!
THKS :)
URL: , |
|