由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - How to get (X,Y) coordinates from a curve on a jpeg image?
相关主题
请教:怎样plot varactor的C-V curve?另外一个cadence里的plot的问题
Help needed for plotting a graphmatlab string的简单问题,
Linux上用什么工具标注jpg文件?问个从cadence export data的问题
paper的图片dpi问题请教Matlab画图问题
Re: Call for help on Latex in Windows systemHow to correct my matlab code(solve ODE problem)
Re: matlab作图问题how to plot a circle in matlab?
大家一般都用什么画图工具how to plot z=1+0.25j on matlab?
matlab命令行如何改变bode plot两个ylabel的字体请问高手怎样用Pspice(学生版) plot CMRR
相关话题的讨论汇总
话题: image话题: curve话题: get话题: jpeg
进入EE版参与讨论
1 (共1页)
s**********p
发帖数: 109
1
Lost the original data for a curve, only have the image. Now needs to get
the data back.
Heard people can get it back using Gimp.
Anyone knows how?
Many Thanks!
l*******G
发帖数: 1191
2
Assume it is y=f(x) curve.
in matlab,
help imread
will tell you how to read a image
help imshow
will tell you how to show the image on your screen
help hold
will tell you how to plot one figure on top of another
help plot
you can use it to plot a frame that just covers the image with
or you can plot 4 dots that overlap with the 4 corners of the image
appropriate
x and y axises
help ginput
will tell you how to read position from the figure
1 (共1页)
进入EE版参与讨论
相关主题
请问高手怎样用Pspice(学生版) plot CMRRRe: Call for help on Latex in Windows system
cadence中calculator plot一问Re: matlab作图问题
how to draw plot without visio? 大家一般都用什么画图工具
救个急,谁帮我跑跑这个电路matlab命令行如何改变bode plot两个ylabel的字体
请教:怎样plot varactor的C-V curve?另外一个cadence里的plot的问题
Help needed for plotting a graphmatlab string的简单问题,
Linux上用什么工具标注jpg文件?问个从cadence export data的问题
paper的图片dpi问题请教Matlab画图问题
相关话题的讨论汇总
话题: image话题: curve话题: get话题: jpeg