Ali Deniz
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
80.083
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
20 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
90.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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 to call one of the outputs of the function?
I have a function below. I have three outputs in this function which are "phi_ave_x, phi_ave_y, phi_ave_z", as seen below. How c...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add "erf()" part to the ode solution?
Hi, I have the ODE : y' = -x+2+10*e^(10*(x-1)^2) I have numeric solution of below: I have a analytical solution of ODE b...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change plotted graph's line?
I have two matrices which are 200*5 and 201*5. I want to plot a graph from these two matrices. as X component is from the one, Y...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Are there any isempty command block in Simulink?
I want to use isempty command in Simulink. Are there any block to do this? Thank you.
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I clear the UIFigure label area? It gives the error: "Unrecognized property 'Text' for class 'matlab.ui.Figure' ".
function UITableCellSelection(app, event) global t indices = event.Indices; n=indices(1);...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to clear label area in each if/elseif loop ?
function UITableCellSelection(app, event) global t indices = event.Indices; n=indices(1);...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
how to solve an equation by using trial and error method?
𝑇ℎ𝑟𝑜𝑎𝑡 (𝐴∗)=647.5 𝑚𝑚2 A=1027.5 mm^2 How can I calculate 𝑀𝑥 value by using trial and error method or how can I find the val...
más de 2 años hace | 2 respuestas | 0
2
respuestashow to wrap text in appdesigner?
I solved my own question. I'm sharing it to help those who have similar problem. MsgString = {'Raytheon tarafından geliştiril...
más de 2 años hace | 0
| aceptada
Pregunta
how to wrap text in appdesigner?
if strcmp(t.System{n},"MIM-23A HAWK") cla(app.UIAxes) imshow("MIM_23A_HAWK.jpg","P...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add images in appdesigner?
classdef app1 < matlab.apps.AppBase % Properties that correspond to app components properties (Access = public) ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to increase two variables in a for loop at the same time
for theta_inf_1 = 7:2:15 for theta_inf_2 = 15:-2:7 end end How can I i...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I calculate the value in an equation?
gamma=1.4 V_M_2 = 20; V_M_2 = sqrt((gamma+1)/(gamma-1)) * atan(sqrt((gamma-1)/(gamma+1)*(M_2^2-1)))-atan(sqrt(M_2^2-1)) H...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to take integral of an equation?
clc clear all hold on R=0.56225; delta_R=0.0015; teta0=1.624*(pi/180); teta1=90*(pi/180); P1=0; e=0.99; P_8=zeros([...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read excel data in app designer?
% Button pushed function: Button function ButtonPushed(app, event) t = readtable("Kitap1.xlsx","Sheet",1);...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read and select data from Excel
I have an excel data in the following. How can I select the data from this excel table. For example; how can I select the Cl and...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find which pixel's brightness is the highest?
We have a image which is grayscale. We select a row and we must find the highest brightness level pixel in this row. And after t...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot transfer functions?
How can I plot this state space like the graph I attached by using tf() and step() command? Thank you! I2/E0=1/(s^3+s^2+3*s+1...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add a value beginning of an array?
y25=[1.875000000000000,3.046875000026040] How can I add 0 (zero) to the beginning of this array? I want to get the array y25...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot an Integral
How can I plot the integral ((2mg)/(2mg-rho*s*Cd*V^2)dv) from 0 to 61.6318493 m=0.023 g=9.81 rho=1.2 s=0.00011 Cd=0.9
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Array indices must be positive integers or logical values.
I am trying to solve an equation by using Runge-Kutta Euler Method. Why do I get "Array indices must be positive integers or log...
alrededor de 3 años hace | 4 respuestas | 0
4
respuestasPregunta
How can I specify millimetric spaces
I have a data list and in the graph I will plot by using this datas, I have to scale axes in millimetric spaces. For example; I ...
más de 3 años hace | 1 respuesta | 0