24小时热门版块排行榜    

查看: 1200  |  回复: 11

yitianjian

木虫 (正式写手)

[交流] 求latex特定模板一个 20金币

在写论文,有熟悉latex的么?20个金币

我在写论文,遇到两个问题,求解:
1.杂志要求,稿件第一页是标题,作者,单位,页脚注释通讯作者(无标号),第二页是标题,摘要,第三页才是正文,求此模板一个,谢谢。(15金币)

2.matlab作图时,如何更改坐标,我是画的矩阵图,比如一个100x100的矩阵,画出来后坐标是按照矩阵维数标记的,0-100,0-100,如何修改成实际坐标(10个金币)

[ Last edited by sanko211 on 2009-4-12 at 16:57 ]
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yitianjian

木虫 (正式写手)

怎么没人回应啊 大家帮帮忙哈
2楼2009-04-11 20:45:40
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

myplum

木虫 (小有名气)

★ ★
yitianjian(金币+1,VIP+0): 4-12 01:36
yitianjian(金币+1,VIP+0): 4-12 01:37
你可以到学校的图书资源下载一些文献看看啊,那里面有好多资源的,我们一般都在那里面下载看的。在本校的图书资源里是免费看的嘿嘿,帮忙顶一下了
3楼2009-04-11 21:15:06
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

sitonyl

铁杆木虫 (文坛精英)


yitianjian(金币+1,VIP+0): 4-12 01:37
第二个问题:用axis命令修改即可。
zz
4楼2009-04-11 21:36:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

tracylq


yitianjian(金币+1,VIP+0): 4-12 01:37
第二个问题:

用plot(x , y),而不是plot(y)

x是横坐标,y是纵坐标,把x和y的量对应变化一下就可以了
5楼2009-04-11 23:11:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yitianjian

木虫 (正式写手)

矩阵图是二维图,100x100的,x坐标,y坐标,点表示粒子数目,换句话说,图中每一个点表示每个位置(x,y)对应的粒子数目,作图时有现成的矩阵二进制文件,只需import数据,然后image作图,可是做出来以后是默认以维数为坐标的,如何更改为实际坐标,谢谢!
6楼2009-04-12 01:36:17
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

fspdlh

金虫 (正式写手)

★ ★ ★ ★ ★ ★ ★ ★
yitianjian(金币+8,VIP+0):非常感谢你的帮助,问题已经基本解决 4-12 16:28
第二个问题去仿真编程版问比较好,在这里回复的人少也正常
用meshgrid函数,比如
[x y]=meshgrid(0:0.01:0.99,0:0.01:0.99);
mesh(x,y,z);
其中Z是lz的矩阵

或者用笨办法,用下面的几个属性

XTick, YTick, ZTick  
       vector of data values locating tick marksTick spacing.
   A vector of x-, y-, or z-data values that determine the location of tick marks along the respective axis. If you do not want tick marks displayed, set the respective property to the empty vector, [ ]. These vectors must contain monotonically increasing values.
XTickLabel, YTickLabel, ZTickLabel
  stringTick labels.
  A matrix of strings to use as labels for tick marks along the respective axis. These labels replace the numeric labels generated by MATLAB. If you do not specify enough text labels for all the tick marks, MATLAB uses all of the labels specified, then reuses the specified labels. For example, the statement set(gca,'XTickLabel',{'One';'Two';'Three';'Four'})
labels the first four tick marks on the x-axis and then reuses the labels until all ticks are labeled. Labels can be specified as cell arrays of strings, padded string matrices, string vectors separated by vertical slash characters, or as numeric vectors (where each number is implicitly converted to the equivalent string using num2str). All of the following are equivalent:
set(gca,'XTickLabel',{'1';'10';'100'})
set(gca,'XTickLabel','1|10|100')
set(gca,'XTickLabel',[1;10;100])
set(gca,'XTickLabel',['1  ';'10 ';'100'])
Note that tick labels do not interpret TeX character sequences (however, the Title, XLabel, YLabel, and ZLabel properties do).

[ Last edited by fspdlh on 2009-4-12 at 08:24 ]
7楼2009-04-12 08:15:39
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

fspdlh

金虫 (正式写手)


yitianjian(金币+1,VIP+0): 4-12 16:28
8楼2009-04-12 08:22:07
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yitianjian

木虫 (正式写手)

现继续求解第二个问题,希望能给我一个模版文件,高分奖励额,谢谢
9楼2009-04-12 16:29:34
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

fspdlh

金虫 (正式写手)


yitianjian(金币+1,VIP+0): 4-12 18:14
建议你重发个帖子或改一下标题,不然不知道你要模板啊
10楼2009-04-12 16:46:23
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 yitianjian 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[论文投稿] 职称评审,求友友推荐见刊最快的期刊 +3 工厂打螺丝 2026-08-08 3/150 2026-08-11 13:42 by 会议编辑
[基金申请] 为什么网上很多人说本周 12号出结果 +6 瞬息宇宙 2026-08-10 6/300 2026-08-11 13:19 by JACS/Angew
[基金申请] 帮忙看看fileCode +6 wwncly 2026-08-10 12/600 2026-08-11 13:01 by wwncly
[基金申请] filecode +9 documentary 2026-08-10 9/450 2026-08-11 10:08 by wk7465
[基金申请] 应该是93bebmhtak前后十一个字符比较关键 +15 Lanmanbaby 2026-08-09 23/1150 2026-08-11 09:51 by demonstreets
[基金申请] 我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人 +8 家与远方 2026-08-10 13/650 2026-08-11 09:49 by 家与远方
[基金申请] 小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊 +6 Tide man 2026-08-10 6/300 2026-08-11 09:45 by tangmnt
[基金申请] 基金中了 +15 laoda193707 2026-08-06 15/750 2026-08-11 00:11 by jiafei2190
[基金申请] 确定了,国自然21号放榜 +6 布布和一二 2026-08-10 7/350 2026-08-10 19:15 by 2000zf36392
[基金申请] 静等基金结果 +5 gjjjzhong 2026-08-10 16/800 2026-08-10 17:19 by Tide man
[基金申请] 关于Filecode分析方法 +3 majunge000 2026-08-10 3/150 2026-08-10 15:46 by lch2012
[基金申请] 8月时间戳变的,举个手。玩一下,释放压力 +11 archvillain 2026-08-04 13/650 2026-08-10 14:41 by seekfind
[基金申请] 好奇怪的filecode +4 布布和一二 2026-08-08 5/250 2026-08-10 14:20 by 冰心玉壶晴
[基金申请] 据悉今年马上要出结果了 +7 瞬息宇宙 2026-08-10 8/400 2026-08-10 12:42 by Vivilian
[基金申请] 2026国自然放榜时间 +9 布布和一二 2026-08-08 9/450 2026-08-10 11:22 by xxxx2020
[基金申请] 这样的filecode谁见过 +11 布布和一二 2026-08-08 22/1100 2026-08-10 11:10 by wmfsnow
[基金申请] fileCode有新解读? +10 Tide man 2026-08-08 18/900 2026-08-09 12:55 by 仁砚薪传
[基金申请] 关于filecode,很负责任的告诉大家 +6 爱看书的可乐 2026-08-08 7/350 2026-08-08 22:13 by a_niu
[基金申请] 国基金的申报应该改成非等额制,评价高的钱多评价低的钱少,但是增加资助率 +7 a089 2026-08-07 7/350 2026-08-08 18:05 by gltch
[基金申请] 固定端突然变了,今天 +6 archvillain 2026-08-06 10/500 2026-08-07 16:03 by 医学老男孩
信息提示
请填处理意见