photo

Sharad Patel


Last seen: 2 years ago Active since 2016

Followers: 0   Following: 0

Message

Professional Interests: Groundwater simulation

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
231,883
of 297,503

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 3 answers | 0

3

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers