| 查看: 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 ] |
» 猜你喜欢
职称评审,求友友推荐见刊最快的期刊
已经有3人回复
为什么网上很多人说本周 12号出结果
已经有6人回复
听说今天filecode变了
已经有49人回复
帮忙看看fileCode
已经有12人回复
FileCode能看出啥?
已经有17人回复
奇怪,两个人的filecode固定段从头到尾一模一样
已经有6人回复
filecode
已经有9人回复
应该是93bebmhtak前后十一个字符比较关键
已经有23人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有13人回复
小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊
已经有6人回复
yitianjian
木虫 (正式写手)
- 应助: 0 (幼儿园)
- 金币: 4751.8
- 散金: 38
- 红花: 2
- 帖子: 736
- 在线: 486.3小时
- 虫号: 563564
- 注册: 2008-05-26
- 专业: 等离子体物理
2楼2009-04-11 20:45:40
3楼2009-04-11 21:15:06
sitonyl
铁杆木虫 (文坛精英)
- 应助: 33 (小学生)
- 金币: 12935.9
- 红花: 3
- 帖子: 10448
- 在线: 338.8小时
- 虫号: 722261
- 注册: 2009-03-14
- 性别: GG
- 专业: 导航、制导与传感技术

4楼2009-04-11 21:36:13
5楼2009-04-11 23:11:50
yitianjian
木虫 (正式写手)
- 应助: 0 (幼儿园)
- 金币: 4751.8
- 散金: 38
- 红花: 2
- 帖子: 736
- 在线: 486.3小时
- 虫号: 563564
- 注册: 2008-05-26
- 专业: 等离子体物理
6楼2009-04-12 01:36:17
★ ★ ★ ★ ★ ★ ★ ★
yitianjian(金币+8,VIP+0):非常感谢你的帮助,问题已经基本解决 4-12 16:28
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
★
yitianjian(金币+1,VIP+0): 4-12 16:28
yitianjian(金币+1,VIP+0): 4-12 16:28
|
关于latex参见这个帖子 https://muchong.com/bbs/viewthread.php?tid=1224848 |
8楼2009-04-12 08:22:07
yitianjian
木虫 (正式写手)
- 应助: 0 (幼儿园)
- 金币: 4751.8
- 散金: 38
- 红花: 2
- 帖子: 736
- 在线: 486.3小时
- 虫号: 563564
- 注册: 2008-05-26
- 专业: 等离子体物理
9楼2009-04-12 16:29:34
10楼2009-04-12 16:46:23










回复此楼


