Feeds
질문
How can I license the application I developed?
How can I license the application I developed?
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
How can I change the font size of MsgBox?
if f==0 || f <0 Message = sprintf('Serbestlik derecesi %d\n DENGELEME YOK!!! ',f); h = msgbox(Message,... ...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
I want to print the dot number that contains the text character.
clear clc NN = str2mat('s23;s24'); for i = 1:2 name{i}= sprintf('%d. Point', NN(i)) end I tried somethin...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How can I change the MsgBox size?
<</matlabcentral/answers/uploaded_files/103450/Ads%C4%B1z.png>> msgbox({'Dengeleme Sonuçları','Kaydedilmiştir!'}, 'So...
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
is it possible to change the colors of the numbers in the axes?
<</matlabcentral/answers/uploaded_files/103447/Ads%C4%B1z.png>>
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
Symbolic value assignment in GUIDE
function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata re...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
"how do you want to open this file?"
<</matlabcentral/answers/uploaded_files/94684/Ads%C4%B1z.png>> That's what happens when I want to open a matlab file. What sh...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
The matlab file does not open.
<</matlabcentral/answers/uploaded_files/93961/Ads%C4%B1z.png>> this error is occurring.
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
Warning: Support of strings that are not valid variable names or define a number will be removed in a future release. To create symbolic expressions, first create symbolic variables and then use operations on them.
What does this warning mean? And how can I solve the problem?
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
how to fprintf vectors of symbolic function with parentheses
for example: turev_s('x^2+y^2*sin(t)','t','x,y,t',[1 2 30]) I get an alert when I make the above example. How can I solve thi...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
How can I make function value symbolic?
function t = turev(x,y) . . . end x = x^2+y^2, y = 1 How can I make the function "x ^ 2 + y ^ 2" symbolic w...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
I am having a problem in the dialog box.
n = 3 for i = 1:n nn = inputdlg('%s.r',i, ... 'Korelasyon', [1 50]) end % Error using inputdlg (line 10...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
I want to draw an arrow in vector.
Q = [0,977 -0,016 -0,016 0,176]; p1 = [0.977 -0.016]; %Coordinate of the first point p2 =[-0.016 0.176]; % Coord...
대략 7년 전 | 답변 수: 5 | 0
5
답변질문
I want to draw an ellipse.
a = [3,43297558626052 3,87411756739963 3,48864274576452 5,73273061981691]; b = [2,28896810981967 3,12258785...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
I'm having trouble drawing lines.
There are two lines from 102 to 103 but they do not appear; Z = 1.0e+03 * 0.102000000000000 0.164526000000000 ...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
How do you multiply the letter "a" by 3?
a = 'x' >> a*3 Undefined operator '*' for input arguments of type 'cell'. The result I want to achiev...
대략 7년 전 | 답변 수: 4 | 0
4
답변질문
The numbers on the listbox do not look the way I want.
my kod: set(handles.listbox1,'String',x,'FontSize',12); x = 3.71044e+06 How can I show it as "x =37104445.345"?
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
I'm having trouble drawing lines.
There are two lines from 102 to 103 but they do not appear; <</matlabcentral/answers/uploaded_files/85746/1.2.JPG>>
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I print 1 and 2 numbers farther?
<</matlabcentral/answers/uploaded_files/85679/sad.png>> The numbers are very close and it is not clear at all. How can I solv...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I make drawings like the one below?
<</matlabcentral/answers/uploaded_files/85552/soru.JPG>> I do not know how to draw, can you help?
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
"Nan" values appear when I run the program. How can I remove them?
I have added photos for you to understand the problem: <</matlabcentral/answers/uploaded_files/85482/tttt.JPG>>
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
Does matlab have a function that says "If zero is near?
I need a command that checks that the number is near zero.
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
I am having trouble with the if cycle.
kontrl = 3.197442310920451e-14 if kontrl>=-10^-20 & kontrl<=10^-20 a = 4 else a = 10 end % "a = 4...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
The for loop does not give the result I want.
DNdog = 7 7 7 11 11 11 blnmynokta = 11 11 ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
I need help with permutations.
for example: There are matrix m and r: m = [1.2000 2.4000 1.3000 2.3000 1.5000 1.0000]; r = [0.2000...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I create the matrix in the photo?
<< <</matlabcentral/answers/uploaded_files/76959/55.png>> >> dog_tab = 1.200000000000000 2.40000000...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
Do you help me create a matrix?
DNdog = 7 11 Each element of the "DNdog" matrix must repeat 3 times. How can I do that? So I mean:...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
I get an error in the for loop.
DNdog = 7 11 BNdog = 4 4 nokta_ad = 4 7 11 ...
7년 초과 전 | 답변 수: 1 | 0