photo

okoth ochola


Last seen: 3ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 4

バッジを表示

Feeds

表示方法

質問


How to remove unwanted region in a graph
Hi, I have this slight problem. consider the following attached code and the resultant graph also inserted as a picture. My prob...

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Can I smoothen the cdfplot() result?
Hi, suppose I have a sample data x, and i want to plot the the cdf function on the data and plot it, ofcoz I will use cdfplot(x...

4ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Why do my code takes long to for small inputs or r
Hi, I have the following attached code. Have posted it here a couple of times, this time I only need to ask a simple question, i...

5ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Inquiry on why matlab return certain values wrong
Hi, allow me be a bother one more time. Am really grateful for the assistance have recieved from this community so far. With the...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Why my code is running but giving wrong values
Hi, I have this code which have used to implement a periodic function of a phenomenon I observed in the laboratory. However the ...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Why matlab is not some varriables within loops
Hello everyone, am faced with a little challege, I wrote the following code to help me do some research, but the problem is that...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How to solve the lincemse problme with report generator
Hi,have been trying my hands on building stand alone application from matlab scripts. Inlcudeded in the script, is the report ge...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Why xlsread() not reading some data
Hi, I have been trying to read data from excell to matlab, I wanted to program it such that i have more freedom on how to import...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Why some paragraphs not displaying in report generator
Hello, I have been trying to leaarn how to wrie a acode that will generate a report from results in anote script. Am running int...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Why my standalone app is not working
Hi there, have been trying to experiment with building a standalone application in matalab. I tried to convert this code attache...

12ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to do error approximation of a weibull fit in matlab
Hello great community, I know this might a bit off from scope of the community but i beg your assistance please. I have doing so...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to determine error between two distributions
Hello, I have the following code for comparing real and estimated distributions. The histogram represents the real while the cur...

約1年 前 | 0 件の回答 | 0

0

回答

質問


How to calculate real probability of data
Hello, I have a slight question which maybe really simple but am getting stack somehow. Suppose we have a measured data say A=5*...

約1年 前 | 2 件の回答 | 0

2

回答

質問


How to get numerical output
Hello, I have been facing some problems with integration, matlab is not giving me numerical output but an output of the form giv...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to create multidimensional array with specified row values
Hello, I am stack a little, i would want to an n by n matrix with specified row values, for exemple for a six by 7 matrix, i wou...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Deleting elements of an array with consecutively occurring NaN values
Hello, may inqure about something small. Am trying to filter a huge data I obatined from my measurements. Iwould like to delete ...

約1年 前 | 2 件の回答 | 0

2

回答

質問


How to create string of text-objects
Hi, I have the following matrix as an output. I wouldlike to make a third column such that the rows corresponding to 1, i would ...

約1年 前 | 3 件の回答 | 0

3

回答

質問


How to make a column matrix from multi-dimensional matrix with several rows
Hello, allow me inquire something little. Suppose i have matrix A which is100 by 30 matrix. I want to make a n by 1 matrix by tr...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


How to obtain numerical value during integration
Hi, I have a slight problem here, I am doing integration based on series of input picked from an array. Have used the following ...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


How to plot graphs successively using loop
Hi, I would want to plot data successively using for loop. I tried the code below, but the code only plots the first graph and s...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to fix anomalies in graphs
Hello, am trying to plot approximated and actual pdf on on graph, however the kind of figures am recieving are abnormal as illus...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to match indices of a matrix and how to define functions correctly in matlab
Hello community, allow me bother you guys again with yet another question again. Have been trying to write this code by the name...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Defining and calling functions in matlab
Hi, am trying to defing the fuction pasted below in a separate file and then call it in another script saved in a different file...

1年以上 前 | 2 件の回答 | 1

2

回答

質問


Defining objective functions appropriately
Hi community, I previously asked about grey wolf optimizer and the guidance I got was much helpful,am eternally grateful for you...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


Grey Wolf optimizer in matlab
Hi, I am trying to write matlab code for grey wolf optimization. I would want to use it to obtain wbl patramaters. So I have wri...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Picking array elements based their values (largest, second largest,...)
Hi community. I have the following code which I intended to use to pick numbers from a matrix from the matrix based on their val...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to name axes from the script
Hi community, Ihave a slight problem. I have written a program which include plotting of graph. Now i want the program to prompt...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


creation of matrices based on output
Hi, I have the program below which when run gives extracted matrices with corresponding means. My problem is to tell the program...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


copying matrix values based on a specific value in another column
Hello, suppose we have A=[1 1 1 1 2 2 2 2 3 3 3 3]' and B=[3 4 6 7 8 9 0 12 4 5 6 8]', so that C=[A B]. Is there a way I can cop...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


creating matrix using output elements
Hi, i havecode below which ouputs given values independently. however, i want the ouputs to be under one matrix,what can i add ...

1年以上 前 | 2 件の回答 | 1

2

回答

さらに読み込む