photo

Sharad Patel


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

Followers: 0   Following: 0

消息

Professional Interests: Groundwater simulation

统计学

MATLAB Answers

5 个提问
0 个回答

排名
231,883
of 297,503

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I am unable to perform the function "load('neuralnet.mat');" using MATLAB 2012a
clear all; clc; clf; close all; tic sets =10; iterations=1; trials=1; pop = zeros(12,sets); for i=1:sets pop1=randi([10...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How can call a vector element using index in the condition of if_else loop?
Here in this code the R is a vector and using find I identified the indexes of specified number and save them to vectors m, n, o...

4 years 前 | 3 个回答 | 0

3

个回答

提问


How I can export matlab figure data to excel
How I can export matlab figure data to excel file.

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to switch on a function for a specific condition is met
how to switch on a function for a specific condition is met

8 years 前 | 1 个回答 | 0

1

个回答

提问


why in the following code the value of gbest is not updating with each iteration and showing Infinity as a outcome..
fgbest=Inf; for j=1:Popsize % Generate Random Solution pop(:,j)=randi([500,2000],10,1); ...

8 years 前 | 0 个回答 | 0

0

个回答