photo

Daniel Vainshtein


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

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
87,243
of 300,967

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
37.5%

收到投票数
0

排名
 of 21,126

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,078

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Trying to solve Bethe equations - system of non linear equations
Hello there, I'm trying to solve numericlly the system of non linear equations: Bethe equations of homogenous Lieb-Linger model...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Undefined function 'power' for input arguments of type 'function_handle'. for some Implicit function
I'm trying to plot a "little bit" complicated Implicit function: for g=1.5 and f=1; my code was: g=1.5; %GN f=1; %epsilon_...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Determing learning rate and generalization rate in Deep learning toolbox
Hello to all, I have a given neural network, and I want to see how the learning rate and the generalization rate is changes due...

6 years 前 | 1 个回答 | 0

1

个回答

提问


founding and extracting critical point of increasing graph.
Hey, I have 2 vectors, one for voltage called V and one for the current called I, the voltage I recieving from the graph is nee...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to find intersection of function graph with axes using ginput?
In MATLAB course homwork we asked to plot the function : in the range [-10,10], I plotted it with 'fplot' function, but then th...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to change the way matlab choose to plot given vectors?
I have 2 vectors, for example I`ll show the basic point scattering on a plot amp1=[4.59200000000000e-05;5.82746666666667e-05;3....

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to fix an error in which the system could not read image from folder under loop, using "dir" function?
I have the following code: files = dir('1folder/*.bmp'); for k =1:length(files) I = imread(files(k).name); end but I al...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Why dir function is creating additional files while creating a structure? how to ignore it?
Im trying to make a loop that reading all the files in a choosen folder, I use the dir function to make list of the names of the...

7 years 前 | 2 个回答 | 0

2

个回答