| 查看: 1053 | 回复: 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 ] |
» 猜你喜欢
11408软件工程求调剂
已经有3人回复
一志愿211 初试270分 求调剂
已经有8人回复
300求调剂,材料科学英一数二
已经有6人回复
学硕274求调剂
已经有9人回复
本科双非材料,跨考一志愿华电085801电气,283求调剂,任何专业都可以
已经有7人回复
各位老师好,我的一志愿为北京科技大学085601材料专硕
已经有3人回复
317分 一志愿南理工材料工程 本科湖工大 求调剂
已经有7人回复
081200-11408-276学硕求调剂
已经有5人回复
316求调剂
已经有7人回复
322求调剂
已经有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














回复此楼


