photo

naresh bhimchand


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

15 个提问
0 个回答

排名
209,706
of 299,768

声誉
0

贡献数
15 个提问
0 个回答

回答接受率
53.33%

收到投票数
0

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


I have an problem, related to machine learning and which method is used to proceed further?
Hi all, I have an data with 11 rows and 2 columns in which the single output is the combination of single row and column. As an...

3 years 前 | 1 个回答 | 0

1

个回答

提问


What interpolation method is used to solve this problem?
Hi all, In the below problem i need to find the value of u but i dont know what method to be used for this problem.So, please r...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to change the unit of magnitude from DB to m/s2 in stft plot ?
Hi all, I need to change the unit of magnitude in stft plot from Decibel to acceleration (m/s2).And i searched every...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to use excel data in matlab for deep learning classification ?
Hi all, I like to know how to use excel data in matlab for deep learning classification and i am new to matlab, in...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert time data to frequency data using Deep learning Toolbox?
Hi all, Can we able to convert the time data to frequency data using Deep learning toolbox or App instead of using FFT...

4 years 前 | 0 个回答 | 0

0

个回答

提问


In Online Matlab under App menu, Signal Analyzer not working?
Hi all, In my online Matlab logon i tried to search for signal Analyzer app as i have some signal processing work but...

4 years 前 | 2 个回答 | 0

2

个回答

提问


While Adding two matrix using App Designer, I am getting this error "Undefined function 'Plus' for input arguments of type 'table' "?
I used Matlab App designer in order to add two matrix but while adding it, i am getting this error and someone please help me to...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to find the acceleration profile for a simple spring mass system using Simscape?
I am new to simscape in which i have gone through some example model, in that a simple spring mass system is constructed and res...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to Interface abaqus and Matlab/Simulink?
I have to do an analysis in abaqus in which the boundary condition has to be given as an input is as data(Acceleration vs time) ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How can i extract the coordinates for a specified node for a fem model in matlab?
I have generated a mesh in which i extracted a specified node by using findNodes option and i like to extract the that node coor...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to make a Rough Surface in 3-d Mesh part?
This is my code, clc clf model = createpde; importGeometry(model,'CLAMP PLATE.stl'); pdegplot(model,'FaceLabels','on',...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Error in Function ?
[t,v] = ode45(@velocity, [10 1], [22.5]) plot(t,c) function f = velocity(t,v) f = 8*v/t M = [4 5;5 6] K = [23 45;67...

5 years 前 | 1 个回答 | 0

1

个回答

提问


ode45 for forced vibration with 10 dof?
is it possible to solve veolcity response of ode45 with 10 degrees of freedom(dof), if yes can you help me with some examples ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Loop to write data in excel from 1 st iteration to n th iteration
for t = 0:1:10 a = cos(t).*[2 3;4 5] b = cos(t).*[6 5;4 6] c = a+b d = eig(c) for i = 1:length(d) r = 2*3*d w(:,i...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to store Values in a Loop?
for t=0:1:10 L(t) = 3*cos(t); M(t) = diag([L 5*cos(t) 7*cos(t)]); K(t) = [12e5*cos(t) 18e5*cos(t) 34e5*cos(t);18e...

6 years 前 | 1 个回答 | 0

1

个回答