photo

Sarit Hati


Active since 2015

Followers: 0   Following: 0

Message

Have a little expertise in Fuzzy Logic Controllers ;)

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
211,828
of 300,851

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
88.89%

VOTES RECEIVED
0

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,294

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


Time elapsed for running a GUI program
Hi, I have designed a GUI code which takes various input and gives various output.My function is 'MasterIO'(refer the code be...

8 years ago | 1 answer | 0

1

answer

Question


GUI not printing a Static text
Hi, I have designed a GUI but there is little problem.I took some steps to ensure that there is no error during input.But the l...

9 years ago | 2 answers | 0

2

answers

Question


How to Plot 3 variable into a Surface (3D) ?
Suppose I have 3 variables a,b,c.Now 'a' depends on both 'b' & 'c'.How to plot 'a' with the variations of 'b' & 'c'. a = functi...

9 years ago | 1 answer | 0

1

answer

Question


Slider Input Help!
Hi, I've a script which takes 2(two) input from the user and generates a plot and a value %This is the input curre...

9 years ago | 1 answer | 0

1

answer

Question


Couldn't Find 'X' value of a Membership Function
Hi,I have a problem finding out the corresponding 'x' value if membership value is given. x=0:0.001:10; mf1 = trapmf(x,[...

9 years ago | 1 answer | 0

1

answer

Question


Error using double Conversion to double from cell is not possible.
Hi, Im facing this problem can some one help? I want to store multiple elements of matrix 'Rulebase' to 'a' Rulebase = { ...

9 years ago | 2 answers | 0

2

answers

Question


Seperate One Matrix into two!!
Say, I have a matrix a = [1 2 3 4 5 6 7 8 9 10] randsel = randperm (10,5) Say randsel returns [1 3 5 6 10] Now, I...

10 years ago | 1 answer | 0

1

answer

Question


??? Error using ones Maximum variable size allowed by the program is exceeded. Quantization_Try (line 18) y1 = ones(1:d1)
*Cannot figure out why?? Info :: matrix dimension of y = 1 ,384752* |clc; clear all; close all; y1 = audioread('C:\U...

10 years ago | 1 answer | 0

1

answer

Question


How to Print Title According to Test Results
I'm writing this code and getting this error. Couldn't figure out the syntax error. a=mean(z,1); % z is actuall...

10 years ago | 1 answer | 0

1

answer