Community Profile

photo

Muhendisleksi


Last seen: mer än 3 år ago Active since 2017

Statistics

All
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 3

View badges

Content Feed

View by

Question


How can I license the application I developed?
How can I license the application I developed?

mer än 5 år ago | 0 answers | 0

0

answers

Question


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,... ...

nästan 6 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 6 år ago | 1 answer | 0

1

answer

Question


How can I change the MsgBox size?
<</matlabcentral/answers/uploaded_files/103450/Ads%C4%B1z.png>> msgbox({'Dengeleme Sonuçları','Kaydedilmiştir!'}, 'So...

ungefär 6 år ago | 2 answers | 0

2

answers

Question


is it possible to change the colors of the numbers in the axes?
<</matlabcentral/answers/uploaded_files/103447/Ads%C4%B1z.png>>

ungefär 6 år ago | 2 answers | 0

2

answers

Question


Symbolic value assignment in GUIDE
function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata re...

mer än 6 år ago | 1 answer | 0

1

answer

Question


"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...

mer än 6 år ago | 0 answers | 0

0

answers

Question


The matlab file does not open.
<</matlabcentral/answers/uploaded_files/93961/Ads%C4%B1z.png>> this error is occurring.

mer än 6 år ago | 0 answers | 0

0

answers

Question


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...

mer än 6 år ago | 0 answers | 0

0

answers

Question


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...

mer än 6 år ago | 2 answers | 0

2

answers

Question


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...

mer än 6 år ago | 1 answer | 0

1

answer

Question


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...

mer än 6 år ago | 5 answers | 0

5

answers

Question


I want to draw an ellipse.
a = [3,43297558626052 3,87411756739963 3,48864274576452 5,73273061981691]; b = [2,28896810981967 3,12258785...

mer än 6 år ago | 1 answer | 0

1

answer

Question


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 ...

mer än 6 år ago | 1 answer | 0

1

answer

Question


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...

mer än 6 år ago | 4 answers | 0

4

answers

Question


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"?

mer än 6 år ago | 1 answer | 0

1

answer

Question


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>>

mer än 6 år ago | 0 answers | 0

0

answers

Question


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...

mer än 6 år ago | 1 answer | 0

1

answer

Question


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?

mer än 6 år ago | 0 answers | 0

0

answers

Question


"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>>

mer än 6 år ago | 0 answers | 0

0

answers

Question


Does matlab have a function that says "If zero is near?
I need a command that checks that the number is near zero.

mer än 6 år ago | 1 answer | 0

1

answer

Question


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...

mer än 6 år ago | 1 answer | 0

1

answer

Question


The for loop does not give the result I want.
DNdog = 7 7 7 11 11 11 blnmynokta = 11 11 ...

nästan 7 år ago | 1 answer | 0

1

answer

Question


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...

nästan 7 år ago | 1 answer | 0

1

answer

Question


I can not create a matrix.
a =[ 7 7 7 11 11 11] b =[ 4 4 4 4 4 4]...

nästan 7 år ago | 1 answer | 0

1

answer

Question


How can I create the matrix in the photo?
<< <</matlabcentral/answers/uploaded_files/76959/55.png>> >> dog_tab = 1.200000000000000 2.40000000...

nästan 7 år ago | 2 answers | 0

2

answers

Question


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:...

nästan 7 år ago | 1 answer | 0

1

answer

Question


I get an error in the for loop.
DNdog = 7 11 BNdog = 4 4 nokta_ad = 4 7 11 ...

nästan 7 år ago | 1 answer | 0

1

answer

Question


I can not create a matrix
<</matlabcentral/answers/uploaded_files/76205/Ekran%20Al%C4%B1nt%C4%B1s%C4%B1.PNG>> DNdog = 7 11 ...

nästan 7 år ago | 1 answer | 0

1

answer

Load more