photo

Javed Iqbal


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

7 Questions
0 Réponses

Cody

0 Problèmes
10 Solutions

RANG
201 057
of 301 344

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
71.43%

VOTES REÇUS
0

RANG
 of 21 239

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
40 696
of 174 068

CONTRIBUTIONS
0 Problèmes
10 Solutions

SCORE
110

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • Solver

Afficher les badges

Feeds

Afficher par

Question


I made an GUI on 64 bit pc want convert into an application but it not running in the 32 bit pc ?Any help..
made it through deploytool added mcr built the package.

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


In gui axes plot ,axes does not retain its tag after reopening it?Don't know why it is happening
I have a one main panel in which two sub panel are in which i load image to display imshow(imread('b.JPG'));imshow(im...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to change the y direction in gui graph (upside down)? and how to add label and legend into it?
like we do in figure set(gca,'yDir','reverse') xlabel('x') ylabel('Depth(m)') i want it for gui graph

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to change the default Row value from 4 to 25 in gui table ?? matlab version 12.
With option 'show numbered row header' it show only 4 row as default can't be changed to any another value . Anyway it can be ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


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

plus de 8 ans il y a

A résolu


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:...

plus de 8 ans il y a

Question


Is there any way to change the appearance of the output excel file as shown in the picture(only some is visible of heading as in Capture2.jpg wanted as Capture1.jpg)?? and can the heading be highlighted by any means in excel sheet ??
n=1; ch={'Borehole No';'Water table Depth'}; col_header={'Depth','UnCorrected N value','Saturated Density','Relative Den...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


how to concat the cell matrix (containing text) to numeric array?
i have two matrix A = size(20*1) containing number rr matrix containing True' or 'False' if(A(i)<1) rr{...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How can i add legend in a for loop after each plot ?
In below code legend got updated each times thereby leaving me with only the last legend but i want is like 1st iteration plot ...

presque 9 ans il y a | 2 réponses | 0

2

réponses