
Muazma Ali
Statistics
RANK
20,403
of 281,894
REPUTATION
2
CONTRIBUTIONS
98 Questions
9 Answers
ANSWER ACCEPTANCE
15.31%
VOTES RECEIVED
1
RANK
of 19,064
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 134,265
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Why am I getting error?
Hi ! :) I have these two short apps, app3 is supposed to close down as I have written a closing callback, but I am getting...
3 months ago | 1 answer | 0
1
answerQuestion
why is app3 not stopping up?
Hi I want the uifigure in app3 to show up as many times as the user specifies the nr of zones in app2 then I have some procedur...
4 months ago | 0 answers | 0
0
answersQuestion
Why is the label not coming up?
Hi in app3 , the label is supposed to show 'choose two or three salts¨ when the user has not chosen any salts. But the label...
4 months ago | 1 answer | 0
1
answerQuestion
How to use public properties in matlab app designer?
Hi I have two apps , the one in invoking the other. app2 is invoking the app 3. The app 3 consists of a listbox which is supp...
4 months ago | 1 answer | 0
1
answerQuestion
why is the lamp changing color?
Hi The lamp in this short app is not supposed to change color when something is typed in the first field ( Nr of zones) becau...
4 months ago | 2 answers | 0
2
answersQuestion
how to make a window show up several times in matlab app designer?
Hi,I want to show up one window containing a listbox several times dependent on a number that user entered earlier and that I ma...
4 months ago | 1 answer | 0
1
answerQuestion
Whats wrong with these two functions in my app?
hi I am now attaching an app here , app3 , that includes 2 callback functions. I think there is something wrong in the first...
4 months ago | 1 answer | 0
1
answerQuestion
what is wrong with this small app?
Hi I am trying to play around with my small list in this app but it seems matlab is not accepting my code. Can anybody te...
6 months ago | 1 answer | 0
1
answerQuestion
Why am I getting this error?
When i try to use my app3 and send this function to it, I get this error (see the attached doc) Can anybody please tell me ho...
6 months ago | 0 answers | 0
0
answersQuestion
How to use result of a list in matlab app designer?
I am trying to convert my program to an app; I had earlier a list that looks like this when programmed: S={'ZnBr2'; 'MgCl2'; 'C...
6 months ago | 1 answer | 0
1
answerQuestion
why is the text field in app2 not showing the value I want it to show..?
Hi ! My boreholestability app ( that is just the front page) is using app2 and here I have a text field which is supposed to...
6 months ago | 1 answer | 0
1
answerQuestion
How can I use a variable from one app in another?
Hi! :) I am calling an app inside another app ( as a push button callback). And I am wondering how I can use a variable from...
7 months ago | 1 answer | 0
1
answerQuestion
Can I use a list box to choose several alternatives from the listed ones?
I am a little confused; from the videos I have seen it seems the list box in matlab app designer functions as a dropdown list ju...
7 months ago | 2 answers | 0
2
answersQuestion
How to change the color of the lamp?
I just started converting my program to an app; I am using the one called boreholestability as the frontpage and then app2 as th...
7 months ago | 1 answer | 0
1
answerQuestion
Why is the lamp not changing color?
In the app.2 that the boreholestability app is usig, I have coded a criterion for the lamp to change the color from green to red...
7 months ago | 0 answers | 0
0
answersQuestion
Is properties like global variables?
Hi! :) Is properties in matlab app designer like global variables in matlab program? I am a little confused..
7 months ago | 2 answers | 0
2
answersQuestion
Why am I gettinh this error?
Hi! :) I am getting this error when I run the app2, that I also attached here. The app called borehole stability analysis is ju...
7 months ago | 1 answer | 0
1
answerQuestion
Is it possible to make an app after you have written a large program?
Hi! I have made a program in matlab and just started to make the app in matlab app designer but I am wondering whether I have do...
7 months ago | 1 answer | 0
1
answerQuestion
How to get rid of UIAXES? Matlab app designer
Hi ! I have made a startup function where I needed a UIAxes to plot a figure as you can see from the picture attached but I have...
9 months ago | 1 answer | 0
1
answerQuestion
Videos matlab app designer?
Hi! :) I have a program that I want to convert to an app using matlab app designer, but I am a bit unsure how to do that. My...
9 months ago | 1 answer | 0
1
answerQuestion
what is wrong with this code?
Hi I get the following error when I run this code: ''Error using / Matrix dimensions must agree.''
11 months ago | 1 answer | 0
1
answerQuestion
Why am I not getting output in the combinations of salts field?
Hi ! :) I am attaching a shorter version of my program. Here all the variables get values as input whereas in my program I h...
1 year ago | 1 answer | 0
1
answerQuestion
Can figures or menues open up without app designer's objects placed on the canvas?
hi I have a question regrding matlab app designer; do I really have to have all my figures coming from function inside my prog...
1 year ago | 1 answer | 0
1
answerQuestion
whats wrong with this code?
I have a while loop as shown in the attached file and all these variables nr_zones_analyzed, combinations_of_salts, vekt_pr...
1 year ago | 2 answers | 0
2
answersQuestion
whats wrong with this code?
Edit: added type statement to make code visible Hi! When I run similar code I get this error message saying: type('assign...
1 year ago | 2 answers | 0
2
answersQuestion
how to assign strings to a character array?
Hi !:) I am trying to set the first row of my character vector or character array equal to the string best_salt_1 which chang...
1 year ago | 1 answer | 0
1
answerQuestion
How to run a generated plot function after editing a plot?
Hi! :) When I run the function colorcode_surf_plotting, I make three variables x, y, z. Then I do some changes to my plot an...
1 year ago | 0 answers | 0
0
answersQuestion
How to preallocate a character array and filling columns consisting of strings of varying length?
Hi! :) How can I preallocate a character array of 20 rows and columns consisting of 2 strings of varying length. The data is ...
1 year ago | 0 answers | 0
0
answersQuestion
how to prealloacte and store values in a character array?
Hi! :) I want to make a character array consisting of 3 rows and 2 strings and firstly I dont know how I can preallocate it. I ...
1 year ago | 1 answer | 0
1
answerQuestion
Is there any other plot like gscatter?
Hi! I need to plot some data grouped by an array of two character strings and I want then to know whether there are alternat...
1 year ago | 0 answers | 0