Souvik Das - MATLAB Central
photo

Souvik Das

MathWorks

自 2022 起处于活动状态

Followers: 0   Following: 0

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks

Programming Languages:
C++
Spoken Languages:
English

统计学

MATLAB AnswersFrom 08/22 to 04/25Use left and right arrows to move selectionFrom 08/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
10 个回答

排名
2,486
of 298,292

声誉
24

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to save the value of a variable inside a for loop in the MATLAb workspcae in each iteration (real-time)
'global' or 'persistent' might satisfy your usecase. Attached below are the documentations for both: 1) Declare variables as gl...

2 years 前 | 0

已回答
Why do I get this service error: "error executing command as another user: no authentication agent found" when registering MATLAB Web Apps service
Try using 'sudo' while running the script Follow the attached link for more information regarding setting up MATLAB Web App Ser...

2 years 前 | 0

| 已接受

已回答
Engineering arrays zybooks problem
The code below sums up the elements of the array and displays the result upto 2 decimal places. function dailyMaterialSum = Mat...

2 years 前 | 0

| 已接受

已回答
How to solve nonlinear equations in MATLAB?
Follow the attached link for more information regarding solving an equation in MATLAB using Newton-Raphson method: https://in.m...

2 years 前 | 0

已回答
gas storage tank/Simulink
Please follow the link below for infomation regarding creating Simulink models. You can change the blocks and their parameters b...

2 years 前 | 1

| 已接受

已回答
Signal labeler for pyhton.
Yes you can use, but it depends on the type of dataset. Follow the link attached below for information regarding the supported s...

2 years 前 | 0

| 已接受

已回答
graph plot for x,y,x verrus C
You can use 3d plots for plotting in this scenario. I am attaching a link which explains the use and implementation of various 3...

2 years 前 | 0

已回答
whether forward and predict in deep learning are the same
'forward' is used to compute deep learning network output for TRAINING whereas 'predict' is used to compute deep learning networ...

2 years 前 | 0

| 已接受

已回答
whether forward and predict in deep learning are the same
I am assuming with 'forward', you mean 'forward propagation'. Deep learning networks usually have a lot of layers. Each layer ac...

2 years 前 | 0

已回答
Parallel Computing Toolbox & Web App Server
Its mathematically right. However, 1GB per worker is also quite far below the recommendation, hence it might lead to out of memo...

2 years 前 | 1