Community Profile

photo

Ali Deniz


Last seen: 10 månader ago Active since 2021

Statistics

  • Thankful Level 3
  • Thankful Level 2

View badges

Content Feed

View by

Question


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

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

2

answers

Question


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

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

1

answer

Question


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

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

1

answer

Question


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.

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

1

answer

Question


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

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

1

answer

Question


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

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

2

answers

Question


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

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

2

answers

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

nästan 2 år ago | 0

| accepted

Question


how to wrap text in appdesigner?
if strcmp(t.System{n},"MIM-23A HAWK") cla(app.UIAxes) imshow("MIM_23A_HAWK.jpg","P...

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

2

answers

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

2

answers

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

2

answers

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

4

answers

Question


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

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

1

answer