Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8209173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T09:37:46+00:00 2026-06-07T09:37:46+00:00

While running one of my programs, I need to scan through a rather large

  • 0

While running one of my programs, I need to scan through a rather large matrix (100*700) to identify irregularities.

My initial idea was to have a breakpoint in place when I need to do a data scan, but I’m not a fan of that solution.

What I’m looking for would be equivalent to calling openvar('A') during a function call (except I can’t presently do that). The alternative, disp renders the matrix poorly.

Any hints?

Edit:
A sample example of what I’m trying to do:

function main

time = 0:pi/100:4*pi;
inV = (1:100)';

data = 10*diag(rand(100,1))*sin((inV)*time);

error = ceil(350*rand); % find the anolmaly
data( ceil(100*rand),error:(error+20))= -13;
test = true;

openvar('data')

while test

    close all;
    figure(1)
    hold on;
    plot(data')

    test= (input(strcat('Further review? ')));
    if (test)
        data(test,:) = [];
    end
end

If I used a breakpoint, I could scan through the data knowing that -13 is wreaking havoc on it (-13 is some random number I used, in reality, it’s far more complicated). However breakpoints only exist during the current Matlab session.

I’m using Matlab 2012a

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T09:37:47+00:00Added an answer on June 7, 2026 at 9:37 am

    Ok so what I’m looking for is

    t = uitable;
    set(t,'Data',data)
    

    nice and simple

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If while an application is running one of the shared libraries it uses is
While running my application (which does a good bit of custom drawing) I get
While running the code I've included below I receive the error EntityCommandExecutionException was unhandled
While running my android application in emulator,it shows The application is not installed in
While running code in production, I don't have to interact with the Ember.js runloop
How to hide cmd window while running a batch file? I use the following
I'm getting an Undefined Instruction error while running an embedded system, no coprocessor, no
I wish to automatically enter a password while running an install script. I have
I am getting the following error while running my MVC application, which uses the
I am getting he following Exception while running my Quartz Schdular program. Below is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.