photo

SUBASH K


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
142.545
of 301.454

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.287

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.632

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Problem in converting expression into double array and error in converting from sym to double
Hi, I have written a code to get Lagrange Interpolation functions used in FInite element analysis. Below is the code. % lagran...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting function two functions which is parametric of two symbolic variables?
ya = - (5*r^2*s)/4 + (5*r^2)/4 - (5*r*s^2)/4 + (5*r)/4 + (5*s^2)/4 + (15*s)/4 xa = - (15*r^2*s)/4 + (5*r^2)/4 - (15*r*s...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


can we convert a vector elements into symbolic variables but all it elements should all act individually as symbolic variabls
k=sym('k',[4,1]) k = k1 k2 k3 k4 >> k1 Undefined function or variable 'k1'. % how to make all elements o...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta