A résolu


Remove a specific row with min value
Remove the row that contain the min value in the matrix?

environ 2 ans il y a

A résolu


Remove a specific row with max value
Remove the row that contain the max value in the matrix?

environ 2 ans il y a

A résolu


String Logic 9
Examples: 'CAT' --> 'C' 'DOG' --> 'G' 'ROSLY' --> 'R' 'PROBLEM' --> 'M' 'TRUST' --> 'T' 'BASIC' --> 'C' 'GIANT' --> 'I'...

environ 2 ans il y a

A résolu


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

environ 2 ans il y a

A résolu


String Logic 15
Examples: 'CAT' --> 'XZG' 'DOG' --> 'WLT' 'ROSY' --> 'ILHB' 'MOSTLY' --> 'NLHGOB'

environ 2 ans il y a

Réponse apportée
how demux the Matrix 3*3 in simulink ?
You can use the Selector block for matrix. Here the documentation.

environ 2 ans il y a | 1

Réponse apportée
How to obtain allowed values for a configuration parameter programmatically?
You can access these informations with get_param(object,'DialogParameters'). It gives you a struct with all parameters and every...

environ 2 ans il y a | 1

| A accepté

A résolu


String Logic 14
Examples: 'DIG' --> 'HRN' 'KIMBALL' --> 'VRZDBXX' 'DEAL' --> 'HJBX' 'LIMB' --> 'XRZD' 'MADE' --> 'ZBHJ' 'CHEF' --> 'FPJL'

environ 2 ans il y a

A résolu


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

environ 2 ans il y a

A résolu


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

environ 2 ans il y a

A résolu


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

environ 2 ans il y a

A résolu


Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter

environ 2 ans il y a

A résolu


Swap Characters of a Single Word
Description: In the given input word, convert the lower case to upper case and vice versa. A to a, a to A ... Example: 'Matl...

environ 2 ans il y a

A résolu


String Logic 7
Examples: 'CAT' --> 84 'DOG' --> 79 'ROSY' --> 89 'MATLAB' --> 84 'TRUST' --> 85 'MOSTLY' --> 89

environ 2 ans il y a

A résolu


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

environ 2 ans il y a

Réponse apportée
How to visualize the values in Simulink test manager?
Hi @Sohan, I think you have to add the simulation output in your test cases, so 'Sim Output' will appear below 'Verify Statemen...

environ 2 ans il y a | 0

Réponse apportée
My plot function problem
Try adding the dot for the element-wise division: 1./(T*7.74809172e-5)*(0.1491e-14) file = readtable('si_100_trans.xlsx'); x_r...

environ 2 ans il y a | 2

| A accepté

Réponse apportée
What does "invalid use of operator" mean here? I add parenthesis, that becomes error, i remove it and then the operator becomes the error...
Hi Yuvraaj, the invalid operator is here, the dot after r: sqrt((1-(beta^2+4*zeta1*zeta2*beta)*(r.^2)).^2 + 4*(r.^2).* (zeta1+...

environ 2 ans il y a | 0

A résolu


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

environ 2 ans il y a

A résolu


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

environ 2 ans il y a

A résolu


Loading/Expanding a ZIP file from File Exchange
This challenge is to load a ZIP file from Mathworks File Exchange and UNZIP the contents. *Input:* url_link of ZIP'd file ...

environ 2 ans il y a

A résolu


Range of Values in a Matrix
Create a function that accepts a matrix of real numbers as input and returns the range of the values contained in the matrix. Th...

environ 2 ans il y a

A résolu


String vowel manipulation
Given a string, find all the vowels and shift them to the end of the string in the same order as they are found.

environ 2 ans il y a

A résolu


Hardy-Ramanujan number
Find the first Hardy-Ramanujan number.

plus de 2 ans il y a

A résolu


Given a matrix A (size m x n) create a matrix B which consists of matrix A sorted in descending order by columns and then by rows.
--------------- A= [ 2 6 -3 7 12 0 -12 5 1] --------------- B= [12 7 1 6 2 0 5 -3 ...

plus de 2 ans il y a

A résolu


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

plus de 2 ans il y a

A résolu


Unique: Enhanced Performance - Avoiding Memory Crash
The Challenge is to create the unique array for a long and wide array. Difficulties are that the normal unique(a,'rows') func...

plus de 2 ans il y a

A résolu


Determine if input is greater than 100
Evaluate if given number is greater than 100. If greater, return true; else, return false.

plus de 2 ans il y a

A résolu


A times B
A times B

plus de 2 ans il y a

A résolu


Is it the answer to life the universe and everything?
The answer to life the universe and everything is 42, but this is naturally in base 13. Unfortunately, MATLAB is in base 10, so ...

plus de 2 ans il y a

Charger plus