Muhendisleksi
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
284.427
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
42 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
12.096 of 20.247
REPUTACIÓN
32
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
3
ALL TIME DESCARGAS
174
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How can I license the application I developed?
How can I license the application I developed?
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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,... ...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I change the MsgBox size?
<</matlabcentral/answers/uploaded_files/103450/Ads%C4%B1z.png>> msgbox({'Dengeleme Sonuçları','Kaydedilmiştir!'}, 'So...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
is it possible to change the colors of the numbers in the axes?
<</matlabcentral/answers/uploaded_files/103447/Ads%C4%B1z.png>>
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Symbolic value assignment in GUIDE
function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata re...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
"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...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
The matlab file does not open.
<</matlabcentral/answers/uploaded_files/93961/Ads%C4%B1z.png>> this error is occurring.
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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?
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 7 años hace | 5 respuestas | 0
5
respuestasPregunta
I want to draw an ellipse.
a = [3,43297558626052 3,87411756739963 3,48864274576452 5,73273061981691]; b = [2,28896810981967 3,12258785...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 7 años hace | 4 respuestas | 0
4
respuestasPregunta
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"?
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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>>
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
"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>>
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Does matlab have a function that says "If zero is near?
I need a command that checks that the number is near zero.
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
The for loop does not give the result I want.
DNdog = 7 7 7 11 11 11 blnmynokta = 11 11 ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
I can not create a matrix.
a =[ 7 7 7 11 11 11] b =[ 4 4 4 4 4 4]...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I create the matrix in the photo?
<< <</matlabcentral/answers/uploaded_files/76959/55.png>> >> dog_tab = 1.200000000000000 2.40000000...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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:...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
I get an error in the for loop.
DNdog = 7 11 BNdog = 4 4 nokta_ad = 4 7 11 ...
más de 7 años hace | 1 respuesta | 0