![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13008024_1530446582928.jpg)
new user 00
Followers: 0 Following: 0
Feeds
提问
Shape memory alloy in Simulink
I am new to MATLAB. I need to create a ferromagnetic shape memory alloy sample as a part of a circuit in simulink. How do I do t...
5 years 前 | 0 个回答 | 1
0
个回答提问
Why this error?
if true % code for j1 = 2:length(t) q1(j1) = (rho2(j1) - rho2(j1-1))*v2(j1-1)./((rho1_final - rho2(j1))*dt); v...
6 years 前 | 2 个回答 | 0
2
个回答提问
Not getting loaded!!
Have anyone faced a problem where the values entered in your edit text box doesn't get loaded in your gui for any calculations o...
6 years 前 | 0 个回答 | 0
0
个回答提问
Why does this problem occur?
I have a callback function in a gui in which i am loading a file with two fields. When i run only that(callback function) part o...
6 years 前 | 0 个回答 | 0
0
个回答提问
passing arrays between functions?
I have two fields in a file which are arrays. I've loaded them in one callback function of a gui. But I need them in another cal...
6 years 前 | 0 个回答 | 0
0
个回答提问
Is there any way to find it?
i have to load a file in one callback function of gui in matlab. It will have two arrays. But i don't know the name of the store...
6 years 前 | 1 个回答 | 0
1
个回答提问
How do I do this? Pass a filename to a function?
I have created a function to browse a file in a gui. Now I have another function which does some calculations with the variables...
6 years 前 | 1 个回答 | 0
1
个回答提问
Why do i get this error?
In a gui, I used a push button with a callbackfunction. p1 = uicontrol('Style','pushbutton','String','Browse','Position',[48...
6 years 前 | 1 个回答 | 0
1
个回答提问
How do I work with the gui?
I have to prepare a gui where i should call an excel file using a browsing push button and use its data for further calculation....
6 years 前 | 2 个回答 | 0
2
个回答提问
help me with the installation.
for installing Matlab 2018a, i am not even getting an "Mount as virtual drive" option. So, I ended up directly going to the setu...
6 years 前 | 1 个回答 | 0
1
个回答提问
what do i do?
eqn = (da-db)/(da-db0) == (((qa-qb)*t+vb0)/vbo)^(qa/(qa-qb)); solve(eqn,qb); error: Explicit solution cannot be found.
6 years 前 | 1 个回答 | 0
1
个回答提问
should i consider this as an error or what?
Linear function: parameters: [1x1 struct]
6 years 前 | 0 个回答 | 0
0
个回答提问
how do i solve this problem>
when i tried installing Matlab 2018 i got this message when i entered the license path. License manager error 8 License checko...
6 years 前 | 0 个回答 | 0
0
个回答提问
Why do i get this error whenever i try to create a "sym"? "The second argument must be positive clear or real"
sym qb h3; eqn = (da-db)/(da-db0) == (((qa-qb)*a3*h3/qb+vb0)/vb0)^(qa/(qa-qb)); solve(eqn,qb); In the eqn, except qb, all the...
6 years 前 | 1 个回答 | 0