当前位置:网站首页>Examples of bubble sorting and matrix element screening in MATLAB
Examples of bubble sorting and matrix element screening in MATLAB
2022-06-30 14:51:00 【Tongxuan Shangjing programmer】
Problem description : Input matrix A=[23,45,87,13,5,98,102,46,48,38,69], The matrix A Middle energy quilt 3 The number of integer division is sorted from small to large and output in matrix form .
clc;clear;
A=[23,45,87,13,5,98,102,46,48,38,69];
B=A(rem(A,3)==0);
N=size(B,2);
for i=1:N
for j=1:N-i
if B(j)>B(j+1)
temp=B(j);
B(j)=B(j+1);
B(j+1)=temp;
end
end
end
disp(B);边栏推荐
- [extensive reading of papers] attributes guided facial image completion
- CCF image rotation (Full Score code + problem solving idea) 201503-01
- CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
- Text matching - [naacl 2021] augsbert
- Thoughts on the security of a PHP file name regular verification
- CCF sequence segmentation (Full Score code + problem solving idea) 201509 -1
- Summary of C language interview questions
- Computer screenshot how to cut the mouse in
- Ctfshow getting started with the web (ThinkPHP topic)
- ot initialized – call ‘refresh’ before invoking lifecycle methods via the context: Root WebApplicati
猜你喜欢

CCF drawing (full mark code + problem solving ideas + skill summary) February 2, 2014

KnightCTF WEB

CCF image rotation (Full Score code + problem solving idea) 201503-01

Upgrade centos7 mysql5.5 to mysql5.7 non RPM in the form of tar package
![[buuctf] [actf2020 freshman competition]include](/img/42/50439290177fdea5f431e315cac1a1.jpg)
[buuctf] [actf2020 freshman competition]include

ES6 notes

CCF date calculation (Full Score code + skill summary) February 2, 2015

Not satisfied with markdown native code block style? Try this beautify code screenshot tool~~

ThinkPHP show method parameter controllable command execution

val_ Loss decreases first and then increases or does not decrease but only increases
随机推荐
Sorting by character frequency
PHP conditional operator
Basic learning notes of C language
Double pointer letter matching
CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
V3 03_ Getting started
How to use Alibaba Vector Icon
Effect of shadow around the block after mouse over
左旋梯形螺纹的编程
KnightCTF WEB
Experiment 2: stack
JS time conversion standard format, timestamp conversion standard format
@Component use cases
Att & CK red team evaluation field (I)
Is it troublesome for CITIC futures to open an account? Is it safe? How much is the handling charge for opening an account for futures? Can you offer a discount
1133: output family and friends string
Why is the resolution of the image generated by PHP GD library 96? How to change it to 72
2021-08-05 leetcode notes
V3 02——What‘s new in Chrome extensions
Implement a long-click list pop-up box on apiccloud