photo

Divya


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

12 Preguntas
1 Respuesta

Cody

0 Problemas
12 Soluciones

CLASIFICACIÓN
11.532
of 300.392

REPUTACIÓN
4

CONTRIBUCIONES
12 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
34.289
of 168.373

CONTRIBUCIONES
0 Problemas
12 Soluciones

PUNTUACIÓN
130

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Export excel chart to matlab as figure format
Hello Team, I have a chart in excel sheet. I need to export that figure as (*.fig) or any figure format (*.png). I don't want t...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Save Screenshot as matlab figure
I have excel data. I used below code to capture the screenshot of the excel data. fileName = 'D:\MATLAB\sample_mat\Temporary...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to segment words in an image containing paragraph? Doubt in ur previous answer
Hi Image Analyst, For the image as you discussed in earlier post, <</matlabcentral/answers/uploaded_files/67694/line.png>>...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Respondida
how to segment words in an image containing paragraph?
Hi Image Analyst, Thank you for the code to segment lines. But I'm unable to segment with this code. For the same image...

casi 9 años hace | 0

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

más de 9 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

casi 11 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

casi 11 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 11 años hace

Pregunta


what does bwareaopen do?
I understand, bwareaopen(BW, P) means, the function removes pixels from BW matrix less than 'P' pixels and the default conn is 4...

más de 11 años hace | 1 respuesta | 2

1

respuesta

Pregunta


How Can I delete specific elements in a matrix and transfer them to other
How Can I delete specific elements in a matrix(rectangle matrix) and transfer them to other variable? For example: ...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Median line representation in boxplot
I converted the boxplot color to black. So i want to distinguish median with different pattern. I tried giving notch option to b...

más de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to sort the order given by 'dir' command ???
I am reading the images from a folder by using the below code [folder1] = uigetdir(); f=dir(folder1); for k=1:...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Imrotate in clockwise direction
I have a binary image 'II1'. I want to rotate this image in clockwise direction and find the indices in particular column of the...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to determine Empty matrix: 0-by-1 in a cell??
I have a cell of size 24x1. It is of the form k1 = [ 13] [ 13] [ 13] [ 13] ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How the "radon" transform works in matlab????
I need to find the thickness of a segmented object that is in binary image. So i am trying to use 'radon' transform to find the ...

más de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Are matlab images compatible to 3D slicer?
My problem : I have sequence of binary images(2D) and i wanted to import these images in to 3D slicer. I had a problem in constr...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

más de 12 años hace

Resuelto


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

más de 12 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

más de 12 años hace

Resuelto


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

más de 12 años hace

Pregunta


How can i change the contrast at few locations in an image?
I want to lower the contrast at particular locations in an image but not the whole image. Is there any way to change it just by ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

más de 12 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 12 años hace

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

más de 12 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 12 años hace