photo

vinvino


Active since 2015

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
1 Answer

Cody

0 Problems
17 Solutions

RANK
19,137
of 301,506

REPUTATION
2

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,306

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
31,843
of 174,911

CONTRIBUTIONS
0 Problems
17 Solutions

SCORE
160

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How to Split hexadecimal in to separate bytes?
Hi i am having an array of Hex values like below, byte size may vary some times. I would like to split the byte by byte and plac...

7 years ago | 1 answer | 0

1

answer

Question


How to fill excel cell color using MATLAB command, and not by the actxserver method?
I would like to set/fill the excel color using Matlab command, I find out some commands using actxserver but i dont want to use ...

7 years ago | 1 answer | 0

1

answer

Question


Why this Error: Object returned error code: 0x800A01A8 is appear?
Hi all, While working on the actxserver i am doing some changes in excel for example : K>> cellrange = ws.Range('C1'); ...

8 years ago | 1 answer | 0

1

answer

Answered
How to set Tab color of an excel sheet using Matlab command?
The below command i used and it worked for me % Excel = actxserver('excel.application'); WB = Excel.Workbooks.Open(fullfile...

8 years ago | 1

| accepted

Question


How to set Tab color of an excel sheet using Matlab command?
I would like to color the spreadsheet tab into 'RED' or 'Green' using Matlab command. Thanks in advance!!

8 years ago | 2 answers | 0

2

answers