photo

Muazma Ali


Last seen: 5 giorni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

127 Domande
10 Risposte

RANK
14.613
of 299.969

REPUTAZIONE
3

CONTRIBUTI
127 Domande
10 Risposte

ACCETTAZIONE DELLE RISPOSTE
12.6%

VOTI RICEVUTI
1

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.784

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Why am I not getting printed all zones and info from one column in my table?
Here are the steps that lead to the results: 1) You start by running app2_tester that leads to app3_tester ( for making the pro...

18 giorni fa | 1 risposta | 0

1

risposta

Domanda


Why am I failing to install /open Matlab on my new computer?
Hi! :) I just uninstalled/deactivted Matlab on my old computer and installed it on my new computer. Done it twice and I getti...

circa 2 mesi fa | 0 risposte | 0

0

risposte

Domanda


Testing-question_sending
A few months ago when I tried to send a question on the forum, I failed to send it . I dont know why maybe it was a technical is...

7 mesi fa | 0 risposte | 0

0

risposte

Risposto
Whats wrong with tester_app_3?
Hi @Voss I have edited my appps quite much and now I am having a problem related to one app. I am attaching all the relevan...

9 mesi fa | 0

Domanda


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

12 mesi fa | 3 risposte | 0

3

risposte

Domanda


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

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Carica altro