Saiprasad Gore - MATLAB Central
photo

Saiprasad Gore


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB AnswersFile ExchangeFrom 05/17 to 04/25Use left and right arrows to move selectionFrom 05/17Use 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

9 个提问
0 个回答

File Exchange

1 文件

排名
144,095
of 298,086

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
18,065 of 20,530

声誉
2

平均
1.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
23

排名

of 160,316

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Submission
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已提交


prog_plot(x,y,points,speed)
This function can be used to plot a 2D graph, progressively.

7 years 前 | 1 次下载 |

1.0 / 5

提问


How to minimize RAM utilization in GA Optimization tool ?
I want to use GA optimisation to minimise my function. My main function , which I am using to minimise the quantity is: ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to merge 2 saved figures one above the other?
I have 2 .fig files, I want to combine them to 1 .fig file.

7 years 前 | 0 个回答 | 0

0

个回答

提问


Is there any substitute to collect subs and eval ?
I am using ode45 to solve an equation. Follwing line is from the parent file where I call my function. I am passing all the r...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to use symbolic variable in another equation?
I have stored symbolic expression in 'xg'. Now I want to perform symbolic operation using ode45() on an equation in which I h...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How do I write part of a equation which is predefined in a variable?
syms t; vg= int( f*sin(o*t)/m); xg= int(vg); Is storing the integrated form of my equation in symbolic form i...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to run a m file in a function which is called in another m file?
I want to Load variables taken from a user in a function. I could think of two ways. 1) I created a m file to take user i...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to run a m file in a function which is called in another main m file?
I want to Load variables taken from a user in a function. I could think of two ways. 1) I created a m file to take user input...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to give ode45 just 1 time step?
If I give only one step by tspan = 0:0.01:0.01; then it takes many smaller steps automatically between 0 and 0.01 How can I...

8 years 前 | 2 个回答 | 0

2

个回答

提问


In which format a differential equation is required to use dsolve() solver?
I want to solve two simultaneous second-degree differential equations. Which solver can I use for it? If I use dsolve, in which ...

8 years 前 | 1 个回答 | 0

1

个回答