Muazma Ali
Followers: 0 Following: 0
Estadística
124 Preguntas
9 Respuestas
CLASIFICACIÓN
13.828
of 295.448
REPUTACIÓN
3
CONTRIBUCIONES
124 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
12.9%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to use splitapply function with a grouping variable which is a cell array in my table?
Hi ! :) I have searched a little on the internet but I didnt find any information about how I can use splitapply function wit...
alrededor de 1 mes hace | 3 respuestas | 0
3
respuestasPregunta
A question about the declaration of public properties in apps
Hi! :) I have a question: if I have declared a property as a public variable in my main app, is it necessary that I also decl...
alrededor de 1 mes hace | 1 respuesta | 0
1
respuestaPregunta
Why am I not getting a plot in app designer?
Hi! :) In my apps, tester_app_2 leads to tester_app3. There I have to choose salts. I have shortened my program so that it i...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
Can I use splitapply with two grouping variables and how can it be done in matlab app designer?
Hi ! :) I am referring to this example: load carsmall whos [g,id]=findgroups(Model_Year); hAx=axes; hold(hAx...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
Whats wrong with tester_app_3?
I am not sending the functions that are needed to run the app and neither the other app required to run the app since they are m...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
whats wrong with my app?
I have declared app2 as the input argument in my startup for visualiseringsapp2_1 because it is using the public property from a...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
whats wrong in the for loop in my app?
type visualiseringsapp2_1.mlapp I have a for loop in visualiseringsapp 2_1 , there is something wrong in it I think I am getti...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
How can I edit my app?
Hi! :) Do I need a while loop somewhere? Seems the values for the table osmotic data aren’t saved in my table columns when I...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to to create a dynamic scatter2 or scatter3 plot?
Hi! :) I havent tried it yet because I am a little confused about how to do this in matlab app designer (2018): I want to cre...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
How can I use splitapply() in matlab appdesigner?
Hi! :) I have matlab 2018 and really dont want to upgrade to newer versions right now. What I was wondering was whether an...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
Whats wrong with tester_visualiseringsapp?
What is wrong with tester_visualiseringsapp? I have attached two big functions and many small functions that merely are there s...
9 meses hace | 0 respuestas | 0
0
respuestasPregunta
Why am I not getting the right values on my y axis in my scatter plot in my app?
Hi! :) I have tried to set a scale for my y axis and tried to increase the values by 50, but it is not working; Firstly I ...
10 meses hace | 0 respuestas | 0
0
respuestasPregunta
how to set a range of a scatterplot in matlab app designer?
Hi! :) I have the app visualiseringsapp , the attached one and I am wondering how I can get the range of y axis to go from 0 to...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
whats wrong with this app?
Hi! :) I am attaching a small app, visualiseringsapp. What is wrong with my switch value changed callback function? I do...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
Why is not working to use listbox in my case?
The problem : This is a much much simpler version of my app three that I have called for tester_app_3. When I write disp(app....
10 meses hace | 0 respuestas | 0
0
respuestasPregunta
Why is the code not continuing to the next if statements in my app?
Can anybody tell me what I could have done wrong by just looking at the code that I have for callback for start analysis b...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
Why is the lamp color and label not changing according to the if statement?
Hi! :) I have this code ( see the attached code) within the callback function of one button that I have in my app. As you ...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
Do I have to upgrade to Matlab 2020?
Hi! :) In one of my apps I am using writetable function and my problem seems to be that each time I run the app, the data in ...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to overwrite an excel file, matlab 2018?
I need to overwrite an excel file each time write table function runs but I don’t have Matlab 2020. And I cannot delete the file...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
how to close all apps simultaneously?
Hi I am closing one app and want the other one that calls the app I am closing, to close also. How can I do that ? As a te...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
how to close the previous app window when I have closed the current app window?
Hi I have a question; How can I close my previous app window automatically when the current window is closed meaning when I h...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
whats wrong with app2 and app3 (calling sections)?
Hi ! :) I am having a small problem I think. Getting the error as shown in the attached file. Borehole stability is just the...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
unable to save my work from matlab
Hi I am working on something very important, but I dont know why but I am unable to save my work to my computer. Kindly h...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
How to use switch statement with list box?
Hi! :) Please see the attached code. What I dont understand is what I have done wrong here . I think the code runs when I...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how to use listbox dialog box result in a switch statement?
I am unsure whether the result from the listbox has to go in the switch statement as just indx or [[indx,tf] although it seems i...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to use gscatter in matlab app designer?
Hi! :) I am watching some videos of matlab on the internet. In the videos a man is applying just x and y axis plots and I thi...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 1 respuesta | 0