edward holt
Followers: 0 Following: 0
統計
All
Feeds
質問
Row & Column Wise Normalisation
Objective: Normalise a matrix such that all rows and columns sum to 1. The below normalises each column, then row and repeats u...
5年弱 前 | 1 件の回答 | 1
1
回答回答済み
How to set x axis using xticks?
xlim([0 24]) Sets the limits of the axis to run from 0 - 24 xticks([]) governs where there are tick marks.
How to set x axis using xticks?
xlim([0 24]) Sets the limits of the axis to run from 0 - 24 xticks([]) governs where there are tick marks.
5年弱 前 | 0
回答済み
how to create a function, and make the function to take items as its only parameter
The below should do it. x = str2double(inputdlg('number of items purchased:')) % asks for the number of items purchased, and c...
how to create a function, and make the function to take items as its only parameter
The below should do it. x = str2double(inputdlg('number of items purchased:')) % asks for the number of items purchased, and c...
5年弱 前 | 0
| 採用済み
回答済み
What is suitable script for the question?
Short answer: script 1. x = linspace(0,pi,100) creates a vector with 100 values in between 0 and pi, so when plotting y and z...
What is suitable script for the question?
Short answer: script 1. x = linspace(0,pi,100) creates a vector with 100 values in between 0 and pi, so when plotting y and z...
5年弱 前 | 0
回答済み
How to calculate and store the sum of different column combinations in a matrix?
A similar question has been asked here. Finding out which combination yields the maximum can be done without summing all possib...
How to calculate and store the sum of different column combinations in a matrix?
A similar question has been asked here. Finding out which combination yields the maximum can be done without summing all possib...
5年弱 前 | 0
| 採用済み
回答済み
How to find similar indices in two vector
There is probably a better (faster) way than this. But it seems to work. A = randi(1,10000,1); B = zeros(60000,1); %inserti...
How to find similar indices in two vector
There is probably a better (faster) way than this. But it seems to work. A = randi(1,10000,1); B = zeros(60000,1); %inserti...
5年弱 前 | 0
回答済み
Setting up and plotting functions
It's rough, but I'm also quite new to Matlab. You answered your own question - you do need to define x, a, b and c. x needs to...
Setting up and plotting functions
It's rough, but I'm also quite new to Matlab. You answered your own question - you do need to define x, a, b and c. x needs to...
5年弱 前 | 0
| 採用済み
質問
Identifying significantly different pairs from multcompare output
Data attached. Using R2019a I am trying to identify from the 'c' output of multcompare the significantly different pairs (i.e....
5年弱 前 | 1 件の回答 | 0