Community Profile

photo

Devesh Kumar


Last seen: 11 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Explorer

View badges

Feeds

View by

Question


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...

12 months ago | 1 answer | 1

1

answer

Question


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 ...

12 months ago | 0 answers | 0

0

answers

Question


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 ...

1 year ago | 1 answer | 0

1

answer

Question


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")...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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)...

2 years ago | 1 answer | 0

1

answer