photo

Nicle Davidson


Last seen: environ un an il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

15 Questions
0 Réponses

RANG
153 674
of 297 457

RÉPUTATION
0

CONTRIBUTIONS
15 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 438

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 158 938

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


What is this code is trying to do
Can you explain what this code is trying to do? rot=[2,4,7,3,1,5,6,8]; disp(rot); for i=1:8 rot=mod(rot,8); rot=[rot(8)+1,rot(1...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


matrix, value, comparing
I would like to find out if each line with its six values in matrix U has closer values to the line of the six values in matrix ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


loop do add easy part
how can I add this values together using the other for loop which is commented. It should function but it gives me some error. ...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


grouping values that as need
I hava a csv file with totally random numbers all in one column, that I read from using whoeCulomn = readtable('test2.csv'); ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


place after the plan
I have a file with some words, I read from this file. Inside the file there I have 3 words. 'mini', 'minoy', 'no' each in one li...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


make a matrix out of list
I have a file which has 4 words such as mini miny milky mouse It could also be a file with more words, but one word per lin...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Read from and make new based on positions
I would like to go through a matrix which looks like this: the numbers stand for ascii values where there is capital letter ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


To read a word and indices
If I read a word directly such as: word = 'CABDABCCDAA'; [uniqueLetters,~,ind] = unique(word); disp(ind') The ind would be s...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Playing with matrix and putting in number values
I would like to have a matrix such as X I have a word ABCD this word has a sign number 12 The matrix X is made as X=zeros(5...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


String to number from array
I have a file test.txt which I am reading the content from the content is such as: 290729 123456 13984 654321 13272 111111 ...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Never ending while-loop
I have a while-loop that I can not get out of. What I get out of my test is that: we are in the while-loop I turn the wheels ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Permutation of specific strings in switch cases and test on what is put in locations (the strings)
I have called this post for permutation in switch, but I am not sure that it was the right title for the question. I have three...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Compare strings and print to the screen
I would like to compare to strings and if they are alike write out a number to the scrren like this: A='thisisastr'; B='anot...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Reading a string value stored in an element of a matrix and compare it to a string
There are three strings such as : A='sfdgkl'; B='yuiopt'; C='qwerty'; I permutate them and make a matrix of it. Then put t...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


matlab get matrix values into a variable in for loop
I have three values as: A='thisisastr'; B='anotherstr'; C='anothernot'; I would like to first permutate the values like this...

plus de 3 ans il y a | 1 réponse | 0

1

réponse