Feeds
질문
Question about Use property validation
The property definition of my class is as following: classdef ClassName properties prefNames@string vector = string....
거의 4년 전 | 답변 수: 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...
12년 초과 전 | 답변 수: 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 ...
13년 초과 전 | 답변 수: 0 | 0
0
답변질문
Help with change curve line color from MATLAB
I use following code: CurveObjectToday = TheChartObject.Chart.SeriesCollection.NewSeries; CurveObjectToday.Name = 'T'; %...
거의 15년 전 | 답변 수: 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 ...
거의 15년 전 | 답변 수: 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...
거의 15년 전 | 답변 수: 1 | 2
