Kayemba Luwaga - MATLAB Central
photo

Kayemba Luwaga


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Message

Blockchain & AI Automation Technologist

Programming Languages:
Python, C, R, MATLAB, Arduino
Spoken Languages:
English, Russian
Professional Interests:
Deep Learning Toolbox, Reinforcement Learning Toolbox, Deep Learning HDL Toolbox, Industrial Automation and Machinery

Statistics

All
MATLAB AnswersFile ExchangeFrom 07/22 to 03/25Use left and right arrows to move selectionFrom 07/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
5 Answers

File Exchange

3 Files

RANK
170,482
of 297,547

REPUTATION
0

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
19,068 of 20,454

REPUTATION
0

AVERAGE RATING
0.00

CONTRIBUTIONS
3 Files

DOWNLOADS
5

ALL TIME DOWNLOADS
5

RANK

of 159,122

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

  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • First Review

View badges

Feeds

View by

Answered
OCR code for complex Background
You can try this, im = imread(listing(i).name); % imshow(im) I = imadjust(im,[.1 .1 .1; 1 1 1],[]); % Crop i...

1 year ago | 0

Answered
I need to change the boundary condition in the code below
if true % code % Heat diffusion in one dimensional wire within the explicit FTCS method clear; % Parameters to define ...

1 year ago | 0

Answered
GNU Octave vs. Matlab
It can be hard to admit, but MATLAB allows amazing "shortcuts" in product development you're going to get anywhere else, you can...

1 year ago | 0

Answered
make work the arduino library with a attiny and USBasp
No worries you can consider making your MATLAB programm as if you intend it for an Arduino board, then use the MATLAB GCC code c...

2 years ago | 0

Answered
How can I solve this 12x12 system of odes using any solver (i used ode45) without "Dimensions of matrices being concatenated are not consistent" error??
I got the solution from an example in the link below before anyone answered! (inconsistent spacing between "-" operators). ...

2 years ago | 0