photo

shay kent


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

5 years 前 | 2 个回答 | 0

2

个回答