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]

casi 5 años hace

Resuelto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

casi 5 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

casi 5 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...

casi 5 años hace

Resuelto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

casi 5 años hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

casi 5 años hace

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

casi 5 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 5 años hace

Resuelto


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

casi 5 años hace

Enviada


Clipboard2WorkSpace
Clipboard2WorkSpace is a script to import tabular data from the clipboard (e.g data from an excel sheet )

casi 5 años hace | 2 descargas |

Pregunta


When I open the application that I ceate in appdesigner it shows me error
I install my application in computer that doesn't have matlab , and I also install the runtime R2018b because I use this versio...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to use variables from buttonApushed function in a buttonBpushed function
there are some cell arrays created when I push browse button and I need to work on those cell arrays when I push add data bu...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to add a photo in the background of an app in appdesigner
how can I use an image in the background instead of just using a color (the blue one) is this possible

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I work on many ranges in the same time
I want to use the function SetBorders to many ranges not on an excel file SetBorders(sheet1,'H','P',startRange,endRange); SetB...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


I want to add all borders to range in excel file
when I want to add borders to the range A26:A31 just the first function works so just the bottom border been added can someon...

alrededor de 5 años hace | 0 respuestas | 3

0

respuestas

Pregunta


an element of a cell array doesn't appear when I send to excel file
I want to change out(8,2) to be 'S-PC-K6301' I use this trick it becomes like this but when I send the cell array to my e...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Is it available to change the end of a loop for inside it?
the size of my variable out changes inside the loop for so that's why I recalculate it inside it but the loop variable i sto...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


append new rows in the middle of an excel file's sheet
I am working on an excel file using actx function then I want to add some rows in the middle of the sheet is there a way to s...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why nothing changes on my excel file when it is open
I am trying to send data from matlab to excel file, that works well when the file is closed ( mean on Microsoft Excel ), however...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


error using contains function
when I use contains function in a loop it show me that error message, even though Raw is a cell array, and also the compilat...

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

1

respuesta

Respondida
STRING ARRAY TO NUMERIC VALUES ( I want to change the array's type to plot the graph, even though I use double function or str2num that doesn't change anything and it still string)
For i=1:rowFr(1,1) new_frequency(i,1)=str2double(frequency(i,1)); And it works

más de 5 años hace | 0

| aceptada

Pregunta


Is it possible to collecte data from OMNITREND by using a matlab script ?
Is it possible to collecte data from OMNITREND by using a matlab script ?

más de 5 años hace | 0 respuestas | 2

0

respuestas