![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6626693_1522116332852_DEF.jpg)
Sakunrat Jaejaima
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
107 087
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
30.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
Feeds
Question
Matlab index (I tried to name a matrix to use in a loop like variables.)
I tried to name a matrix to use in a loop like variables. for example A(1)=[1 2;3 4] ...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
matrix index (I tried to name a matrix to use in a loop like variables.)
I tried to name a matrix to use in a loop like variables. forexample A(1)=[1 2;3 4] A(2)=A(1)*2 ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Hlep change the program .As easy and automatic.
i=1; while (100-2^i>0) i=i+1; end k=i-1 e1=100-2^k while (e1-2^k<0) k=k-1; end k1=k e2=e...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Matrix X.^23 without approximation
I want to get the answer with no approximation, I have X=[25 24 23;27 8 11] I want X.^23 without approximation,help me pl...
plus de 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
25^23 without approximation
I want to get the answer with no approximation I do 25^23 without approximation.
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to convert the numbers in the matrix as the letter .
Hello . I do code but it runs off a single character , I want it to run all out. What to do? B=input('Enter martrix:'); s...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
I need to solve equation in mod .what to do?
I want to find d from 7*d mod 40 =1. I need to solve equation in mod.what to do ? I do Syms d Eqn=Mod(1,40)=...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
I want to find d from 7*d mod 40=1 But error .help me please.
I tried the codes but thereis no error shown. Matlab instead asked for/tried to open some matlab files syms d Eqn=='7*d==1';...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
I find d from 7*d mod 40=1
I find d from 7*d mod 40 =1 syms d eqn= 7*d==1; solve(eqn,d,Domain=Dom::IntegerMod(40)) But there error. Help me pleas...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Find modulo for matlab
Hi,I want to find d from 7*d mod 40=1 , I do syms d eqn= 7*d==1; solve(eqn,d,Domain=Dom::IntegerMod(40)) But there ...
plus de 9 ans il y a | 1 réponse | 0