Community Profile

photo

Ali Deniz


Last seen: 10 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3
  • Thankful Level 2

Ver insignias

Feeds

Ver por

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

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to clear label area in each if/elseif loop ?
function UITableCellSelection(app, event) global t indices = event.Indices; n=indices(1);...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 2 años hace | 2 respuestas | 0

2

respuestas

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

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

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to add images in appdesigner?
classdef app1 < matlab.apps.AppBase % Properties that correspond to app components properties (Access = public) ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to read excel data in app designer?
% Button pushed function: Button function ButtonPushed(app, event) t = readtable("Kitap1.xlsx","Sheet",1);...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta