Community Profile

photo

Derek Jing


Platts

Last seen: 12 months ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Question about Use property validation
The property definition of my class is as following: classdef ClassName properties prefNames@string vector = string....

2 years ago | 1 answer | 0

1

answer

Question


Excel calculation (by ActiveX) suddenly runs slow
Hi, I have a Matlab code running ActiveX Server to do Excel computation. The code create a new spreadsheet, retrieve data fro...

11 years ago | 0 answers | 0

0

answers

Question


UI issue with Matlab under Windows 7
Hi, I have a code which use ActiveX server for Excel. Under Windows XP, when the script runs to close the spreadsheet, a ...

12 years ago | 0 answers | 0

0

answers

Question


Help with change curve line color from MATLAB
I use following code: CurveObjectToday = TheChartObject.Chart.SeriesCollection.NewSeries; CurveObjectToday.Name = 'T'; %...

13 years ago | 1 answer | 0

1

answer

Question


How to set excel cell color to red from Matlab?
According to excel color index, the color index for red is 3. In VBA, I can easily set red color, but in matlab code, I tried ...

13 years ago | 4 answers | 2

4

answers

Question


Add a new Excel sheet from Matlab
Hi, I am using ActiveX server to control Excel spreadsheet. Now I am using *Worksheet.Sheets.Add* to add a new sheet, but it...

13 years ago | 1 answer | 2

1

answer