photo

Jeff


Montclair State University

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


xlswrite a cell array with single element in each cell
Trying to create an xls spreadsheet using xlswrite in Student Matlab 7.8.0 r2009a. lswrite's help document says that the input m...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Will upgrading Matlab or Excel fix this problem?
I have some code which reads .xlsx (Microsoft Excel) files. It works on a PC with Matlab R2012a. I don't know what version of Ex...

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How do I preallocate a matrix to receive structs from getframe?
_How do I preallocate a matrix of type_ struct? Specifically, I want to preallocate 'M', in the following code, to receive fr...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Best way to export long double data from C into Matlab
What is the best way to import very large matrices of long double data from C (on Linux) into MATLAB? Please answer so that some...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
What is missing from MATLAB?
Zero-based indexing. Also, n-based indexing. See: http://tinyurl.com/ygqmmg5 It would make some things so much easier to prog...

mehr als 13 Jahre vor | 1

Frage


Is there an analagous command to VB's 'with'?
In VB, use can use 'with' to executes a series of statements on a single object. Example: With textbox1 .Height = 100 .W...

mehr als 13 Jahre vor | 2 Antworten | 1

2

Antworten