Ritika Srinivasan
Followers: 0 Following: 0
Statistik
11 Fragen
0 Antworten
RANG
87.581
of 295.527
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
81.82%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Logical indexing for two conditions
Hi I have this code: Excess=zeros(size(Energy)); for i=1:length(Energy) if Energy(i)>= 20 Excess(i)=Energy(i)-20...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Replace certain Values within a Matrix Based on Indices from Another matrix
Hello I have two matrices of size 24x365. gridsupplyidx has somevalues gridsupply is a matrix of zeros size 24x365 I would ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creating a matrix of different row sizes
Hello, I have a matrix called sorted_dailygrid of size 24x 365 and another matrix called dailygridhours of size 365x1. I would...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Use the values in one matrix as index values to another matrix and replace with a value
Hello, I have a matrix A of size 24 x 365 with certain values and I have a matrix B of zeros of the same size as A. I would li...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Inserting columns of one matrix between the columns of another matrix
Hello, I have two matrices as follows : Sorted_grid of size 24x365 Index of size 24x365 I would like to create a matrix call...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to apply the IF condition between the time range 4 am to 6pm of everyday of the year
Hi , I am trying to check the load requirement within a certain time range. I have one table with dates and hourly time value i...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to assign value in an array depending on the index stated in another array
Hi I have an array of size 11x2 where the first column is the index value and the second is the value. I would like to create ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Incrementing a loop for the next set of values
Hi, I have an array of Pv generation data of size 8760x1 this is code I have : poweredbypv=(zeros(size(8760))); for i=1:24...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Optimization of battery size for a PV solar and electrolysis system
Hi everyone, I have a problem when I have the hourly energy generation values of PV for a year and the electricity consumption...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Index in position 2 exceeds array bounds (must not exceed 1) error while comparing an array with a value
Hi I am trying to compare each element in my column vector 'Energy' with the electrolyser size and then create another column ve...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to convert 15minute data to hourly data
Hi , I have 15 minute power output data for a Pv powerplant over a year. I would like to convert it into hourly data. I imported...
mehr als 3 Jahre vor | 1 Antwort | 0