Community Profile

photo

Devesh Kumar


Last seen: 11개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Explorer

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 1 | 1

1

답변

질문


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개월 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변