![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16551864_1570943511613_DEF.jpg)
abdul rehman
Followers: 0 Following: 0
Statistica
24 Domande
0 Risposte
RANK
170.817
of 297.016
REPUTAZIONE
0
CONTRIBUTI
24 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
62.5%
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
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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 =...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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],...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
exponential to simplified form
I am getting the result in 1.2012e+03 form I want in 1,201.2 form
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 =...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
table row not selecting
what it wrong with this code its not working,
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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.
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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') ...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0