
Ali Deniz
Statistics
RANK
138 250
of 260 547
REPUTATION
0
CONTRIBUTIONS
16 Questions
1 Answer
ANSWER ACCEPTANCE
93.75%
VOTES RECEIVED
0
RANK
of 17 904
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111 979
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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);...
6 jours ago | 1 answer | 0
1
answerQuestion
how to clear label area in each if/elseif loop ?
function UITableCellSelection(app, event) global t indices = event.Indices; n=indices(1);...
14 jours ago | 2 answers | 0
2
answersQuestion
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...
environ 2 mois ago | 2 answers | 0
2
answershow 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...
environ 2 mois 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...
environ 2 mois ago | 1 answer | 0
1
answerQuestion
How to add images in appdesigner?
classdef app1 < matlab.apps.AppBase % Properties that correspond to app components properties (Access = public) ...
environ 2 mois ago | 1 answer | 0
1
answerQuestion
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...
2 mois ago | 1 answer | 0
1
answerQuestion
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...
2 mois ago | 2 answers | 0
2
answersQuestion
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([...
3 mois ago | 1 answer | 0
1
answerQuestion
How to read excel data in app designer?
% Button pushed function: Button function ButtonPushed(app, event) t = readtable("Kitap1.xlsx","Sheet",1);...
3 mois ago | 1 answer | 0
1
answerQuestion
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...
3 mois ago | 1 answer | 0
1
answerQuestion
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...
7 mois ago | 1 answer | 0
1
answerQuestion
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...
7 mois ago | 1 answer | 0
1
answerQuestion
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...
8 mois ago | 1 answer | 0
1
answerQuestion
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
9 mois ago | 1 answer | 0
1
answerQuestion
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...
9 mois ago | 4 answers | 0
4
answersQuestion
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 ...
plus d'un an ago | 1 answer | 0