Feeds
提问
Question about Use property validation
The property definition of my class is as following: classdef ClassName properties prefNames@string vector = string....
3 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
Help with change curve line color from MATLAB
I use following code: CurveObjectToday = TheChartObject.Chart.SeriesCollection.NewSeries; CurveObjectToday.Name = 'T'; %...
13 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 4 个回答 | 2
4
个回答提问
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 前 | 1 个回答 | 2