
matlab axes用法 在 コバにゃんチャンネル Youtube 的最讚貼文

Search
使用matlab的绘图函数绘图时系统默认设置了一些属性,例如坐标轴字号大小 ... axes是那个窗口里面你要画的东西。axes的大小和位置取决于figure,如果 ... ... <看更多>
#1. MATLAB axes - 创建笛卡尔坐标区 - MathWorks
此MATLAB 函数在当前图窗中创建默认的笛卡尔坐标区,并将其设置为当前坐标区。通常情况下,您不需要在绘图之前创建坐标区,因为如果不存在坐标区,图形函数会在绘图时 ...
matlab 中axes用法. 2019-01-05 254. %建立axes座標圖 h = axes(); %定義圖形位置和大小,[left bottom width height] %set(h,'Position',[0.1 0.1 0.8 0.8]);
#3. MATLAB中GUI的使用技巧(1)之axes_沉心修炼 - CSDN博客
MATLAB 交互界面axes的使用. ... axes是MATLAB中GUI界面的重要控件之一,可以用来显示图片,十分常用,本文主要介绍一下它的一些 ... matlab中axes用法.
Matlab 中axes函数解析axes函数,在Matlab的帮助文档中的说明: “Create axes graphics object” ---创建坐标系图形对象语法: [plain]view plaincopy axes ...
其他类似问题 · 2010-08-22 MATLAB中axes怎么用啊? · 2009-10-27 matlab axes 用法详解 13 · 2014-06-06 matlab如何在指定axes上作图 11 · 2017-07-25 怎样使用matlab 中的axes ...
#6. 3-3 圖軸的控制
MATLAB 亦可指定圖軸上的格線點(Ticks),例如:. Example 2: 03-二維平面繪圖/plotxy11.m. x = 0:0.1:4*pi; plot(x, sin(x)+sin(3*x)) set(gca, 'ytick', ...
#7. MATLAB plotyy()用法及代碼示例- 純淨天空
它在左側和右側創建帶有y-axes 的圖形。 用法. plotyy(X1,Y1,X2,Y2) // It plots X1 versus Y1 ...
#8. matlab axes axis,matlab中axes用法_weixin_39772352的博客
创建axes坐标图h = axes(); %定义图形位置和大小,[left bottom width height] %set(h ... matlab axes axis,matlab中axes用法_weixin_39772352的博客-程序员资料.
用法 : axes axes('PropertyName',propertyvalue,) axes(h). matlab中axis的用法, 坐標的個人空間. [xmin xmax ymin ymax] – 將x 坐標軸范圍設置為從xmin 到xmax。
#10. matlab中axes用法_魔法森林博客 - 程序员ITS401
创建axes坐标图h = axes();%定义图形位置和大小,[left bottom width height]%set(h,'Position',[0.1 ... matlab中axes用法_魔法森林博客-程序员ITS401_matlab中axes.
#11. matlab畫圖中的axes屬性 - 手機專題
2) matlab中axes用法. 使用subplot新建的axes塊如果與已存在塊重疊,MATLAB將刪除已存在的axes並創建新的axes,除非已存在和需要創建的axes完全重合(此 ...
#12. matlab中axis的用法- 梅长苏枫笑 - 博客园
Axes 对象的 XLim 、 YLim 、 ZLim 和 CLim 属性存储范围值。 对于极坐标区,以下列形式指定范围:. [thetamin thetamax rmin rmax] - 将theta 坐标轴范围 ...
#13. 使用axes函数在matlab绘图中实现图中图的绘制 - 51CTO博客
这可以通过调用axes函数实现。 下面通过绘制 y=1/(t-3) 的曲线举例说明该函数的使用方法。 程序如下:. clc;clear;close all;
#14. matlab中axes用法 - 极客分享
matlab 中axes用法. 2015-05-07 01:18 141 查看. %创建axes坐标图 h = axes(); %定义图形位置和大小,[left bottom width height] %set(h,'Position',[0.1 0.1 0.8 0.8]);
#15. matlab中axis的用法- 碼上快樂
來源:https: ww .mathworks.cn help matlab ref axis.html ... 指定可見性可將 Axes 對象或 PolarAxes 對象的 Visible 屬性設置為指定的值。
#16. MATLAB 二維繪圖
MATLAB 二維繪圖. Page 2. 基本的繪圖指令. ▫ plot : 最基本的繪圖指令. ▫ 對x 座標及相對應的y 座標進行作圖 x = linspace(0, 2*pi);.
#17. matlab GUI保存axes(坐标轴)上的图像/ 源码寺 - j5354网 ...
1.默认方式matlabGUI默认菜单的保存图像默认为保持全部GUI,包括使用菜单->编辑->复制图形。2保存可见区域2.1代码[FileName ...
#18. GUI的axes用法问题 - MATLAB中文论坛
MATLAB 中文论坛MATLAB 基础讨论板块发表的帖子:GUI的axes用法问题。新手,读取一个wav文件,怎么把窗口的图像变为显示在坐标轴上。代码如图.
#19. MATLAB 圖形使用介
New - > GUI 啟。 單如圖2 的GUI 介牽涉到幾個物件: static text, edit text, push button, 及axes。 其中static text ...
#20. MATLAB技巧之绘图篇 - 知乎专栏
gca——get current axis or chart,获取当前图形坐标句柄,可用于设置坐标轴标注格式。 用法示例:. ①建立新的轴坐标. axes('Color',[0 0 0], 'ZColor', ...
#21. luolang_103的博客-程序员宅基地_matlab中axes是什么意思
(1)axes产生坐标图形也就是将Figure的框图中左下角的坐标为(0,0)左上角的为(1,1)就是将长宽都设置: 原点坐标(0.1,0.2) 终点的坐标(0.3,0.4)(2)plot命令, ...
#22. matlab中axes的用法_sky淡了 - 新浪博客
matlab 中axes的用法 ; 当在执行绘图操作时,如果没有axes或 ; 每次创建新axes时,所有的属性都会重置为 ; set(figure_handle,DefaultAxes**,Value)可以自定义 ...
#23. MATLAB中GUI的使用技巧(1)之axes_沉心修炼-程序员宝宝
ab是httpd-tools包下提供的压测工具,ab可对web进程及Apache负载均衡集群的性能测试:安装:yum install httpd-tools.x86_64 -y工具使用格式说明: 用法:ab -n 全部请求数 ...
#24. 二維平面繪圖
在Matlab裡,最常使用的二維繪圖函數是plot函數:. 基本繪圖函數 ... 建立一個新的繪圖視窗,視窗的標題為Matlab 自動設定 ... 下面是meshc函數與waterfall函數用法:.
#25. matlab中的subplot函数
☆subplot(h) 将坐标系h设为当前坐标系,相当于axes(h) ... 1)使用subplot新建的axes块如果与已存在块重叠,MATLAB将删除已存在的axes并创建 ... 补充其他plot用法:.
#26. 自製GUI介面 - MATLAB 之工程應用
但是,此一指令也有較複雜的用法,諸如設定圖的名稱或其參數,如: ... 前五項可用uicontrol指令建立;圖形則必須利用軸指令 axes 函數產生座標軸。
#27. 使用axes函数在matlab绘图中实现图中图的绘制- 程序调试信息网
使用axes函数在matlab绘图中实现图中图的绘制. ... plot(t,y);axis('equal'); % plot the big figure axes('Position',[0.18,0.62,0.28,0.25]); ... matlab中axes用法.
#28. matlab中的axes函数 - 985知识网
Matlab 中axes函数解析axes函数,在Matlab的帮助文档中的说明: “Create axes ... 本文标签: matlab同时画两个函数图像 axes信息 matlab axes用法 ...
#29. Matlab繪圖程序局部放大 - 台部落
用法 :打開figure圖,輸入magnify,左鍵動態選取查看,ctrl+左鍵固化,也可 ... 也可以使用axes 函數按MATLAB缺省的屬性值在當前圖形窗口創建座標軸:
#30. matlab GUI保存axes(坐标轴)上的图像/ 源码寺
matlab 中axes函数解析; gui关闭指定axes; matlab set函数用法; matlab控件axes属性; matlab gui界面隐藏; matlab gui设计实例; matlab axes参数 ...
#31. 鈦思科技股份有限公司-TeraSoft Inc.
Borland C++ Builder:可使用MATLAB Compiler將M-file轉成C/C++ shared ... 圖形上時,欲將最後的結果記錄下來,可以使用imwrite指令將現在Axes裡的圖形儲存下來,請在 ...
#32. Matlab中Set命令用法 - 程序員學院
Matlab 中Set命令用法,matlab給每種物件的每一個屬性規定了一個名字,稱為屬性名,而屬性名的取值成為屬性值。 ... gca返回當前axes物件的控制代碼值.
#33. Matlab基本绘图-坐标轴 - 花子凡
使用matlab的绘图函数绘图时系统默认设置了一些属性,例如坐标轴字号大小 ... axes是那个窗口里面你要画的东西。axes的大小和位置取决于figure,如果 ...
#34. Matlab中axis函数用法总结_曾经爱过她的回眸的博客 - 程序员 ...
axis是用来设置具体某一个坐标轴的属性的具体参照http://matplotlib.org/api/_as_gen/matplotlib.pyplot.axis.html#matplotlib.pyplot.axis axes的用法和subplot是差不多的 ...
#35. Matlab矩阵散点图绘制函数plotmatrix - 冰沫记
本文主要介绍plotmatrix函数在Matlab中的常见用法、语法说明、使用两个 ... N-by-M matrix of axes. plotmatrix(Y) is the same as plotmatrix(Y,Y).
#36. Sample autocorrelation - MATLAB autocorr - MathWorks
This MATLAB function plots the sample autocorrelation function (ACF) of the ... autocorr( ax ,___) plots on the axes specified by ax instead of the current ...
#37. subplot matlab 用法Matplotlib的子圖subplot的使用 - QAVHP
Create axes in tiled positions - MATLAB subplot ... MATLAB中subplot的用法2 頁免費matlab中subplot及相關函5頁免費matlab中繪圖用的函數,語45頁 ...
#38. MATLAB GUI中AXES中超链接的设置问题 - 乾润网
给axes加入buttondownFcn后,当axes显示图片后,实际在GUI中显示的axes ... GUI的axes用法问题–MATLAB中文论坛; matlab使用GUI的Axes控件读取图片或 ...
#39. Matplotlib - legend、subplot、GridSpec、annotate - iT 邦幫忙
以下範例示範在標準的axes中顯示另外一個自己定義的axes。語法: plt.axes([bottom, left, width, height]). fig , ax = plt.subplots() axe_base = plt.axes() ...
#40. MATLAB GUI中colormap使用方法整理 - ZenDei技術網路在線
敝人最近做了個含有三個axes並且需要是不同colormap的GUI,真是折騰夠嗆,不同版本的matlab設置方法還不一樣,我要做的程式還需要一定的相容性,簡直是*了*了總結 ...
#41. matlab gui axes绘图- 紫竹知识网
MATLAB GUI:单击pushbutton在axes中画图单击按钮在axes对象中画图效果如图所示: 在Opening函数中插入如下内容x=0:0.01:10;y1=x.
#42. 利用axes(坐标系图形对象)绘制重叠图像及一图多轴(一幅图 ...
Matlab 绘图基础——利用axes(坐标系图形对象)绘制重叠图像及一图多轴(一幅图绘制多个坐标轴),编程猎人,网罗编程知识和经验分享,解决编程疑难杂症。
#43. https://www.xiaoxiqiang.cc/x/matlab的gui中axes用法
沒有這個頁面的資訊。
#44. MATLAB中plot函数的用法 - 360doc个人图书馆
MATLAB 中plot函数常常被用于绘制各种二维图像,其用法也是多种多样,本文仅介绍plot函数的基本用法——使用plot函数绘制二维 ... ah=axes;%创建axes对象
#45. MATLAB中legend用法小细节_ZC_lianshuang的博客 - 程序员 ...
MATLAB 中legend用法小细节_ZC_lianshuang的博客-程序员ITS203_不支持使用整数来指定图例位置 ... Outside top-right corner of the axes (default for 3-D axes).
#46. MATLAB中如何用对数方式显示图形坐标? - 华为云社区
文章目录前言方法1方法2 gca用法举例setXScale 前言当我使用MATLAB画了一幅曲线图之后, ... tick length, and y-axis limits for the current axes.
#47. MATLAB中怎樣改變背景的顏色 - 多學網
如何改變matlab scope 輸出的背景顏色以及曲線的顏色. 用matlab畫圖的時候背景顏色是灰色的,怎麼改? 5樓:匿名使用者. axes自身的背景預設是白色的 ...
#48. MATLAB中怎樣改變背景的顏色 - 好問答網
MATLAB 中怎樣改變背景的顏色,1樓匿名使用者for r 1 rgb image 1 for g 1 rgb ... 1樓匿名使用者函式控制代碼匿名函式這是函式控制代碼的一種高階用法 ...
#49. Matlab中对画出来的图片(plot)进行坐标轴的编辑 - 凡华网
在Matlab中,用plot函数进行画图是一件很方便的事情。 ... 点击'Edit',选择'Axes Properties',就可以看到下面的坐标轴编辑区域。
#50. MATLAB中GUI的使用技巧(1)之axes - 开发者知识库
概要axes是MATLAB中GUI界面的重要控件之一,可以用來顯示圖片,十分常用,本文主要介紹一下它的一些使用技巧,包括以下兩個方面: (1)axes的重要 ...
#51. Matlab中set函数 - 简书
Matlab 中set函数. NILSTARK 关注. 0.184 2016.06.01 21:44:53 字数894阅读12,445. set(get(gca,'title'),'FontSize',10,'FontName','宋体');%设置标题字体大小,字型
#52. 科学网-【Matlab】坐标轴的设置-叶瑞杰的博文
使用matlab的绘图函数plot绘图时系统默认设置了一些属性, ... figure下面是axes。axes是那个窗口里面你要画的东西。axes的大小和位置取决于figure, ...
#53. MATLAB中,axes函数 - digital-ren - 传递流行音乐知识!
[axes函数] 相关文章推荐:. 创建笛卡尔坐标区; MATLAB中axes怎么用啊像h1=axespos[02020604]; Matlab中axes函数解析; MATLAB中axes函数全功能解析 ...
#54. 多軸上的Matlab GUI roipoly - 優文庫
如果我在我的Matlab GUI窗口上有多個axes,並且它們中的每一個都有不同的圖像。 ... 如何讀取和顯示軸上的多個圖像gui matlab; 3. matlab roipoly命令的高級用法; 4.
#55. Create Cartesian axes _matlab axes - 铜马网
matlab 在指定axes绘图; matlab中axes使用教程; matlab axis equal · matlab axis函数用法; matlab的axes加格子; plt axes; matlab axes参数 ...
#56. Matlab繪圖-很詳細,很全面 - 程式前沿
此外,Matlab還提供了直接對圖形控制代碼進行操作的低層繪圖操作。 ... 以上提到plot函式的自變數x,y為長度相同的向量,這是最常見、最基本的用法。
#57. Matplotlib contour colorbar limits
Matplotlib also offers method which can adjust the existing axes and make room for a ... 关键字参数在imshow和contour中的用法。. contour (CS, levels = CS.
#58. 簡介MATLAB R2012
eventdata reserved - to be defined in a future version of MATLAB. % handles structure with handles and user ... cla; % 清除axes. x = eval(get(findobj('Tag', ...
#59. Matlab streamslice arrow size
一、以plot为例Matlab中最常用的绘图指令当属plot,此外很多绘图函数与plot用法相似,因此,首先详细介绍plot的使用方法。绘制图形通常通过以下步骤来完成:准备数据— ...
#60. Python+matplotlib滑鼠滑過時修改餅狀圖中扇形顏色和半徑
python可視化之matplotlib庫餅形圖的基本用法與應用實例 ... 項目,旨在爲python提供一個繪圖庫。matplotlib與numpy組合是一種可行的matlab替代方案。
#61. Matlab audioread plot
This means I got uifigures and uiaxes, not figure and axes in … plot (f1, ... specified point matlab 中的freqz函数用法 - : H 就是系统(B,A)的频率响应了.
#62. Numpy meshgrid 3d
Meshgrid function is somewhat inspired from MATLAB. ... you want to visualize data over some range of inputs. axes (projection='3d') #function for Z values.
#63. Pyqtgraph axis labels
In the example, you should be able to interact with the axes by hovering over the axes and then ... 您也可以进一步了解该方法所在 类pyqtgraph 的用法示例。
#64. Qchart update axis - Grupo Ago
PyQt5: QChart draws a line chart (1) MATLAB dynamic graph, pseudo-color graph, ... The X axis or axes are referenced by Highcharts. ... DML与DQL基础用法.
#65. Quiver matlab - 1. Pool-Billard-Verein Schweinfurt 1986 e. V.
1 用法MATLAB Quiver Plot 3D Originally uploaded in Teaching Computation with ... set Clipping to off, arrows might be displayed outside the axes plot box.
#66. Conjugate transpose numpy - :: MATI SPORTS ::
However, the transpose function also comes with axes parameter which, according to ... MATLAB commands in numerical Python (NumPy) 3 Vidar Bronken Gundersen ...
#67. Coppeliasim edu download - CONSERGY
19. xz 其中xz是linux的解压缩命令,举例如下,具体很多用法可以百度xz -d 1. ... MATLAB 2021 with symbolic and optimization toolbox and CoppeliaSim v4.
#68. Sympy polygon distance
The Robotics Toolbox for MATLAB® (RTB-M) was created around 1991 to support ... major and minor axes based on the number of points in the ellipse polygon.
#69. Icwt matlab
Calling this function with arguments is the pyplot equivalent of calling set_xlim on the current axes. MATLAB wavelet functions were used to calculate the ...
#70. MATLAB 6.5及其在信号处理中的应用 - 第 107 頁 - Google 圖書結果
... MATLAB 自动选择合适的坐 axis ( [ xmin , xmax , ymin , ymax ] )标范围; ... 把 h 设为当前坐标盒(所有绘图都在当 axes 的用法 plot ( O : 10 )坐标盒上 ...
#71. Icwt matlab
icwt matlab must satisfy the second wavelet condition. ... 线性相位性,它主要应用在信号 与图像的重构中,通常的用法是采用一个函数进行分解,用另外一个小波函 …
#72. Scipy convolve2d - aebs.ae
注意,filter2(MATLAB) 与scipy. t to convolution layer inputs. ... size=(10,10))K = np. oaconvolve用法及代码示例; 注:本文由纯净天空筛选整理自scipy.
#73. Fenics meshfunction example - Imob Easy
7, draw a 3D ruler at each side of the cartesian axes. pyplot as plt from ... be discontinuous from one vertex to another e. plot函数的典型用法代码示例。
#74. 利用axes(坐标系图形对象)绘制重叠图像及一图多轴 ... - 术之多
Matlab 绘图基础——利用axes(坐标系图形对象)绘制重叠图像及一图多轴(一幅图绘制多个坐标轴). 司徒鲜生 2018-04-05 原文. 描述. axes在当前窗口中创建一个包含默认 ...
#75. Pytorch sobel - Viral Wedding Mall
Zafar's Audio Functions in Matlab for audio signal analysis: STFT, inverse STFT, mel filterbank, ... Parameter() 在刷官方Tutorial的时候发现了一个用法self.
#76. Numpy 2d fft
By default, the transform is computed over the last two axes of the input ... 1-D Fourier Transform by using np. complex_用法 Langkah-langkah nonton Python ...
#77. MATLAB 仿真技術與應用 - 第 127 頁 - Google 圖書結果
conj(y)/512; = 1000*(0:256)/512;; Create frequency plot f2 t % x y m f % axes(handles.frequency_axes) plot(f,m(1:257)) set(handles.frequency_axes ...
#78. Savefig python
We can add axes labels using ylabel () and xlabel (). png") a certain value ... originally as a patch to IPython for enabling interactive MATLAB-style ...
#79. R legend x intersp - Northants Futsal Club
5处;yjust是对垂直位置的微调,用法相同;adj是对文本水平位置的微调,用法相同。 x ... the axes limits etc) and to apply very basic plot characteristics (axes, ...
#80. Pyqtgraph plot pen
您也可以进一步了解该方法所在类pyqtgraph 的用法示例。 ... pyqtgraph uses a black background for its plots and grey for axes, text, and plot lines.
#81. Scipy filtfilt returns nan
Returns the inputs and axes in a standard form, eliminating redundant axes ... C2, and so on Zero-phase digital filtering - MATLAB filtfilt y = filtfilt(b,a ...
#82. Numpy fftshift - Complete Meltdown
Axes over numpy中的fft和scipy中的fft,fftshift以及fftfreq. ... tmid are number of Matplotlib - 3D Surface plot. fftshift用法及代码示例; 注:本文由纯净天空 ...
#83. Nrrd images
The header fields of NRRD that describes the axes are always specified in the order from fastest-varying to ... MATLAB Tools. read函数的典型用法代码示例。
#84. Sympy polygon distance
The Robotics Toolbox for MATLAB® (RTB-M) was created around 1991 to support Peter Corke's PhD ... Point 的用法示例。. gaussopt import * In [2]: distance ...
#85. [繪圖]如何更改圖的刻度- 看板MATLAB - 批踢踢實業坊
請問我要將途的刻度改得更精細該如何用呢?? 還沒改之前是X軸的刻度是0 500 1000 1500 2000 2500 3000 Y軸的刻度是0 1 ...
#86. Scottplot
... OpenCL. matlab plot图像移动,[转载]matlab图像处理之--plotmatrix的用法. ... You can click upon any of the 3 axis that combine to form the model axes.
#87. Open3d visualization example
Matlab Assignment Help is a numerical computing programming language. ... We will also add axes to our visualization so that we can locate the stockpile: ...
#88. Sympy area of intersection - Cardy Designs
You can repeat the process along the y and z axes as well for a more solid-looking ... from open source projects. intersection ()用法及代码示例. patches.
#89. Normalize audio signal python - Josef Schneider
Line code - demonstration in Matlab and Python. ... audio signal is a three-dimensional signal in which three axes represent time, amplitude and frequency.
#90. 数学物理方程的MATLAB解法与可视化 - 第 210 頁 - Google 圖書結果
... X , Y 轴的范围用菜单 Options 下的 Axes Limits 对话框来选择。 ... 这种用法较简单,使用者无须了解解题的具体过程,也不必编程,只要学习图形界面上按钮或菜单的 ...
#91. 心理学研究方法——基于MATLAB和PSYCHTOOLBOX - Google 圖書結果
tag ' , ' Plot Test ' ) ; axes ( ' pos ' , [ 0.1 0.2 0.8 0.7 ] , ' tag ' ... 等6个非常实用的基本二维绘图函数,下面重点介绍plot函数的用法。plot函数的调用 ...
#92. MATLAB语言及其在电子信息工程中的应用 - 第 35 頁 - Google 圖書結果
函数函数续表功能保持当前图形状态为真形成轴系方向 axes 分类轴系的控制 ishold box * gca cla line surface ... 这些函数用法与 plot 相仿,但没有多输入变量形式。
#93. Opencv solvepnp vs calibratecamera
This is a release of a Camera Calibration Toolbox for Matlab ® with a complete ... Y-, Z-axes, and the 3 rotations of yaw, pitch, 5) with OpenCV 3(.
#94. Numpyro jit - Our site is now under construction..........
... or int or tuple of ints, optional) – Axis or axes along which to operate. ... the keyword arguments needed by the `model`. jit方法的典型用法代码示例。
#95. Mplfinance addplot - karimar.com
このグラフが出力されている状態で, matlab コマンドライン 上で以下のコマンドを ... 这里就是mplfinance的一些基本用法,整体逻辑就是将日期作为数据索引,后直接 ...
matlab axes用法 在 [繪圖]如何更改圖的刻度- 看板MATLAB - 批踢踢實業坊 的推薦與評價
請問我要將途的刻度改得更精細該如何用呢??
還沒改之前是
X軸的刻度是0 500 1000 1500 2000 2500 3000
Y軸的刻度是0 1 2 3 4 5 6
但是我參照網路的指令
set(gca,'xtick',[0:3000],'ytick',[0:3]);
這個
繪圖的結果還是沒有變
我是希望刻度變成
X軸0 100 200 300 400。。。。。。3000
Y軸0,0.1,0.2,0.3,0.4,0.5一直到3
mvasc=250;
vs=11.4;
vts=0.44;
zt=0.051;
ztmva=1.5;
ztmvaxr=10;
capkvar=316;
zs=((vs^2)/mvasc)*((vts/vs)^2);
rs=zs/(1^2+8^2)^(1/2);
xs=8*rs;
zt1=(zt*(vts^2))/ztmva;
ztr=zt1/(1^2+ztmvaxr^2)^(1/2);
ztx=ztmvaxr*ztr;
zcap=((vts^2)/capkvar)*1000;
z1=(rs+ztr)+(xs+ztx)*i;
z2=0-zcap*i;
freq=60;
ztotal=[];
for k=1:3000;
z11=real(z1)+(imag(z1).*freq/60)*i;
z22=real(z2)+(imag(z2)./(freq/60))*i;
ztotal=(z11*z22)/(z11+z22);
w(k)=(real(ztotal)^2+imag(ztotal)^2)^(1/2);
freq=freq+1
end
plot(w)
這是我得程式
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 120.117.117.19
... <看更多>