photo

Samah EL QASSAH


Last seen: mehr als 3 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

28 Fragen
5 Antworten

RANG
23.193
of 300.753

REPUTATION
2

BEITRÄGE
28 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
28.57%

ERHALTENE STIMMEN
2

RANG
 of 21.075

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.858

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer
  • Revival Level 1
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Extract data from simulink to excel
Hi! how to extract the list of inputs and outputs from simulink and list them on an excel. Should I imperatively put for each i...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error at generating C++ code
Hi, I tried to generate the C++ code of my Simulink model but I get the following error <</matlabcentral/answers/uploaded_...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what's the use of a folder .sh
Hi! I want to know please in which case we can use a folder with the extension .sh

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Insert an element once in a listbox
I wrote the following code that allows me to insert the word "Cab1" in a list once the condition is true if (Output == 1) ...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Problem with simulink waitbar
Thank you Walter for your reply. I have the version Matlab R2013a. I didn't understand everything you wrote about accelera...

etwa 8 Jahre vor | 0

Frage


Problem with simulink waitbar
Hi, I tried to simulate the simulink waitbar model: <https://www.mathworks.com/matlabcentral/fileexchange/9738-simulink-wa...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How can the waitbar and the simulink model work simultaneously?
I will reopen this question. I have the same problem and I don't know how to do it

mehr als 8 Jahre vor | 0

Beantwortet
problem of displaying the progress bar on a separate figure
I have the this code where Inputport is X and Outputport is Y function Output_GUI(obj, event, handles) rto1 = get_param('...

mehr als 8 Jahre vor | 0

Frage


problem of displaying the progress bar on a separate figure
Hi, I created a GUI in which I insert a progress bar which starts when the output of my simulink subsystem goes to 1. The cod...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Insert the date and time on an excel file from a .mat file
Hi, I wrote a script that converts a .mat file into an Excel file: % --- Executes on button press in Push function Pus...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change the contents of an exported .mat file to an Excel file
Hi, I wrote a code that converts two .mat files into Excel files from the selected selection of a list named Log. The code is...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to extract value from .mat file
J'ai un modèle Simulink où je récupère les valeurs d'une variable dans un fichier .mat en utilisant Tofile block. J'ai créé u...

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Convert a table to an Excel file using Tofile
Hi, I have a Simulink model where I use two GUIs to exploit it. When I run the first GUI I get the values of a variable FT1Fi...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Changement de valeurs d'un output
Hi! I have the following schema where the output H changes values (1,2 or 3) according to the test of the inputs (E, F and G)...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I pass a jList to workspace
Hi! The following code is used to create a list with checkBoxes. When I run the simulation the list and all the information r...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to Implement a Truth Table on Simulink
Hi! I have the schema below where the output F takes different numerical values according to the combination (A, B, C). A, B ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to change the value of constant while simulation is running
Hi, I would like to change the value of a constant on simulink but I get the following error: "Cannot change parameter 'V...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


GUI question:Change data depending on ListBox choice
Hi, I want to change the color of the button "Pass" according to the choice of the listBox as shown by the code below: ...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to compare two colors?
Hi! I want to compare the color of a button with another color. I wrote the code below: c = get(handles.showColor, 'B...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Problem displaying an image on an axis
If I change the axis by a button, the result is as follows: function Disp_image(obj, event, handles) img...

etwa 9 Jahre vor | 0

Frage


Problem displaying an image on an axis
Hi! I have a GUI that allows to display an image on an axis by clicking on a start button. The code is below: % --- Exec...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How display images on the same Axis
Hi! I have a GUI that allow me to view my images on an axis according to conditions. The code that insert the image in the...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What command could run any file.m chosen
Hi! I create a GUI that allow me to browse files.m with the code below: function start_Callback(hObject, eventdata, hand...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I change the configuration parameters by command line?
Hi! I want to know how can I change the configuration parameters by command line? Is there any command that could do that?...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


image and GUI axis
Hi! I wrote a code to insert images in axis: function start2_Callback(hObject, eventdata, handles) axes(handles...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


inserting image.png in gui with transparent background
Hi, I have this code that allow me to inserting an image.png with a transparent background. When I do the test with the pi...

etwa 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


stateflow interpretation blocks- integrator
Hi! Can you please help me to interpret these blocks please? I'm beginner in stateflow. <</matlabcentral/answers/uploaded_...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab function code error
Hi! Could you expalin me what this part of the code mean? if (!mxIsDoubleScalar(prhs[1])) { TT_MEX_ERROR("Error using...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
wireless sensor network code error
Thank you, I understand the problem. This is my node on Simulink <</matlabcentral/answers/uploaded_files/54748/schema.PNG...

mehr als 9 Jahre vor | 0

Frage


wireless sensor network code error
I wrote a code to create a WSN with 7 nodes that communicate with each others and where node 7 receive a message from node 1. I ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Mehr laden