Feeds
已回答
extracting data series from *.fig file
err.. tried it, it tells me >> D=get(gca,'Children'); >> XData=get(D,'XData'); ??? Error using ==> get Invalid pr...
extracting data series from *.fig file
err.. tried it, it tells me >> D=get(gca,'Children'); >> XData=get(D,'XData'); ??? Error using ==> get Invalid pr...
9 years 前 | 2
提问
How to define range of the variables when numerically solving a system of algebraic equations?
In other words, what is the multi-variable version of the following >> evalin(symengine, 'numeric::solve(sin(x) = x^2 - 1, ...
12 years 前 | 0 个回答 | 0
0
个回答已回答
what is the syntaxis for numerical solvers?
thanks! but.. how to introduce the range in which I look for solutions? say, x=1..3 ? what's the syntax?
what is the syntaxis for numerical solvers?
thanks! but.. how to introduce the range in which I look for solutions? say, x=1..3 ? what's the syntax?
12 years 前 | 0
| 已接受
提问
what is the syntaxis for numerical solvers?
Hi, for the last hour I am trying to start the numerical solver.. The copy-past from "help" numeric::solve([sin(x) = y^2...
12 years 前 | 5 个回答 | 0
5
个回答已回答
extracting data series from *.fig file
Thanks, it works! Probably, something was wrong with my file.
extracting data series from *.fig file
Thanks, it works! Probably, something was wrong with my file.
13 years 前 | 0
提问
extracting data series from *.fig file
Hi there, I have a figure file, but not the original data. Is there a way to extract the data array from the 2D plot, open...
13 years 前 | 4 个回答 | 3