Statistics
RANK
14,401
of 295,467
REPUTATION
3
CONTRIBUTIONS
13 Questions
4 Answers
ANSWER ACCEPTANCE
23.08%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to be sure that the Simulink model is receiving right tunable parameters?
I have this piece of code in Matlab 2015b under Unix, I want to run the model 10000 times each time the model should receive 9 d...
6 years ago | 1 answer | 1
1
answerQuestion
Exchanging data between Matlab and Simulink in rapid accelerator mode
Hi all, I run this code without any error but it seems there is a hidden issue in the communication between the matlab and th...
6 years ago | 0 answers | 0
0
answersMatlab under Unix vs Win?
Deleting the folder splrj solved this issue.
6 years ago | 0
| accepted
Matlab under Unix vs Win?
Thanks Guillaume for your reply and the reformating. Please find below the answers for your questions: What does this mean: "a...
6 years ago | 0
Question
Matlab under Unix vs Win?
Hi all, When I run this code under Unix (Matlab 2015a), it takes forever without any result showing up, I checked the system mo...
6 years ago | 2 answers | 0
2
answersQuestion
why the output image lines are doubled?
Dear all I have the following image1 as an input for my code, The code is: load('matlab') mdl = 'TwoVoltsTanhtestmodel2';...
6 years ago | 0 answers | 0
0
answersQuestion
Is the number of points in a line image equals the number of pixels?
Dear all, Is there any matlab image operator or function that tell the matlab to process an image of line as a group of pixels ...
6 years ago | 2 answers | 1
2
answersQuestion
Why I'm receiving this error ?
I have a simulink model that I run from the script under the parfor, it was working well until I changed one of the matlab funct...
8 years ago | 0 answers | 0
0
answersHow to parallize for loop with sim command
Thank you for your reply I'm going to check that.
8 years ago | 0
Question
How to parallize for loop with sim command
Dear all, I have this part of my code which I want to run it under parfor: for i=1:100 for j=1:100 ...
8 years ago | 2 answers | 0
2
answersQuestion
How to convert black and white image to a matrix 100 x 100 ?
Dear all, I have a black and white image that I want to read it as a matrix of size 100 x 100, I need the elements of the matri...
9 years ago | 1 answer | 0
1
answerQuestion
persistent variables are reinitialized ?
Dear all, I have a system which contains many subsystems each of them has a Matlab function block with its own persistent varia...
9 years ago | 1 answer | 0
1
answerQuestion
exahange data between matlab script and simulink block diagram
I have a simulink file which contains many subsystems, I need to implement the Genetic algorithm to optimize 20 variables in thi...
9 years ago | 0 answers | 0
0
answersQuestion
synchronization of matlab function blocks
Dear all, I have a simulink model who contains 9 subsystems connected to each other via GoTo-From blocks, each subsystem has a ...
9 years ago | 1 answer | 0
1
answerHow to solve a differential equations' system in SIMULINK
I want to do the same but I have 256 diff equations, can I use just Matlab blocks and call functions inside each other and at th...
9 years ago | 0
Question
Neural networks training in Matlab
Dear colleagues, I'm a new in Matlab, I can use the m-file to write codes, but I'm not yet familiar with all tools. My question...
9 years ago | 0 answers | 0
0
answersQuestion
Cellular neural network training
I have two sets of data, the first set is three 3x3 matrices: diagonal and the other two are diagonal-like by means one of the e...
10 years ago | 0 answers | 0