photo

NANDEESWARAN


Last seen: 6 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
1 个回答

排名
189,813
of 300,270

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,903

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,902

贡献数
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 months 前 | 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 months 前 | 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 year 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答