photo

Yacine Bouali


Last seen: 2 days ago Active since 2019

Followers: 0   Following: 0

Statistics

All
File Exchange

2 Files

Cody

0 Problems
4 Solutions

RANK
89,690
of 301,327

REPUTATION
0

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
18,946 of 21,234

REPUTATION
1

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
1

ALL TIME DOWNLOADS
16

RANK
66,923
of 173,955

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • GitHub Submissions Level 2
  • First Submission
  • First Review
  • Explorer
  • Solver

View badges

Feeds

View by

Submitted


Benchmark-Data-for-PV-Parameter-Extraction
Experimental I-V measurement data for two widely-used photovoltaic (PV) benchmark, datasets: the RTC France and the Photowatt-PW...

2 days ago | 0 downloads |

0.0 / 5
Thumbnail

Submitted


High-quality-Figures-using-MATLAB
This MATLAB code is designed to facilitate the creation of high-quality figures

2 years ago | 1 download |

0.0 / 5
Thumbnail

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

7 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

7 years ago