jannat alsaidi
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
7.083
of 295.673
REPUTACIÓN
6
CONTRIBUCIONES
3 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
11.047 of 20.262
REPUTACIÓN
45
EVALUACIÓN MEDIA
1.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
4
ALL TIME DESCARGAS
456
CLASIFICACIÓN
121.817
of 154.257
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
how to split a table to multiple table?
you can use this way to split CT, CT = [ 196 146 154 244; 317 129 140 224; 246 256 314 161; 333 292 ...
más de 3 años hace | 0
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 4 años hace
Pregunta
how can I find the values of t2 t3 in the system of matrices
how to find t2, t3 ?
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
why inverse of Jacobian matrix FAIL??
syms r1 r2 r3 r4 m1 m2 Z; f1=r2; f1r1=diff(f1,r1);f1r2=diff(f1,r2);f1r3=diff(f1,r3);f1r4=diff(f1,r4);f1m1=diff(f1,m1);f1m2=...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestasolve symbol four equations for c1 c2 c3 c4
Thanks, I solve it, clc clear syms a b x y c1 c2 c3 c4 T1 T2 T3 T4 T=c1+c2*x+c3*y+c4*x*y; %% r1=c1+c2*a+c3*b+c4*a*b-T...
alrededor de 5 años hace | 0
| aceptada
Pregunta
solve symbol four equations for c1 c2 c3 c4
how can I solve these four equations for c1 c2 c3 c4 syms c1 c2 c3 c4 a b T1=c1+c2*a+c3*b+c4*a*b; T2=c1-c2*a+c3*b-c4*a*b; T3...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasAdding Matrices Diagonally for FEM
A(:,:,1) = [1 -1 1;-1 2 -1; 1 -1 1]; A(:,:,3) = [1 -1 1;-1 2 -1; 1 -1 1]; A(:,:,5) = [1 -1 1;-1 2 -1; 1 -1 1]; R=zeros(...
alrededor de 5 años hace | 0
| aceptada
Adding Matrices Diagonally for FEM
A = [ 1 -1 1;-1 2 -1; 1 -1 1]; %A=B R=zeros(6,6) for n=1:3 i=n+[0 1 2] j=i R(i,j)=R(i,j)+A end ...
alrededor de 5 años hace | 0
Calculating the sum of A elements which are numbers between 30 and 65
No need to initiate two values s and N, only one for accumulator.
alrededor de 5 años hace | 0
Enviada
Exclusive-OR code using Back Propagation Neural Network
Exclusive-OR
alrededor de 7 años hace | 4 descargas |