photo

Dhananjay Singh


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
0 个回答

排名
70,695
of 299,750

声誉
0

贡献数
13 个提问
0 个回答

回答接受率
92.31%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Import excel sheet column to drop down component fields
I am making an app on app designer and want to add a button such that the dropdown component fields are taken from the excel she...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Upper part of MATLAB App not visible
After sharing app file to other people some part of the app when run is not visible nor the app can be resized or moved on their...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to show that calculation is going in MATLAB App
A rough app I have recreated.When the user clicks "Calculate", I want to show that calculations are happening like a progress ba...

4 years 前 | 3 个回答 | 0

3

个回答

提问


Change Button text when pressed in app designer
How to change text for a button when pressed. I have a Calculate button which performs some calculations, I want it to change to...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to pause iteration in matlab app
a= rand(1,1); while a-b+2 ~= 0 a = a +0.1; end After taking inputs from user in b, how to add a pause button ?

4 years 前 | 1 个回答 | 0

1

个回答

提问


Solving single variable equation where other variables depends on that single variable
Is there a method to solve equations like : lets say we first define a variable x initial value unknown and we know y = f(x) ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Standalone app error on launch
? Hi, After compiling on launching the test app or after making fresh install of this app this error pops up. What can be don...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Prevention of negative value in Iteration
What to change here such that final value never goes negative i.e (0<value<=0.00009) and x changes accordingly x = 0.77; max...

4 years 前 | 1 个回答 | 0

1

个回答

提问


To find value of variable using iteration
Hello, At first I need to generate a random number that was done using rand command. Then I have to use iteration such that it...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Access data from table and assign to variables
Hi, I am making a program with excel file already converted to table and now I need to code such that when a user gives an inpu...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Graph Plotting the differential equation
How I plot qSol(r) wrt r and TSol(r) wrt r ? %heat conduction with an electrical heat source in copper wire clc; clear; cl...

5 years 前 | 1 个回答 | 0

1

个回答

提问


unable to find symbolic solution
%heat conduction with an electrical heat source in copper wire clc; clear; close all; %parameters R = 0.2; % radius in m L ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Not getting expected graph. Only straight lines are coming but there should be curve .
clc tspan = (0:0.25:100); y0 = [1376000000,10,0]; [t,y] = ode45(@(t,y)[-3.6*10^-9*y(1)*y(2)+0*y(3);-3.6*10^-9*y(1)*y(2)-0.5*y...

5 years 前 | 1 个回答 | 0

1

个回答