photo

NANDEESWARAN


Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
240,940
of 300,331

평판
0

참여
7 질문
1 답변

답변 채택
85.71%

획득한 표
0

순위
 of 20,920

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,124

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
How to find the Linear Analysis Tool
Yes I understand. Its not installed. Further I one more question. I got an following instruction for my school work " Add a...

8개월 전 | 0

| 수락됨

질문


How to find the Linear Analysis Tool
Hello, In Simulink I cannot able to follow the following steps " Open the Linear Analysis Tool by selecting Control Design > ...

8개월 전 | 답변 수: 2 | 0

2

답변

질문


Need Code for Kinematics
I need the code for the following Kinematics equation " Velocity VB= AA + ( AB x r AB ) VC = VB + ( ω BC x r BC ) A...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Need to solve Fourier Series script
clear all;clc; x = 0:0.01:1; for i = 1: size(x,2) y(i) = exact(x(i)); f(i) = fourier(x(i),3); g(i) = fourier(x(...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


I got error in this script
clear,clc,close all datas = readtable('time_vs_load.xlsx','Sheet',2,'NumHeaderLines',1); time = datas(:,1); load = datas(:,2)...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Error to find the Molor Volume using Lee/Kesler Data Table
clear,clc,close all filename = 'Data.xlsx' DataStruct = importdata(filename); Coefficients = DataStruct.data.DataGeneral Z0_...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Help me to fill the gap of the data points using linear interpolation.
clear,clc,close all fname = 'RLC_Step_Underdamped_b.csv'; Data = importdata(fname,',',15); Fs = 25000; time = Data.data(:,1)...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Error using plot Vectors must be the same length.
clear, clc, close all DataStruct_IMU = importdata("IMU_Data.tsv"); Time_IMU = DataStruct_IMU.data(:,1); Omega_IMU = DataStruc...

대략 2년 전 | 답변 수: 1 | 0

1

답변