| 查看: 1206 | 回复: 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 ] |
» 猜你喜欢
咱们一起用铁证分析2026国家社科基金中标与否
已经有21人回复
哪位老哥知道今年的国自然具体哪一天放榜?
已经有5人回复
国基金的申报应该改成非等额制,评价高的钱多评价低的钱少,但是增加资助率
已经有8人回复
各位道友,我要去昆明玩几天,回来见。
已经有7人回复
欢迎发来filecode的Mz6后的代码验证其规律
已经有48人回复
filecode
已经有10人回复
奇怪,两个人的filecode固定段从头到尾一模一样
已经有11人回复
有时候,自然基金真的不能太认真 (我的申报经验)
已经有8人回复
应该是93bebmhtak前后十一个字符比较关键
已经有37人回复
好奇怪的filecode
已经有7人回复
★ ★ ★ ★ ★ ★ ★ ★
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
木虫 (正式写手)
- 应助: 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










回复此楼


