![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8408614_1522126385352_DEF.jpg)
Bhargavkrishna Kondreddy
Followers: 0 Following: 0
Statistik
RANG
82.625
of 297.016
REPUTATION
0
BEITRÄGE
13 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
30.77%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
textscan replaced with textread
i have this code. in this i replaced textread with textscan and run now it's showing the errors as index exceeds matrix dimensio...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
transfer function with denomenator as 1 simulink
I have some set of laplace equation which i neede to block in simulink. out of these equattions two of them have a denomenator...
etwa 6 Jahre vor | 0 Antworten | 0
0
Antwortenlaplace transfer function block simulink
i got this i just tried givng numerator coeffcients and denomenator 1. i need some help in creating block with X mark circums...
etwa 6 Jahre vor | 0
Frage
laplace transfer function block simulink
i have a control diagram in which there are some laplace equation with no numerator. how to put them in simulink. for example D...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
laplace transformer block in simulink
i have a set of equations which has laplace transformer. is there any way to make a simulink model for these laplace equations.
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
passing values from m file and run simulink model
i created a simulink model and wrote am file for values of the parameters. i need help in running the model and passing those m ...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i have a flow equation. how to create simulink model of this equation
i have a flow equation of servo valve. i want to do mathematical modelling of this flow equation in simulink by creating a block...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab code to plot and calculate the displacemenet of links in four bar linkage
matlab code to plot and calculate the displacement of links in four bar linkage
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i plotted a graph with three different set of values. how to specify them with manual colors and create a text box by notifying them
plot( Y2(1:21,13),Z2plot(1:21,13),Y1(1:21,13),Z1plot(1:21,13),Y(1:21,13),Zplot(1:21,13)); xlabel('\fontsize{20}X - Pixels')...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i have a text file with 1000 set of values having 4 different values in each set. i want o read a set of values for given specfic number
the txt file in which i attached has 2394 set of values having 4 different values in each set. i want to read a set of value for...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error undefined variable 'A' or class 'A'
for k = 1:299 Xsum = A{k}{:,3}; Xsum(isnan(Xsum)) = 0; Xsum=Xsum+A{k}(:,3); end after excuting get...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot velocity profile
i have a multiple .txt files which contains several columns of velocity in xand y direction. I want to plot a velocity profile ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
Antwortindexing error: ()-indexing must appear last in an index expression
% Importing all the 300 files files = dir( 'imageset1_*.txt'); for i=1:numel(files) A{i} = dlmread( files(i).piv, '\t',...
mehr als 8 Jahre vor | 0
indexing must appear last in an index espression
this code is meant for importing 300 .txt files and summing and mean of all values of the files and plotting the final results...
mehr als 8 Jahre vor | 0
Frage
indexing must appear last in an index espression
*Xsum =A(1)(:,3);* error is at this point for k = 2:299 Xsum=Xsum+A(k)(:,3); end
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
i had 200 .txt files each having four columns and 2000 rows . i want to import them into matlab and find average of each column .Please help me in coding this
*
mehr als 8 Jahre vor | 1 Antwort | 0