Aleksei Kukin
The Hebrew University of Jerusalem
Followers: 0 Following: 0
MATLAB
Statistics
RANK
5,935
of 296,041
REPUTATION
8
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
6,525 of 20,322
REPUTATION
166
AVERAGE RATING
5.00
CONTRIBUTIONS
7 Files
DOWNLOADS
34
ALL TIME DOWNLOADS
1260
RANK
of 155,189
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Excel-Export Read-only problem
When you open the workbook use additional parameters. Try change "params.ew.Open(filename)" by "params.ew.Open(filename, 0, fa...
3 years ago | 0
| accepted
How to Save And Close Excel File using actxserver?
"true" in line "h.workbooks.Open('C:\Users\me\export.xlsm',0,true);" mean that this book was opened as read-only. so you need j...
3 years ago | 2
Can Matlab be used to design a chatbot?
Yes. Try this toolbox <https://www.mathworks.com/matlabcentral/fileexchange/90890-telegram-bot-toolbox-api Telegram bot API>
3 years ago | 0