Community Profile

photo

Dominika


EMPA

2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
why invisible panel is visible while printing?
Anyone?

9년 초과 전 | 0

질문


why invisible panel is visible while printing?
Hi, I have 2 panels in my GUI overlapping each other, visibility of one of them is set to 'off', however when I print the fig...

9년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to enter a vector in edit text, GUI
Thank you for your suggestions. I try with str2double: function edit40_Callback(hObject, eventdata, handles) % hObject ...

거의 10년 전 | 0

질문


how to enter a vector in edit text, GUI
Hi, I want to enter a vector 1x18 into edit text in GUI, e.g: 0.03 0.02 0.01 0.02 0.01 0.01 0.02 0.01 0.04 0.03 0.02 0.01 ...

거의 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
deploytool matlab x32 on windows x64
Thank you very much for the answers. Does it mean that I just need to use deplotool in the same way as in case of matlab x64...

거의 10년 전 | 0

질문


deploytool matlab x32 on windows x64
Hi, I want to compile my files in matlab x32 on windows x64 so that the .exe can run on windows x32. I'm using matlab r2013b...

거의 10년 전 | 답변 수: 3 | 0

3

답변

질문


standalone from x64 to x32 R2013b
Hi, I compiled GUI in Matlab R2013b on Windows x64, now I need to have .exe working on 32x, too. If I install Matlab R2013b x...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


waitbar, change displayed message
Hi, I want to put a waitbar in my code and change displayed message to 'Please wait...' My code: . . . wait=wa...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


TabPanel Constructor R2013b, tabs in GUI
Hi, Does anyone know if TabPanel Constructor works with Matlab R2013b? And if not, is there any other tool to make tabs in 20...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


set one color for few graphs in the same axis
Hi, I have 5 graphs in the same axis, each for different x range. I want to set them all to one color, without specifying whi...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Wrong size of a matrix after specyfying a condition
Hi I want to obtain a matrix subtracting 2 matrices, I have 2 different cases: x=f_close<=fc A(x)=abs(TL_close(x)-TL...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


add a number to the legend
Hi, I want to add a legend to the plot so that each time the button in GUI is pressed the legend will show a string with corr...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


save GUI figure to pdf
Hi, I want to save the figure from GUI to pdf. Before saving I want to allow the user to choose the name and the folder where...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


fit figure size to A4
Hi, I'm trying to print my figure from GUI using printdlg(gcf) size of my figure is bigger than A4 so I want to scal...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to speed up integration
Hi, I do integration in my code: % fun= @(teta) ((abs((((-1i.*(T.*(k0.*sin(teta)).^2+EI.*10.^9.*(k0.*sin(teta)).^4-r...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


show an image while moving the cursor over the button-GUI
Hi, I have a button in my GUI and I want it to show an image only when moving cursor over it (without clicking). Is there an...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


execute a loop until the condition is met
Hi, I want to find a value 'f' for which formulas A and B are equal using a loop. Part of my code: deltaTL=14.48 m1=...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Alternative to the symbolic toolbox
Hi, I created GUI which at some point contains 'sym' function. Then I tried do make .exe file using Matlab Compiler. As far a...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


standalone, GUI to .exe
Hi, I'm trying to make an .exe file form my GUI. I use deploytool it opens a window where the only option I have is ...

대략 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
how to change displayed format of numbers?
Thanks Mischa!

대략 10년 전 | 0

질문


how to change displayed format of numbers?
Hi, My Code: m1=5 m2=10 deltaTL=12 d=0.06 % Determine cut-off frequency fb syms fb ...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


if elseif statement operands
Hi, I have a problem with statement if else, it doesn't work. Error: Operands to the || and && operators must be convert...

대략 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Replacing valuees in a matrix
Thank you!

대략 10년 전 | 0

질문


Replacing valuees in a matrix
Hi I need to replace values in a vector bg_correction with values from vector Sh_a_po if a condition: Sh_a_BG <= 0.1*Sh_a_...

대략 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to import one column from txt file
"Norsonic RTA840" "Ch1 LAST" "Period=0" "Frq[Hz]" "T20" "T30" "EDT" "S/N-MLS[dB]" " 50" ...

대략 10년 전 | 0

답변 있음
How to import one column from txt file
Thanks for the answers. I try to convert .txt to .xsls file S1P1.txt looks like this: "Norsonic RTA840" "Ch1 LA...

대략 10년 전 | 0

답변 있음
Variables within a for loop
Thanks for all the answers

대략 10년 전 | 0

질문


How to import one column from txt file
Hi I need to import one column from .txt file which contains only numbers like 1.54 1.28 ... Which function does that? ...

대략 10년 전 | 답변 수: 4 | 0

4

답변

질문


Variables within a for loop
Hi I'm a beginner with Matlab. I want to create variables using a for loop: Acc1=File_velocity_level_var1 Acc2...

대략 10년 전 | 답변 수: 2 | 0

2

답변