photo

shay kent


Last seen: mehr als 2 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


I want to create a a user generated matrix with multiple subcategories
I wat to create a user inferface that asks questions based on previous answers and then outputs the summary of the questions ans...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I create a function that takes a vector of arbitrary length as an input argument and randomly permutes it as an output argument using the identity matrix, without using the randperm command?
function [ x ] = myPerm(A) A = () myLength = length(A) I = eye(length(A)) end this is what I have, I need help ...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten