Hello!
I'm working on a tie down concept for cargo in a helicopter cabin.
I have been reading about load limiters on the tie down straps which allow having less straps or reducing the ultimate load capacity of anchor points on the cabin floor. This also means weight reduction.
My problem with...
Hi!
I have made a GUI with several edit text boxes where you can enter data. When you the Pushbutton a function calculates some stuff with this data and puts the result in a static text box with:
set(handles.statictext,'String',result)
Additionally you can save the figure with the data you...
I have built a GUI, where I take numerical values from a text box to calculata something afterwards. For this I used this command: x = str2double(get(handles.edit1,'String'))
When I give these numbers as parameters to a function [a,b]=myfunction(x) this warning appears:
Warning: Subscript...
Hi!
I have made a GUI called "backlash" and the target of my figure also is called "backlash". When I build a stand-alone application of this file using the command "mcc -B sgl backlash.m" it creates the exe-file without any problem. When I execute the exe in matlab...