photo

NANDEESWARAN


Last seen: 6 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
240.914
of 300.302

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
85.71%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.911

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.040

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Respondida
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 meses hace | 0

| aceptada

Pregunta


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 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta