Community Profile

photo

Nu9


Active since 2011

Student of Electrical Engineering and Computer at ISEP

Statistics

  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

Question


Update values in a vector
hi, i want to update values in a vector but i don't know why, i'v this: a=[5*10^(-3),0,1.6,10,-1.5,1*10^(-5),-1*10^(-3),1*...

12 years ago | 1 answer | 0

1

answer

Question


ERROR with type off data
hi, when i run my script it show this error Error using ==> rdivide Integers can only be combined with integers of the same ...

12 years ago | 3 answers | 0

3

answers

Question


How to convert a string to int
hi in my script i got this function [] = N_call(src,evendata) % Callback for secondary GUI editbox. S = get(0,'userdata'); ...

12 years ago | 3 answers | 0

3

answers

Question


Run a simulink/script from a pushbutton
hi i've a script in a PB_function and when i push the button it shows me a lot off errors.Running the originar script without t...

12 years ago | 2 answers | 0

2

answers

Question


uicontrol and data sharing
hi i use matt fig's GUI 24 to begin my program where i've: main gui with seven textbox,a pb_subgui that opens subgui where i inp...

12 years ago | 0 answers | 0

0

answers

Question


Use data in other functions
hi, i made a project that pass data, seven variables, from an editbox(subgui) to an textbox(maingui). i need to use that data in...

12 years ago | 1 answer | 0

1

answer

Question


Absolute value
hi, i need to get the Absolute value of this: f=(vv(1,1)-vv(1,2,1,m))+(vv(1,1)-vv(1,2,1,m))+(vv(2,1)-vv(2,2,1,m))+(vv(3,1)-...

12 years ago | 1 answer | 0

1

answer

Question


Radio buttons without GUIDE
hi, i need to use radio buttons in my project.i've this code: rd1 = uicontrol('style','radio',... 'uni...

12 years ago | 1 answer | 0

1

answer

Question


Share data between functions in main
hi,i've a project that open a sub-gui to input some values and it sendds to main-gui. in main gui i need to use those values in ...

12 years ago | 1 answer | 0

1

answer

Question


Problems with the limits of axes
Hi, i've this code for the axes but the the order of the y axes is reverse, it goes (buttom to top) 10 ->0. Axes2 = axes...

12 years ago | 1 answer | 0

1

answer

Question


How to accept only numbers in a edit text box?
hi again, i need to input values at seven edit text box but i want to show a window withe erros alert when i input leters. using...

12 years ago | 2 answers | 0

2

answers

Question


How to show a image logo in axes?
hi i want to show the logo off my school at the top off the window in my project. i must define the axes function like this? ...

12 years ago | 2 answers | 0

2

answers

Answered
Gui that opens another gui. Need to send variables from one gui to other gui and vice versa
HI, i am doing the same as you but i don´t understand how the second GUI saves the data from the edit text. i need to input 7 va...

12 years ago | 0

Question


How to save values from a "edit_text" input??
HI again, finally it opens a new GUI where i can input 7 variables, but i don't undersand how it save the values. i want to push...

12 years ago | 1 answer | 0

1

answer

Answered
How to input values in a GUI and send it to MainGUI ??
HI again, finally it opens a new GUI where i can input 7 variables, but i don't undersand how it save the values. i want to push...

12 years ago | 0

Question


How to input values in a GUI and send it to MainGUI ??
Hi I want to open a second GUI from a pushbutton in mainGUI, that new GUI is only for input of values(7 variables).These val...

12 years ago | 2 answers | 0

2

answers