INFOZOU
Followers: 0 Following: 0
Engineer and Doctor in electrical engineering Automatic and Industrial Computers Computer systems and mechatronics
Statistics
RANK
1,039
of 295,448
REPUTATION
70
CONTRIBUTIONS
0 Questions
23 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
27
RANK
14,044 of 20,227
REPUTATION
16
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
69
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...
8 years ago
Solved
Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...
8 years ago
Solved
Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...
8 years ago
Solved
Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...
8 years ago
Solved
Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...
8 years ago
Solved
Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...
8 years ago
Solved
Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...
8 years ago
Solved
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
8 years ago
Error in Simulink model with Arduino mega....
<https://www.mathworks.com/matlabcentral/answers/106975-error-downloading-simulink-model-to-arduino-mega-2560-rev3> <http://w...
8 years ago | 1
Linking Simplorer with Matlab/Simulink R2015b and Higher?
<https://www.mathworks.com/matlabcentral/answers/160102-how-do-i-link-simplorer-to-simulink> <https://www.mathworks.com/help/...
8 years ago | 0
How to run state space system with D matrix in Simulink?
https://www.mathworks.com/help/simulink/slref/statespace.html
8 years ago | 1
How do I save a Simulink project, with many levels of Sub-systems, so that when I next open the project all subsystems are automatically zoomed to fit the window?
https://www.mathworks.com/matlabcentral/answers/132519-startup-from-top-simulink-model
8 years ago | 1
How can I do a Processor in Loop (Arduino + Simulink)?
https://groups.google.com/forum/#!topic/comp.soft-sys.matlab/07fRaDXP7pk https://www.mathworks.com/matlabcentral/answers/...
8 years ago | 1
Single Acting Hydraulic Piston
https://www.mathworks.com/videos/modeling-a-hydraulic-actuation-system-68833.html https://www.mathworks.com/help/physmod/hydr...
8 years ago | 1
Why are my simulink library blocks highlighted?
https://www.mathworks.com/help/simulink/ug/displaying-signal-sources-and-destinations.html
8 years ago | 1
How do I add a specific FPGA in MATLAB HDL Coder?
https://www.mathworks.com/solutions/fpga-design/simulink-with-xilinx-system-generator-for-dsp.html https://www.mathworks.com/he...
8 years ago | 1
| accepted
Solved
Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...
8 years ago
Solved
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
8 years ago
How to create Nyquist Frequency folding diagram.
https://www.mathworks.com/help/control/ref/nyquist.html
8 years ago | 1
Submitted
sum of all the multiples of 3 or 5 below 1000
sum of all the multiples of 3 or 5 below 1000
8 years ago | 1 download |
HOW TO CONTROL A BLDC MOTOR WITH A PR CONTROLLER?
You clicked a link that corresponds to this MATLAB command: power_brushlessDCmotor Run the command by entering it in the MAT...
8 years ago | 1
what is consequent and antecedent in fuzzy inference system
https://www.mathworks.com/help/fuzzy/fuzzy-inference-process.html
8 years ago | 1
How can i use fuzzy controller in system generator
There are not all supported blocks in system generator toolbox. I have tried to do it, but, I do not find the neccesary blocks t...
8 years ago | 1
Fuzzy Logic Rule editor adding weights to rules in one shot than manually typing each one out for each rule
http://www.mathworks.com/help/fuzzy/simulate-fuzzy-inference-systems-in-simulink.html
8 years ago | 1
How to train Mamadani Fuzzy inference system ?
Try the following commands: a = readfis('tipper'); plotmf(a,'input',1) http://www.mathworks.com/help/fuzzy/plotmf.html To ver...
8 years ago | 1
What method does MATLAB use to compute test error in ANFIS toolbox?
RMSE ftp://ftp.unicauca.edu.co/Documentos_Publicos/Facultades/FIET/DEIC/Materias/Control%20Inteligente/clases_2006a/Parte%20III...
8 years ago | 3
| accepted
Je suis dans le besoin de pv contrôle MPPT final avec le modèle flou, si vous avez s'il vous plaît s'il vous plaît envoyez - le à bassem.physique@hotmail.com
The following link describes the modelisation of MPPT model controlled by fuzzy logic using Simulink Matlab : http://docplayer.f...
8 years ago | 2
| accepted
how can set a membership function in matlab
You can use the command "fuzzy" in Matlab command and fix the different parameters (memberships of inputs and output..). In this...
8 years ago | 1
Solved
The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
8 years ago