photo

SALMAN KHAN


Last seen: 8 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
141.638
of 300.302

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
85.71%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.911

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.040

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 3

Ver insignias

Feeds

Ver por

Pregunta


How to check if any component of a vector/matrix is matching with any of the component of another vector?
% Let say I have two vector A and B, A = [2 3 4 1 4 9 10]; B = [2 9]; if ismember(A,B) C = 2*A; else C = 0*A; e...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to add sparse matrix to an n*n matrix
Let say; A = ones(4,4); i = [2 4]; j = [1,3]; B = sparse(i,j,[9 9]); A + B; How can I add A+B, so that the component A(2,1)...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot stress contour if nodal values are known (FEM)?
Hello all, I am solving a FEM Problem and I want to plot stress contours using given information. I have a nodal coordinates X, ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Animated plot using images along with a subplot of load vs disp
Hi everyone, I have few Matlab images saved as png/jpg, basically displacement contour plots (Named as A1.png, A2.png, A3.png....

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

0

respuestas

Pregunta


How to convert symbolic array into a vector
Using symbolic matlab, when I calculate values of a function f(x) it given me a symbolic array, but I want this in form of a vec...

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

1

respuesta

Pregunta


print value of i if the logical statement is TRUE
If I have to print the value of i , when the logical statement is correct, where X and Y are vertices or triangles.. anyone plea...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I find the number of row in which the maximum value obtained for a particular column?
n = 3 B = rand(n) A = B for j = 1:length(A(1,:)) Amax = A(1,j); for i = 1:length(A(:,1)) if(A(i,j)> Amax) Ama...

casi 5 años hace | 1 respuesta | 0

1

respuesta