Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.009.218 Times

YIPLOT : Easy plot 1.0

  Date Added: May 28, 2013  |  Visits: 804

YIPLOT : Easy plot

Report Broken Link
Printer Friendly Version


Product Homepage
Download (56 downloads)



YIPLOT makes plot much easier. H=YIPLOT(X,Y,...) H=YIPLOT(STR,Y) H=YIPLOT(STR,X,Y,...) STR is a charater string made from any elements below, seperated by comma, eg. 'fig=1,lw=4,t=title,x=x axis label' fig = # set # as current figure, same as command figure(#) sub = # subplot(#) lw = # set linewidth to # t = text add title, title('text') t# = text add title with fontsize #, title('text','fontsize',#) x = text add X-axis label, xlabel('text') x# = text add X-axis label with fontsize #, xlabel('text','fontsize',#) y =, y# = add Y-axis label z =, z# = add Z-axis label f = # set fontsize # for all b set fontweight as bold for all grid grid on EXAMPLE 1: You can produce a graph of sin function with line width of 3, x-axis label of 'theta', y-axis label of 'sin(theta)', graph title of 'Plot of sin(theta)' like this: x = -pi:.1:pi; y = sin(x); yiplot('lw=3,x=theta, y=sin(theta), t=Plot of sin(theta)', x, y) EXAMPLE 2: Now set fontsize of x-label and y-label to 16, set fontsize of title to 20: yiplot('lw=3,x16=theta, y16=sin(theta),t20=Plot of sin(theta)',x,y) EXAMPLE 3: You can also add any arguments that you do in PLOT() command. For example, you can plot red dashed line with star markers like this: yiplot('lw=3,x16=theta, y16=sin(theta),t20=Plot of sin(theta)',x,y,'*r--')

Requirements: No special requirements
Platforms: Matlab
Keyword: Fontweight Function Pi1pi Sintheta Theta Width Xaxis Yaxis Zaxis
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


YIPLOT : EASY PLOT RELATED
Development Tools  -  3D spherical equation plot 1.0
Graphs a 3 dimensional logarithmic of a function named F(Theta,Phi), theta the elevation angle and phi the rotational angle. Converts to Cartesian coordinates and plots a surface plot with color pattern radiating from the origin.Due my massive use...
10 KB  
Development Tools  -  tv_dimensions 1.0
This function accepts the diagonal size (the size usually advertised) in inches of a television's screen, as well as the aspect ratio of that television, as inputs, and returns the width and height of the television screen in inches. Technically,...
10 KB  
Development Tools  -  plot3rgb 1.0
This function plot a colored 3-dimensional line of a set of given points. The plotvaries its color in a form, x axis as red, y as green and z axis as blue.So basically if the plot proceeds in x-axis it will colored as red, if proceed iny-axis it...
10 KB  
Networking  -  zNavCarousel 1.0.1
Easy paging navigation for your blog using jQuery carousel.Installation :ctivate the plugin. Put in the right place the template function or , where 500 - width in pixels.
10 KB  
Communication  -  Generate Animated GIF Files for Plotting Audio Data 1.0
function createAnimatedGifFromWav(wavFileName, windowLength, Width, framesPerSec)ARGUMENTS:- wavFileName: the name of the .wav file to read- windowLength: the length (in seconds) of each window to be plotted in the gif- Width: the width of the...
1.77 MB  
Document Management Tools  -  XFlip Lite 1.5.0
XFlip Lite makes it easy for digital publishers to turn static PDFs into dynamic digital Flash page flipping e-books, e-magazines, e-catalogs, and more e-publications. Without any Flash programming skills, you can make amazing 3D effect flipping...
22.6 MB  
Graphs and Charts  -  PlotKit 0.9.1
PlotKit is a Chart and Graph Plotting Library for Javascript. It has support for HTML Canvas and also SVG via Adobe SVG Viewer and native browser support. PlotKit is fully documented and there is also a quick tutorial to get you started. PlotKit...
 
Multimedia  -  zoom on 2d by doublicating 1.0
This will zoom the image (2D Array) by factor of 2, and this is done by doublicating each point on the X-axis, and then doublicating each point on the Y-axis.
10 KB  
Development Tools  -  Space Vector Pulse Width Modulation Based Three Phase Rectifier 1.0
This model simulates a three phase rectifier based on space vector pulse width modulation. Parameters can be adjusted from Model properties initial call back function.
10 KB  
Development Tools  -  Integer order 1D Gaussian function 1.0
Computes the Gaussian function in 1D:exp(-log(2)*(2*(x-x0)./FWHM).^(2*floor(abs(order))));Where:x = Co-ordinatex0 = Centre of functionFWHM = Full Width Half Max of the functionorder = Gaussian orderNormal Gaussian is of order 1.Note that FWHM =...
10 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB