Statistiques
RANG
36 087
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
22 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
18.18%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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 ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseopen 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...
plus de 11 ans il y a | 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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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
plus de 11 ans il y a | 1 réponse | 1
0
réponseQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesmove 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...
plus de 11 ans il y a | 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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponsecreate 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...
plus de 11 ans il y a | 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????
plus de 11 ans il y a | 0
Question
create a grid fuction
I wanna write a function .mfile to create a computational grid. function kgrid = test_environment Nx = 10; ...
plus de 11 ans il y a | 3 réponses | 0
3
réponsescreate 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,...
plus de 11 ans il y a | 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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 12 ans il y a | 1 réponse | 0
1
réponsecan I the gain value divide with other gain value??
can nobody help me???
presque 12 ans il y a | 0
Question
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...
presque 12 ans il y a | 2 réponses | 0
2
réponsesrun 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...
presque 12 ans il y a | 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 ...
presque 12 ans il y a | 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...
presque 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
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. ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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 =...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 12 ans il y a | 2 réponses | 0