photo

Moon Shadow


University of Missouri

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

18 Fragen
1 Antwort

RANG
284.872
of 297.503

REPUTATION
0

BEITRÄGE
18 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
27.78%

ERHALTENE STIMMEN
0

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Evaluate the following triple integral using single applications of Simpson’s 1/3 rule.
How to use file from the exchange in the matlab? I want to use simps function.

mehr als 8 Jahre vor | 0

Frage


Evaluate the following triple integral using single applications of Simpson’s 1/3 rule.
Evaluate the following triple integral using single applications of Simpson’s 1/3 rule. I have all the code for this question ...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Newton’s interpolating polynomials of order 1 through 4.
x=[1 2 3 5 7 8]; fx=[3 6 19 99 291 444]; Calculate f (4) using Newton’s interpolating polynomials of order 1 through 4.

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Integrate the following function using Simpson’s rules, with n = 4
Integrate the following function using Simpson’s rules, with n = 4

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Integrate the following function both analytically and using Simpson’s rules, with n = 4 and 5.
Integrate the following function using MATLAB code: (a) Simpson’s rules, with n = 4 and 5. (b) compute integral using trapez...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to write code to implement, UPGMA, WPGMA, and neighbor joining algorithms
How to implement, UPGMA, WPGMA, and neighbor joining algorithms?? I have this seq data: data = {'A' 'ACTGGGCT' ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Determine the real roots of f(x)= -1 + 5.5*x -4*x.^2 + 0.5*x.^3 using the Newton-Raphson method to within εs = 0.01%
Determine the real roots of f(x)= -1 + 5.5*x -4*x.^2 + 0.5*x.^3 using the Newton-Raphson method to within εs = 0.01% by Matlab c...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I Have this scoring matrix, I want to change just the first column and row from zeros to 0, -2, -4, -6, -8 and so on. I don't know how to change it. any help please ??
seq1 = 'GGATCGA'; seq2 = 'GAATTCAGTTA'; n = length(seq1); m = length(seq2); w = -2; score = zeros(n+1, ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to obtain the DCT ( discrete cosine transform )?
I want to btain the DCT on kids.tif image but I have these errors, What should I have do ? RGB = imread ('kids.tif'); ...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to calculate appropriate compression factor?
If I have an image size 3 inches x 4 inches stored in my computer with the resolution of 1200 dpi. What is the appropriate co...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to Compress image using Run Length coding and Huffman coding.
How to Compress image using Run Length coding and Huffman coding. How to Draw the appropriate Huffman coding diagram to get ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to count big cell only?
I have image with different cell size but I want Count the number of big cells only!! I try this code: A = imread ('cell...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to compress an image?
I'm trying to Compress an image by using Run Length coding and Huffman coding but I get errors Please would you like to help by ...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to obtain image intensity values of images
I want to obtain image intensity values at any three selected points of the original eight.tif image.

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to separate the color components of the color image
I want to Separate the color components of the color image (kids.tif) and print as red, green and blue components individually.

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What dose these errors mean? any help.
Yesterday, I worked with all these codes and it work immediately, but today all the codes give me same errors. I tried differ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


count the number of objects in the eight.tif.
Can any one help me to count the number of objects in the eight.tif. I tried this code but it did not work!! B=imread('e...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to drew vertical black line?
I want to drew vertical black line on the middle of 200x200 rectangle?

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what should you do to add additional coins in this image?
Hey Guys, How you doing? Please after you generate A=imread('eight.tif'); from Matlab database, what should you do to add additi...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten