photo

Luhur


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


example of Bio material Friction simulation in matlab - simulink - vrml
Dear Matlabers.. I am going to make simulation of a plastic material with bio material surface, i just wanna ask is there any...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


free Matlab simulink software for my Simulink book
Dear All Mathworks crew, I am going to make Simulink book in my country Indonesia, a good book usually came with the CD examp...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Error in popup menu GUI reading from .mat file
hi all, i have a simple application that shows name and contact number with pop up menu. the popup menu string set to be 4 it...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Duplicate Object uicontrol with all attribute of it the same with the master
Hi all.. I just wanna ask a simple question... is it possible to copy/duplicate object uicontrol (such as edit text box, p...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


copy string to other edit text in same GUI
hi all just wanna ask very simple question since im a beginner... how to copy the same string between 2 or more edit text ...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


pop up menu in GUI that connected and read from .mat file
i have 3 pop up menu that related and connected each other, at first i have 1 structure that contain 2 member data (save under t...

circa 12 anni fa | 1 risposta | 0

1

risposta

Risposto
pop up in address_book GUI demo with .mat file
Any thought Mr Walter?? i also post it in a new question for the detail.. http://www.mathworks.com/matlabcentral/answers/39629-...

circa 12 anni fa | 0

Domanda


Matlab GUI run very slow when so much attribute put inside of it
Hi all.. Recently i am designing an application that contain so many pop up menu, editable text, static text and axes. whenev...

circa 12 anni fa | 0 risposte | 0

0

risposte

Risposto
pop up in address_book GUI demo with .mat file
function varargout = address_book(varargin) % ADDRESS_BOOK Application M-file for address_book.fig % ADDRESS_BOOK, b...

circa 12 anni fa | 0

Domanda


pop up in address_book GUI demo with .mat file
hi all... Could anyone show me how to use pop up menu in address_book gui demo rather than use push button menu?? thanks

circa 12 anni fa | 3 risposte | 0

3

risposte

Domanda


virtual reality in GUI through GUI (create .fig file), not M file
Dear everyone... currently im trying to put virtual reality in a GUI, how we manage to make it through GUI by creating .fig f...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


how to load .mat in GUI every time the GUI runs and the GUI connect to simulink model
Dear everyone.. i have .mat file that contain so many variable, for example Alphabet.mat contains variable a=1,b=2,c=3,d=4......

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Graphical toolbox
maybe for us (me and amit), the closest answer is http://www.mathworks.com/matlabcentral/fileexchange/8262-freehand-contour-draw...

oltre 12 anni fa | 0

Domanda


Graphical toolbox
hi everyone, happy new year... ^_^ i just wanna ask, is there matlab or simulink toolbox that enabled us to draw various shap...

oltre 12 anni fa | 3 risposte | 0

3

risposte

Domanda


Download latest Simulink demo
Dear all.. i just wanna ask, how we download the latest simulink demo?? for example i have Matlab 2009b, there is no vr_octav...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Recording Virtual movement with only use .mat data
Dear everyone.. i have 2 pair of data, X1-Y1 and X2-Y2, in .mat file. by only using this data, can i generate a virtual reali...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


data accuracy
hi everyone... i just wanna ask, is it possible to get data accuracy more precise than the time step. for example, in some si...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


strfind in stateflow
hi all i have code in my embedded matlab function: function V=sequence(x,n) %#codegen correct= testinput(x,n); ...

circa 13 anni fa | 1 risposta | 0

1

risposta

Risposto
MATLAB 2010b can not read my DAQ
after re-isntall still cannot... anybody???

circa 13 anni fa | 0

Domanda


MATLAB 2010b can not read my DAQ
hi all i have a problem, i already installed my daq NI USB DAQ 6221 but it still can not be found by matlab, however i checked ...

circa 13 anni fa | 5 risposte | 0

5

risposte

Risposto
value that increase along with changing value by manual switch block simulink using embedded matlab function
what if i have 3 signal fang??? -1,0,1 ,, if -1 then the current value was be diminished, 0 the value stay still and 1 the value...

circa 13 anni fa | 0

Domanda


value that increase along with changing value by manual switch block simulink using embedded matlab function
hi all i just wanna ask,how we do the increasing value by changing manual switch in simulink?? for example: i have manual ...

circa 13 anni fa | 5 risposte | 0

5

risposte

Risposto
detect smallest or bigest value of signal in stateflow and simulink
i mean yes all the time fang.. later it will change by slider gain.. if S=[3 4 5 7 8 9 11 12 13 14] *S is signal value that c...

circa 13 anni fa | 0

Domanda


measure data size in simulink
hi all.. just wanna ask, is there a way to calculate amount of data being process between each system like signal combine in ...

circa 13 anni fa | 2 risposte | 0

2

risposte

Risposto
How to detect sequence signal explicitly
i see.. but doug, after i tried it, the error in simulink was in find nonzero elements block... the error was: *The signal ...

circa 13 anni fa | 0

Domanda


How to detect sequence signal explicitly
hi all let say i have vector signal V (1x5): V=[2 4 1 7 9] how we can get in which position is our signal: for example...

circa 13 anni fa | 2 risposte | 0

2

risposte

Domanda


detect smallest or bigest value of signal in stateflow and simulink
hi all.. let say i have 2 signal, first signal is the value (let say S) and second signal is the number of value (let say N),...

circa 13 anni fa | 3 risposte | 0

3

risposte

Risposto
changeble patern on strfind in embedded matlab function or stateflow
haha.. sorry fang... :D i mean this condition: correct = any(strfind((x')>4,ones(1,n))); will TRUE even the result in s...

circa 13 anni fa | 0

Risposto
changeble patern on strfind in embedded matlab function or stateflow
succeed fang,, but its not in sequence... for example the value: [1 2 *5 5 5 5 5* 2 *6 6 6 6 6* 2 1 1 2 1 1 2] when n=10 ...

circa 13 anni fa | 0

Risposto
changeble patern on strfind in embedded matlab function or stateflow
i use this in my EMF fang: function V=sequence(x,n) %#codegen correct= testinput(x,n); if correct V=10; e...

circa 13 anni fa | 0

Carica altro