Cesar Antonio Lopez Segura
Followers: 0 Following: 0
Statistica
RANK
3.097
of 295.569
REPUTAZIONE
18
CONTRIBUTI
1 Domanda
11 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
1
RANK
of 154.105
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
Solve multiple equations for multipe variables
Hi Roy, Tets this code and let me know if you need some help: a = 4 ;y = 22.5; % Known values xo = 1; % initial b val...
circa 6 anni fa | 0
| accettato
How to change the interior of the drive in "SimPowerSystems"
Hi Sardor, If you want to change a power system block the firs step should be to do a look under mask: <</matlabcentral/an...
circa 6 anni fa | 0
the isnumeric function and the NaN
Hi, Write this in your command window: isnan( [ 0 1 NaN] )
circa 6 anni fa | 0
Create a vector z with 1000 elements generated by the rand-function. The generated values must have a mean value of 0.5 (mean(0.5)). And a standard deviation of sqrt(1/100*12), (std(x)).
Hi all Here the code: mu = 0.5; sigma = 0.3464; z = mu + randn(1,1000)*sigma STDcalculated = std( z ) MuCalc...
circa 6 anni fa | 1
| accettato
Domanda
Re-write repeated values of a matrix using intermediate increased values
Hi all, I have some problems to rewrite a matrix with the values that I need. The following code do this: * Step0 = a matri...
circa 6 anni fa | 2 risposte | 0
2
risposteCreating a matrix index
Hi Edward, Here your question is answered: Z = [ 5,1,3,6,7,8,9,10,4,6]'; size(Z) % check matrix size Matrix5by10...
circa 6 anni fa | 0
Error labelling table columns
Hi Luis Eduardo, We need your complete code to help you. But using this example I have not errors. vector = cat( 1,[1:8]...
circa 6 anni fa | 0
| accettato
implementation of Fibonacci Search
Hi, here your code %% clc;clear all;close all x = [-1000:100:900] a1 = 0.3039 ; b1 = 0.1524 ; c1 = 0.3671 ; a2 = ...
circa 6 anni fa | 0
Discrepancies in LQR controller for continuous and discrete time.
Hi Saul, To analyze your question I create two Simulink models. The first one is an open loop plant and second one is a close...
circa 6 anni fa | 0
I have another problem. Can someone check and tell me what should I do?
I try to help you but my error msg is 'upsample' function is not defined.
circa 6 anni fa | 0
"Vectors must be same length" Please help with plotting!
Hi, What is the value of 'To'? Is 'To' a scalar o vector? The following code has not errors: %% To = 0; h = ...
circa 6 anni fa | 0
How can i generate a function using this points?
Hi Here the solution: % Your cloud point x=[1,3,8,25,45,23]; y=[25,24,13,69,25,75]; % calculate a new clou...
circa 6 anni fa | 0