| 查看: 1204 | 回复: 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 ] |
» 猜你喜欢
澳大利亚 Murdoch University 全奖博士招生(3个名额)地质化工冶金领域
已经有76人回复
欢迎发来filecode的Mz6后的代码验证其规律
已经有32人回复
FileCode能看出啥?
已经有30人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有15人回复
关于Filecode分析方法
已经有12人回复
咱们一起用铁证分析2026国家社科基金中标与否
已经有11人回复
小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊
已经有10人回复
阿姨
已经有4人回复
一作与独作在应聘高校教师时区别大吗
已经有4人回复
静等基金结果
已经有21人回复
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










回复此楼


