![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16551864_1570943511613_DEF.jpg)
abdul rehman
Followers: 0 Following: 0
Statistik
24 Fragen
0 Antworten
RANG
170.817
of 297.016
REPUTATION
0
BEITRÄGE
24 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
62.5%
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
hash function giving error
the code h = keyHash([1 2 3 4]) error Unrecognized function or variable 'keyHash'. I have copied the code from matlab site b...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
save multiple random numbers on different sheet of execl
%% I want to replace data with data1, actually want to controll random number for each column in every sheet VariableNames =...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
reading data from excel text not displayed
I want to read everything only but following code is showing 3 tables: number, text and everything. If i use only xlsread it doe...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
empty double matrix in case of nul value
I am receiving the message "4x0 empty double matrix ". when the output is nul. I want it to be 0. when its empty code line: m...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
multiple conditions in matrix
I am receiving this error while applying multipe conditions in matrix Code: C= [rand(100,1),randi([0,2],100,1),randi([0,2],...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
add another column to the end of matrix
I want to add the results of "a" at the end of Carr_veh matrix. I mean in the 6th column the all results of a shouled be. Maybe ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
control the threshold of random numbers
I want to control the threshold of random numbers. In following code 1st column I want more on higer side e.g more (0.5 to 0.9...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
storing variables in a table and retrieving them 1 by 1
I want to store multiple values of letiude(lat1,lat2) and longitude (lon1,lon2) in a table and retrieving them 1 by 1 for follow...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
exponential to simplified form
I am getting the result in 1.2012e+03 form I want in 1,201.2 form
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
online Matlab giving suddenly started giving error
the code was working fine, suddenly it sarted giving error in online version, still working ok on desktop. code: Rep_veh =...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
distance between two geo points , I am trying to convert Rhumb lines distance calculation in matlab but it is not work properly
I am trying to convert Rhumb lines distance calculation in matlab but it is not work properly can some body help : %rhumb line ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
condition on random generated data
abc_data = rand((randi(20)),2) on the above random data, I want to put a condition that if row value 1 > 0.5 and column value...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
exponential function remove the error of division
help me to remove this error X1=30; Y1=20; X = 0:150; Y = Y1*exp(30/(X.^0.5)); plot(X,Y) Error using / Matrix dimens...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem reading table from spreadsheet
When I use eg by matlab and load data by following everything works load patients whos e.g this code T = table(Age,Gender,H...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
table row not selecting
what it wrong with this code its not working,
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
conditional selection on table
I want the conditional selecton of a row in a table where name is ali where name is ali and age is between 25 to 30 where nam...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to use dataset
which is best suitable file type I should use for my dataset with matlab. Curently my data is in excel sheet. I currently having...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
retrieving data from excel sheet
how can I search a name in the excel sheet column, the code should return the 0 or 1, or found or not found.
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
two random number columns
I need to genarate a series of random number from 0 to 1 using rand(5,1). against same list I need a random list of 0 and1 in se...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
random integer condition selection
r1 = rand((randi(10)),1); from these 10 random values how can I select only those that are > than 0.5
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
store all values of variable
---------- In follwing code how can I store all the values (1-100) of "mean" varialbe in its tabular file(excel type of file...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
error in if condition
Why the code is giving error digits(2) a=vpa(rand(1)); if a>0.5 disp('the value is false') else disp('true') ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
why this code not displaying else part
the following code is only displaying the if part even if the value is less than 0.6 y = sprintf('%.1f',rand(1)) if y>0.6 ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
create a calculator using arithmetic operators
a=input(prompt,'s'); c=2; d=3; h=6; if a=='+' e=c+d; e else e=c-d; e end what is wrong with this a...
fast 5 Jahre vor | 1 Antwort | 0