Statistics
RANK
35,855
of 295,467
REPUTATION
1
CONTRIBUTIONS
22 Questions
8 Answers
ANSWER ACCEPTANCE
18.18%
VOTES RECEIVED
1
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 can i control subsystems from the Gui with checkboxes
Hi guys, i have different subsystems and i want to activate them with the checkboxs. But at first i have to couple these two ...
9 years ago | 1 answer | 0
1
answerQuestion
creating vector in matlab fcn bock
hi, i wanna to create a vector in matlab fcn block, that s my Code: function y = fcn e = 160; s = 45; ve...
11 years ago | 3 answers | 0
3
answersQuestion
function discrete Time-integrate with a variable
Hello, I wanna to integrate a function with a variable. E.g. f(x) = sin(10-x) But i dont know how i can do it when i ha...
11 years ago | 1 answer | 0
1
answeropen several Simulink models and interakt with the opend model
Hi, thanks for the answer. But i solved it. Now i wanna connect 2 simulink models to each other. such that, they will exchang...
11 years ago | 0
Question
open several Simulink models and interakt with the opend model
Hi, i can select with radiobuttons several Simulink models. function Bone_SelectionChangeFcn(hObject,eventdata, handl...
11 years ago | 2 answers | 0
2
answersQuestion
3D array becomes 4D Array
Hi, I use in matlab Simulink a matlab fcn blok to create a 3D array. That is the function: function y = fcn() X...
11 years ago | 1 answer | 0
1
answerQuestion
how plot several voxels
Hi, i wanna plot several voxel with different colors. can u guys help me. I searched too much but didnt fnde anything. THX
11 years ago | 0 answers | 1
0
answersQuestion
how can I connect 2 matlab fcn blocks to each other
Hi, i wanna use in my simulink modell 2 matlab fcn blocks and the 2th block should be run if an action (if) happened. how ...
11 years ago | 1 answer | 0
1
answerQuestion
how can I display a voxel
Hi, I wanna create a 3D grid and make there several voxel with different colors. can u give me a tipp? axis([0,10...
11 years ago | 2 answers | 0
2
answersmove function to move a Tool
hi, i have found this solution but i miss the command to run the engine. I should say that my tool is a milling, which is on...
11 years ago | 0
Question
move function to move a Tool
Hi, i wanna write a function, within i can command the tool to move from a to b. Can you guys help me, i dont have any ide...
11 years ago | 2 answers | 0
2
answersQuestion
Connect Matlab 3d Array position with the simulink model
Hi, I want to connect a certain position in the 3D array with Simulink. FOR EXAMPLE If in my 3D array 2 positions (5,5,5) a...
11 years ago | 0 answers | 0
0
answersQuestion
Using discrete time in Simulink
Hi, i wanna to simulate this equation: A_(l,j) (nT) = A_(l,j)(0T) + (2*pi*n)/ N where T = 2*pi/N and n = 1,2,...,N and l ...
11 years ago | 0 answers | 0
0
answersQuestion
Add a voxle a value
hi guys, I want to create a 3D coordinate system, then I want to assign a value of each voxel. e.g. the coordinates [1 1 1] wi...
11 years ago | 1 answer | 0
1
answerQuestion
call with matlabfunction(simulink) an other mfile
Hi, i have a simulink model, which computes a value, then i give this value to a matlab funktion, then fron this matlab funktion...
11 years ago | 1 answer | 0
1
answerQuestion
3D voxel data without input
Hi guys, i have this code to create a 3D voxel grid and a cube within. But I wanna change my code such that i wont need to ente...
11 years ago | 0 answers | 0
0
answerscreate a grid fuction
I'm using this example but http://www.k-wave.org/documentation/example_ivp_3D_simulation.php#heading3 but i dont have any...
11 years ago | 0
create a grid fuction
I know i call this function repeatedly, but how can i change the function to call it only one more time????
11 years ago | 0
Question
create a grid fuction
I wanna write a function .mfile to create a computational grid. function kgrid = test_environment Nx = 10; ...
11 years ago | 3 answers | 0
3
answerscreate a test environment with the size 10x10x10cm
I changed my funktion to this : function test_environment workspace = zeros(10,10,10); cube = ones(2,2,2); [r,c,...
11 years ago | 0
Question
create a test environment with the size 10x10x10cm
Hi, i wanna create a test environment with the size 10x10x10 cm. This should be my workspace and there is no electrical resis...
11 years ago | 2 answers | 0
2
answersQuestion
how can I make d^(5.13) ??
I wanna make d^(5.13) such that d = a variable and the user can change the value of that from GUI. I made ist with Constant Bl...
11 years ago | 1 answer | 0
1
answerQuestion
can I the gain value divide with other gain value??
Hi, i have a GUI and i determine the gain value in my model from the GUI with the slider. I have for every gain block one S...
11 years ago | 2 answers | 0
2
answersrun simulink with GUI with set_param()
yes, it should be the name, but that is false "String". it should be what else, but i tried all of my parameters, but they are n...
11 years ago | 0
run simulink with GUI with set_param()
I know this link, but i dont understand set_param(object,param,value) the objektname is the name of my .mdl ?? and what is ...
11 years ago | 0
Question
run simulink with GUI with set_param()
Hi, i wanna to edit 2 values in the GUI and with one button the simulnk gets these values and after the result should be disp...
11 years ago | 3 answers | 0
3
answersQuestion
It is possible to change the values of the simulink frpm the Gui?
hi, i wanna buid a gui, where i can write values and after pressing the button "start" the simulink should take these values. ...
11 years ago | 1 answer | 0
1
answerQuestion
how can I simulate the stress with simulink
Hi guys, i wanna simulate stress but i have not any idea to do this. i know the quation of stress = force/area and force =...
11 years ago | 0 answers | 0
0
answersQuestion
by pressing a push button display another dialog windows.
Hi guys i am newbie in matlab GUI. I wanna display by pressing a Button onather listbox. Something like a Pop Up dialog. It t...
11 years ago | 2 answers | 0