Statistica
RANK
249.648
of 301.432
REPUTAZIONE
0
CONTRIBUTI
8 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 174.555
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
What is the error "Value must be a double scalar" in Matlab appdesigner? Error using matlab.ui.control.internal.model.AbstractNumericComponent/set.Value (line 111) 'Value' must be a double scalar.
I solved this. I saved the output into another array instead of single variables as decision1 and decision2.
oltre 7 anni fa | 0
| accettato
Domanda
What is the error "Value must be a double scalar" in Matlab appdesigner? Error using matlab.ui.control.internal.model.AbstractNumericComponent/set.Value (line 111) 'Value' must be a double scalar.
While using app designer I wanted to save the data which the user inputs to an array. I do some calculations from them and when ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to make a common text feild to several tabs in App designer?
I am making an app with 3 tabs and I have 3 text feilds to give output of the each tab. However I want to make this output messa...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
how to find the column number of a matrix?
I have a simple question though I couldn´t find an answer for that. I have a matrix A= [ 3 4 , 6 7] I want to find which colum...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find a raw and column number of an element in a matrix?
I know this is a basic question, but I couldn´t find an answer from what I´ve read. I want to find a column number of a certain ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Lorenz system simulink design using a function and a single integrator is not working. I don't know what's wrong here.It compiles fine but doesn't show anything in the scope.
<</matlabcentral/answers/uploaded_files/96757/Screenshot%20from%202017-11-30%2010-47-03.png>> function out = fcn(i...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
calculate coefficients in a polynomial. I get the error, "Error using vertcat Dimensions of matrices being concatenated are not consistent."
function AC = poly3traj(IC,FC,T) AC = zeros(6,1); IC=[0,0,0]; % gave my initial conditions FC=[0,0,10]; %gave my final...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How to calculate polynomial coefficients here? I want 6 coefficient values which 3 of them are known. AC(1)=0;AC(2)=0;AC(3)=0. My code gets following error.Error using vertcat Dimensions of matrices being concatenated are not consistent.
function AC = poly3traj(IC,FC,T) AC = zeros(6,1); IC=[0,0,0]; % gave my initial conditions FC=[0,0,10]; %gave ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Index exceeds matrix dimensions.
I receive the error message Index exceeding matrix dimensions.How to get rid of it? I know I have to reduce my request result ma...
oltre 8 anni fa | 1 risposta | 0

