xlswritespec Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: xlswritespec.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Roberto Abraham (View more)

xlswritespec script description:




Publisher review:
xlswritespec allows you to format your output when you export to Excel. The script performs the same function as xlswrite with the added functionality of formatting the data at the particular location written into, so for example if you want to write headers in blue and numbers in gold, you can do this. The example below illustrates how you can write 400 random numbers into a file using the modified script and the original script from MATLAB 7.0, I hope the formatted one looks cleaner to youData = rand(20,20)params.Bold = 'false';params.FontSize = 10;params.FontName = 'Verdana';params.ColorIndex = 14;params.NumberFormat = '0.000';xlswritespec('Exemplar.xls',Data,'Example',['B2'],params)xlswrite('Exemplar.xls',Data,'Example',['B26'])Hope the script is useful, I am not responsible for any hair loss, money, gray hair or other good / bad things which happen. The script is extremely useful for me and I thought I should try to share it. Oh I would like to acknowledge xlswrite for the basic structure, I just hacked in a few more lines, I cannot be bothered looking up the file ID. Requirements: ยท MATLAB Release: R14SP1
xlswritespec is a Matlab script for Scientific/Engineering scripts design by Roberto Abraham. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5