Community Profile

photo

CheshireM


Last seen: circa 2 anni fa Attivo dal 2021

Programming Languages:
Python

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


Why Matlab doesn't see part of the excel sheet?
I read multiple sheets excel file with following code: Sheets = sheetnames(FileName); for i = 1 : length(Sheets) Name = ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Find corresponding values in different arrays
I have T-array, double, 4x1000. Example of how it looks. Also I have a cell array Ready, 4x500. Example, how it looks. E...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Plot and color curves depending on the condition
I have a cell array Ready, 4x500. Example, how it looks. Each cell is a double array, similar structure. Example of Ready{...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to delete specific cells according to the condition from cell array?
I have a cell array test (4x189). Each cell is a double array of different sizes. I want to delete all the cells, that look li...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Invalid expression error when I try to introduce new variable.
I have a code with multiple functions, and at one place I wrote (which I later use in multiple functions, multiplying values or ...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How to use writematrix to create a single xlsx file with multiple sheets with name of the analysis file?
I analyse multiple excel files in one folder. After I want to create one summary.xlsx file with multiple sheets, where each she...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


How to debug error "Index in position 1 exceeds array bounds"?
I have a cell array data. The size is 3 by 9. Every cell is the array of class double. Commented section is the size of these ar...

oltre 2 anni fa | 1 risposta | 1

1

risposta