Sakunrat Jaejaima
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
249.225
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
30.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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] ...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
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 ...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
25^23 without approximation
I want to get the answer with no approximation I do 25^23 without approximation.
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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)=...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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';...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 9 años hace | 0 respuestas | 0