Community Profile

photo

Antonio Grivas


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
Specific number of 1s in a 0s - 1s matrix
Thank you very much for your replies ppl

4 years ago | 0

Question


Specific number of 1s in a 0s - 1s matrix
I want to create a NxN matrix or random 1s and 0s so that in every row can appear 2 - two 1s and N-2 0s or k-1 same in every row...

4 years ago | 3 answers | 0

3

answers

Question


matlab table from for loops
for iter = 1:2 Num_of_Banks = 4 Initial_Capitals = [ randi([0 100],Num_of_Banks,1) ] Total_initial_caps = sum(Initial_C...

4 years ago | 1 answer | 0

1

answer

Answered
How to change 0 to 1 and update a matrix
Thank you very much Matlab version 2016a (that was the problem)

5 years ago | 0

Question


How to change 0 to 1 and update a matrix
clc clear all close all b1 = [10; 20 ; 30 ; 40]; A = [0 20 0 10 ; 20 0 30 0 ; 0 30 0 10 ; 20 0 10 0]; s = size(b1); x = ra...

5 years ago | 2 answers | 0

2

answers