Community Profile

photo

Muhendisleksi


Last seen: 3 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

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

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 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 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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>>

6 years 前 | 2 个回答 | 0

2

个回答

已提交


Türev alma (derivative)
fonksiyonel olarak türev alma

6 years 前 | 1 次下载 |

提问


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

6 years 前 | 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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 5 个回答 | 0

5

个回答

提问


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

6 years 前 | 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 ...

6 years 前 | 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...

6 years 前 | 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"?

6 years 前 | 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>>

6 years 前 | 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...

6 years 前 | 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?

6 years 前 | 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>>

6 years 前 | 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.

6 years 前 | 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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

加载更多