Devesh Kumar
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
35.552
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
How to deploy MATLAB Web App using MATLAB Compiler
I have MATLAB 2022b license and i have installed MATLAB RUNTIME, after compiling the MATLAB Apps , i am getting .ctf file, Now i...
más de 1 año hace | 1 respuesta | 1
1
respuestaPregunta
I am getting error ".*" in vector multiplication
This is the code clear; clc; % Define element properties E = 2e11; % Young's modulus A = pi/4 * 1^2; % Cross-sectional ...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Reading Certain Column from Excel
Hello Everyone , I am trying to read certain column , from Multisheet Excel, which I am using as input for my Calculation clc ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can anyone please help me ? I am not able to find the a value y from x
for i=1:cf_n if x1(i,1)<Vrd_cf(i) && x1(i,2)>Vrd_cf(i) index2(i) = find((abs(xa(i,:)-Vrd_cf(i)) < 0.001),1,"last")...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I have to store 3 sets of data, with for statement
for i = 1:cf_n x1(i,1) = [2 Vr_on_cf Vr_R1_cf(i) Vr_R2_cf(i) Vr_cf_end]; % Az/D for cross - flow y1(i,1) = [0 0.15 A...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
this is a part of my code, I am getting this message. "Unable to perform assignment because the indices on the left side are not compatible with the size of the right side."
xa2=linspace(x2(1),x2(2),1000); ya2 = k(1)*xa2+d(1); xb2=linspace(x2(2),x2(3),1000); yb2 = k(2)*xb2+d(2); xc2=linspace(x2(3)...
más de 2 años hace | 1 respuesta | 0