Nagulavancha Sai Preetham
Followers: 0 Following: 0
Estadística
0 Problemas
3 Soluciones
CLASIFICACIÓN
19.549
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
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
67.141
of 153.912
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
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
Pregunta
Regarding Matlab Simulink - R2019 Version
I have a Simulink model from R2019b and now I want to upgrade my MATLAB to R2023b, so I want to know how to use the previous ver...
9 meses hace | 2 respuestas | 0
2
respuestasPregunta
How to convert a sym data type to symfun datatype?
I need to find the value of a function Eq. But the result comes out as an expresssion. The datatype of Eq is sym. How to I chang...
más de 1 año hace | 1 respuesta | 0
1
respuestaResuelto
Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...
más de 2 años hace
Resuelto
Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...
más de 2 años hace
Resuelto
Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...
más de 2 años hace
Can someone help me make a function for determining a global stiffness matrix for a truss?
clear ne = input("No Of Elements : "); n = input("No Of Nodes : "); A = input("Enter A in m^2 : "); E = input("Enter E kN/m^...
más de 2 años hace | 1