![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17119765_1576668804321_DEF.jpg)
Dhananjay Singh
Followers: 0 Following: 0
Statistica
13 Domande
0 Risposte
RANK
177.144
of 297.016
REPUTAZIONE
0
CONTRIBUTI
13 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
92.31%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ?
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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) ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0