photo

NANDEESWARAN


Last seen: 8 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
1 Réponse

RANG
291 169
of 300 744

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
85.71%

VOTES REÇUS
0

RANG
 of 21 054

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 597

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

10 mois il y a | 0

| A accepté

Question


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

10 mois il y a | 2 réponses | 0

2

réponses

Question


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

environ un an il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse